cuvslam: range-gated depth cloud output - #3537
Draft
jeff-hykin wants to merge 3 commits into
Draft
Conversation
The RealSense driver's own cloud is unfiltered, so every consumer rebuilds the same range gate. The native module now emits a clean sensor-frame cloud; this wires up the port and the gate.
❌ 2 Tests Failed:
View the top 2 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
…imos into jeff/feat/depth_clean_cloud
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked on #3538 (dimSLAM wheel+IMU/ESKF), which is stacked on #3391.
depth_cloud: Out[PointCloud2]— the depth sensor's own points, in its own framedepth_cloud_min_range/depth_cloud_max_rangeconfig, default 0 / 4 mb8022eb(branchjeff/feat/depth_clean_cloud), which does the deprojection + gateMeasured on the Alfred recording, D455 depth vs a point-lio lidar voxel map (5 cm voxels): ungated IoU 0.0086, 4 m gate 0.0197.