feat(perception): lane/path edge detector — find driveable path boundaries from camera #339

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

Create a ROS2 node that subscribes to /camera/color/image_raw and detects driveable path edges using Canny edge detection + Hough line transform on the bottom half of the frame. Publish /saltybot/path_edges (custom PathEdges msg with left_edge and right_edge as arrays of Point2D, plus path_width_m estimated from camera intrinsics). Use perspective transform to bird's-eye view for better edge detection. Include tests.

Create a ROS2 node that subscribes to /camera/color/image_raw and detects driveable path edges using Canny edge detection + Hough line transform on the bottom half of the frame. Publish /saltybot/path_edges (custom PathEdges msg with left_edge and right_edge as arrays of Point2D, plus path_width_m estimated from camera intrinsics). Use perspective transform to bird's-eye view for better edge detection. 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#339
No description provided.