Gazebo | Ignition | Community
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

After trying different ways of moving joints, like model->SetJointPositions(...) or joint->SetVelocity(...) they gave me very unexpected or none results... I ended using force control + PID as explained in this answer: http://answers.gazebosim.org/question/2341/set-and-get-position-of-gazebo-model-using-ros-plugin/

After trying different ways of moving joints, like model->SetJointPositions(...) or joint->SetVelocity(...) they gave me very unexpected or none results... Apparently this part of the API has changed between versions.

I ended using force control + PID as explained in this answer: http://answers.gazebosim.org/question/2341/set-and-get-position-of-gazebo-model-using-ros-plugin/