feat(perception): LIDAR object clustering — segment scan into distinct objects #239

Closed
opened 2026-03-02 12:15:47 -05:00 by sl-jetson · 0 comments
Collaborator

Single ROS2 node. Subscribe to /scan_filtered. Euclidean clustering with configurable distance_threshold (default 0.15m) and min_points (default 3). Publish ClusterArray.msg (centroid, size, point_count per cluster) on /saltybot/lidar_clusters at 10Hz. Include unit tests.

Single ROS2 node. Subscribe to /scan_filtered. Euclidean clustering with configurable distance_threshold (default 0.15m) and min_points (default 3). Publish ClusterArray.msg (centroid, size, point_count per cluster) on /saltybot/lidar_clusters at 10Hz. Include unit tests.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seb/saltylab-firmware#239
No description provided.