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

Use Panda joint_limits.yaml #123

Closed
wants to merge 1 commit into from

Conversation

AndyZe
Copy link
Member

@AndyZe AndyZe commented Mar 18, 2022

Add the namespace to these parameters so they're loaded properly. You can see that the namespace is needed here:

https://github.com/ros-planning/moveit2/blob/d59a46372c5a3c088a61732f5c8f152f67778c34/moveit_ros/planning/robot_model_loader/src/robot_model_loader.cpp#L124

joint_limits.yaml is optional. It overrides values in the URDF in case you want custom limits for your robot. It also allows a jerk limit to be specified, which you cannot do from the URDF.

Fixes #122

Copy link
Member

@henningkayser henningkayser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't the namespace be handled by moveit_configs_utils? @JafarAbdi ?

@AndyZe
Copy link
Member Author

AndyZe commented Mar 21, 2022

But this package doesn't use moveit_configs_utils yet...

@JafarAbdi
Copy link
Member

Replaced by #119

@JafarAbdi JafarAbdi closed this Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants