CommonplaceRobotics / iRC_ROS

ROS2 packages for the igus Robot Control
Apache License 2.0
15 stars 7 forks source link

Missing dependency reference for irc_ros_moveit_config in examples #107

Closed robin-mueller closed 11 months ago

robin-mueller commented 11 months ago

Description Package description for irc_ros_examples lacks dependency reference to irc_ros_moveit_config.

Your environment

ROS Distro: Humble
OS Version: Ubuntu 22.04
Branch/Commit hash: humble #3d485ad

To Reproduce Build with colcon build --packages-up-to irc_ros_examples and run ros2 launch irc_ros_examples pick_and_place.launch.py.

Result

[ERROR] [launch]: Caught exception in launch (see debug for traceback): "package 'irc_ros_moveit_config' not found

Adding <depend>irc_ros_moveit_config</depend> here resolves this issue.

cpr-fer commented 11 months ago

Also fixed by #108, thank you again!