mgonzs13/yolov8_ros

Missing yolov8_msgs dependency

Closed this issue · 0 comments

When one builds using colcon build --packages-select yolov8_bringup and then attempt to launch via ros2 launch yolov8_bring yolov8.launch.py you get an error about missing yolov8_msgs dependency. This happens because in yolov8_ros/package.xml it is missing <depend>yolov8_msgs</depend>.