feat(perception): QR code reader — detect and decode QR codes for robot commands #233

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

Single ROS2 node. Subscribe to CSI camera images. Use cv2.QRCodeDetector to find and decode QR codes. Publish QRDetection.msg (data string, bounding_box, pose if camera_info available) on /saltybot/qr_codes at 10Hz. Deduplicate: only publish new detections (cooldown 2s per unique data). Include unit tests.

Single ROS2 node. Subscribe to CSI camera images. Use cv2.QRCodeDetector to find and decode QR codes. Publish QRDetection.msg (data string, bounding_box, pose if camera_info available) on /saltybot/qr_codes at 10Hz. Deduplicate: only publish new detections (cooldown 2s per unique data). 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#233
No description provided.