-
Notifications
You must be signed in to change notification settings - Fork 543
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
MoveitConfigBuilder: capabilities is unused #1393
Comments
Loading from YAML looks like the correct way to me. MSA / MoveIt 2 launches are generally structured such that you don't need to edit launch files. @JafarAbdi thoughts? |
@JafarAbdi ping |
Hi, I have same problem as this comment #1248 (comment)
However, move_group loads pipeline_capabilities from So, #1248 (comment) uses Is there any solution?
|
Thanks for the #2270 , my problem #1393 (comment) is solved. |
This is actually now supported by modifying the launch file, which is what I've done here: mikeferguson/ubr_reloaded@84c67ef |
Description
move_group_capabilities is defined at https://github.com/ros-planning/moveit2/blob/main/moveit_configs_utils/moveit_configs_utils/moveit_configs_builder.py#L106 - but is never actually filled in or loaded from a yaml file
There isn't a clear way to define the loading of custom capabilities (for instance the Task Constructor ones).
Should we load this from YAML? I think in ROS1 most people just edited the launch file to change the capabilities - but that's not really an option with the structure of ROS2 MSA/launch.
Your environment
The text was updated successfully, but these errors were encountered: