moveit / moveit_resources

URDFs, meshes, and config packages for MoveIt testing
61 stars 114 forks source link

Add dual arm panda config package from moveit2_tutorials #164

Closed sea-bass closed 1 year ago

sea-bass commented 1 year ago

The moveit2_tutorials repo is failing to build right now because it was using a dual_arm_panda_moveit_config package that is fully contained inside the moveit2_tutorials package, which actually is not supported.

This PR aims to bring in the config into this repo so it can be brought in as a separate colcon package from moveit_resources.

For now, I will have a fix to unbreak CI in moveit2_tutorials, but this is long-term the "right" solution.