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

Revision history [back]

I would suggest that you try changing the resolution that the IK solver works in. In your constraint_aware launch file, add a parameter of:

 <param name="arm/epsilon" value="0.001" />

Where "arm" is the name of your arm. The default value is 1e-5, I've found that 1e-3 or 1e-4 tends to work better for my arm.