ros-industrial / motoman

ROS-Industrial Motoman support (http://wiki.ros.org/motoman)
146 stars 193 forks source link

How to set goal_threshold to allow small motions #601

Open rr-dave opened 4 days ago

rr-dave commented 4 days ago

Problem description:

I've previously experimented with changing the goal threshold and seen values less than 0.001 seem to time out, I suspect due to the joint 4 discrepancies identified in #592. Do you have any suggestions for how to make short trajectories execute? I'm considering trying to make only the initial check use a much tighter tolerance and leave the checks in controllerStateCB as they are.

rr-dave commented 4 days ago

This may be a duplicate of https://github.com/ros-industrial/motoman/discussions/467