Alpaca-zip / ultralytics_ros

ROS/ROS 2 package for Ultralytics YOLOv8 real-time object detection and segmentation. https://github.com/ultralytics/ultralytics
GNU Affero General Public License v3.0
207 stars 42 forks source link

[noetic-devel] Feature/object 3d tracker #9

Closed Alpaca-zip closed 1 year ago

Alpaca-zip commented 1 year ago

Thetracker_with_cloud_node implemented in this PR is a node that can track objects in 3D space using LiDAR sensor data. Using point cloud data, it can form clusters representing detected objects and visualize them in Rviz.

Usage

$ roslaunch ultralytics_ros tracker_with_cloud.launch debug:=true