ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You could try setting the joint friction and/or damping to a very high value.

<joint name="joint_name" type="continuous">
    ...
    <joint_properties damping="1000.0" friction="1000.0"/>
</joint>