feat(perception): QR code reader on CSI surround frames (Issue #233) #237
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "sl-perception/issue-233-qr-reader"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
QRDetection.msg+QRDetectionArray.msgtosaltybot_scene_msgs(data, camera, corners[8], center)_qr_detector.py:detect_qr(bgr)wrapscv2.QRCodeDetector.detectAndDecodeMulti;deduplicate()filters by per-payload cooldown with automatic cache evictionqr_reader_node.pyinsaltybot_perception: subscribes all four CSI streams (/camera/{front,left,rear,right}/image_raw), deduplicates with 2 s cooldown, publishes/saltybot/qr_codesat 10 HzTest plan
test/test_qr_detector.py— 16/16 pure-Python tests pass (includes real QR encode/decode viacv2.QRCodeEncoder)/saltybot/qr_codesfires within 100 ms of holding a QR in front of any camera🤖 Generated with Claude Code