ROS 2 object detection and tracking using Ultralytics AI vision framework.
cd ~/ros2_ws/src
git clone https://github.com/hcdiekmann/ultralytics_ros2.git
pip3 install -r ultralytics_ros2/requirements.txt
cd ~/ros2_ws
rosdep init
rosdep update
colcon build
. install/setup.bash
ros2 launch ultralytics_ros2 yolov8.launch.py