uzh-rpg / rpg_youbot_torque_control

Torque Control for the KUKA youBot Arm
http://rpg.ifi.uzh.ch/
GNU General Public License v3.0
48 stars 35 forks source link

How can be change the Controller Gains of Motors using joint configurator application? #3

Open Ahmed-Nouman opened 9 years ago

StanleyYake commented 9 years ago

Hello Ahmed-Sabanci: your config file is in joint_configurator/config, and when you roslaunch youbot_driver_ros_interface youbot_driver, you can then use the sudo ./youBot_JointConfiguration arm 1 arm-1.cfg to set the Joint1 of manipulator, and arm 2 arm-2.cfg for Joint2, and so on. Then you will get the following picture, ![Uploading rpg_pid_diff.png…]() but I din't found a good way to tune as in the thesis. There is a way I know, you can use the youbot api to get the joint torque, I will very appeciate if someone could give me an advice.

Btw, at the https://github.com/svenschneider/youbot-manipulation/issues/5 there is another way, you can also change the youbot_driver/config/youbot_manipulator.cfg as the link mentioned.