feat(perception): depth-based obstacle size estimator — measure real-world dimensions from D435i #348

Closed
opened 2026-03-03 13:26:11 -05:00 by sl-jetson · 0 comments
Collaborator

Create a ROS2 node that subscribes to /saltybot/lidar_clusters and /camera/depth/filled. For each LIDAR cluster, project into depth image to estimate real-world width and height in meters. Publish /saltybot/obstacle_sizes (custom ObstacleSize msg array with cluster_id, width_m, height_m, distance_m). Use camera intrinsics for projection. Include tests.

Create a ROS2 node that subscribes to /saltybot/lidar_clusters and /camera/depth/filled. For each LIDAR cluster, project into depth image to estimate real-world width and height in meters. Publish /saltybot/obstacle_sizes (custom ObstacleSize msg array with cluster_id, width_m, height_m, distance_m). Use camera intrinsics for projection. Include 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#348
No description provided.