ROS 2 wrap for Ultralytics YOLOv8 to perform object detection and tracking.
$ cd ~/ros2_ws/src
$ git clone https://github.com/mgonzs13/yolov8_ros.git
$ pip3 install -r yolov8_ros/requirements.txt
$ cd ~/ros2_ws
$ rosdep install --from-paths src --ignore-src -r -y
$ colcon build
$ ros2 launch yolov8_bringup yolov8.launch.py