by Fritzoid » Mon Apr 19, 2010 11:32 am
by Fritzoid
Mon Apr 19, 2010 11:32 am
Hi Sakis,
The modes you referenced, Remote control and Autonomous are both features of the default tsk file that ships with the new Bioloid. It is usually called Humanoid_A.tsk or something similar. This task file has Gyro support enablled automatically. If you replace this tsk file by donwloading a new file to the robot then the gyro support will be that of the new file. Whatever gyro support the robot has is contained in the tsk file you are running. The gyro code will be in the callback routine which runs whenever the robot is moving.
Chances are that the gyro code is running and you are not aware of it. Most people expect that gyros will add better stabilazation than they actually do.
Hi Sakis,
The modes you referenced, Remote control and Autonomous are both features of the default tsk file that ships with the new Bioloid. It is usually called Humanoid_A.tsk or something similar. This task file has Gyro support enablled automatically. If you replace this tsk file by donwloading a new file to the robot then the gyro support will be that of the new file. Whatever gyro support the robot has is contained in the tsk file you are running. The gyro code will be in the callback routine which runs whenever the robot is moving.
Chances are that the gyro code is running and you are not aware of it. Most people expect that gyros will add better stabilazation than they actually do.