moveit / moveit2

:robot: MoveIt for ROS 2
https://moveit.ai/
BSD 3-Clause "New" or "Revised" License
983 stars 493 forks source link

Add dependency on moveit_configs_utils to moveit_setup_assistant #2832

Closed hacker1024 closed 1 month ago

hacker1024 commented 1 month ago

Description

moveit_setup_assistant attempts to import moveit_configs_utils in its launch file, but does not declare it in its package.xml.

Checklist