How to set goal_threshold to allow small motions #623
Replies: 1 comment
-
This may be a duplicate of #467 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem description:
motoman/motoman_driver/src/industrial_robot_client/joint_trajectory_action.cpp
Line 337 in 433be15
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.
Beta Was this translation helpful? Give feedback.
All reactions