Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set Goal Threshold for JointTrajectoryAction #591

Open
rr-dave opened this issue Jun 19, 2024 · 0 comments
Open

How to set Goal Threshold for JointTrajectoryAction #591

rr-dave opened this issue Jun 19, 2024 · 0 comments

Comments

@rr-dave
Copy link

rr-dave commented Jun 19, 2024

We're trying to set the goal threshold for the JointTrajectoryAction.

motoman_driver/src/industrial_robot_client/joint_trajectory_action.cpp

We've tried setting the param /<node_namespace>/constraints/goal_threshold but this isn't picked up by the node. We've confirmed it's not picked up by sending a goal with a tolerance and recieving the message:

Ignoring goal tolerance in action, using paramater tolerance of 0.01 instead

When we've set the tolerance to 1e-5.

We've successully set the topic_list with the param /<node_namespace>/topic_list and this is picked up by the node. Is there something strange with private node namespaces going on?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant