moveit / moveit2

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

Replaced gazebo_ros_control by gazebo_ros2_control #2886

Open vonunwerth opened 1 week ago

vonunwerth commented 1 week ago

Description

When using the tags generated in the package.xml for the use of Gazebo Classic, rosdep failed because it could not find the package gazebo_ros_control.

ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: ...: Cannot locate rosdep definition for [gazebo_ros_control]

I changed the template for the package.xml to include gazebo_ros2_control

It could also be useful to include a second commented paragraph containing gz_ros2_control for Gazebo.

Checklist