sl-perception
c26293d000
feat(jetson): depth confidence filter node (issue #190)
Adds depth_confidence_filter_node.py to saltybot_bringup:
- Synchronises /camera/depth/image_rect_raw + /camera/depth/confidence
via ApproximateTimeSynchronizer (10ms slop)
- Zeros pixels where confidence uint8 < threshold * 255 (default 0.5)
- Republishes filtered float32 depth on /camera/depth/filtered
- Registered as depth_confidence_filter console_scripts entry point
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-02 11:02:15 -05:00
..
2026-02-28 22:54:24 -05:00
2026-03-02 10:47:01 -05:00
2026-03-02 10:47:01 -05:00
2026-02-28 17:14:21 -05:00
2026-03-02 11:02:15 -05:00
2026-03-01 00:56:39 -05:00
2026-03-01 00:22:02 -05:00
2026-02-28 17:14:21 -05:00
2026-03-02 11:02:15 -05:00