Robotics StackExchange | Archived questions

Possibility to switch control mode "on fly" in JointController.cc

Hi, Yesterday I was looking at the code of JointController.cc to understand how to switch from a position control to a velocity control or torque control. I start my simulation always in position control and when I switch to torque (simply sending a message to JointController that contains force) I have to set all the PID gains to 0 because if not I have to sum of the Position control and the forwarded torque. Is this the right way? I hope to have been clear, thank you,

Enrico

Asked by Enrico Mingo on 2013-11-06 07:09:31 UTC

Comments

Answers

I believe this issue captures your request.

Asked by nkoenig on 2013-11-06 12:55:15 UTC

Comments