feat(jetson): depth confidence filter node (issue #190) #196
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "sl-perception/issue-190-depth-filter"
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
saltybot_bringup:depth_confidence_filter_node.py/camera/depth/image_rect_raw(float32) +/camera/depth/confidence(uint8) viaApproximateTimeSynchronizer(10 ms slop)confidence < threshold × 255(defaultthreshold=0.5→ raw value 127)/camera/depth/filteredwith original header preserveddepth_confidence_filterconsole_scripts entry point insetup.pyTest plan
ros2 run saltybot_bringup depth_confidence_filterstarts cleanly with D435i runningros2 topic hz /camera/depth/filteredmatches/camera/depth/image_rect_rawratethreshold=0.0output equals input (no masking)threshold=1.0most pixels zeroed (only max-confidence kept)/camera/depth/filteredshow reduced noise at depth edges🤖 Generated with Claude Code