alfred-mls-nav on the single DimSlam module - #3597
Draft
jeff-hykin wants to merge 7 commits into
Draft
Conversation
❌ 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 |
jeff-hykin
force-pushed
the
jeff/feat/alfred_dim_slam
branch
from
August 21, 2026 10:48
338aa41 to
2259bc2
Compare
jeff-hykin
changed the base branch from
jeff/feat/dim_slam
to
jeff/fix/ray_tracing_tf
August 21, 2026 10:48
jeff-hykin
force-pushed
the
jeff/fix/ray_tracing_tf
branch
from
August 21, 2026 22:47
c8e8540 to
c256a9e
Compare
The camera pointcloud was a 5 fps stand-in on the lidar stream and needed colour streaming to assemble at all. DimSlam's depth_cloud follows the depth frame rate and carries the range gate, so RayTracingVoxelMap consumes it directly and the camera stops assembling a pointcloud nothing reads.
…intcloud" This reverts commit c55bb83.
The camera's python pointcloud assembly tops out near 5 Hz regardless of pointcloud_fps, and the full-resolution depth_cloud drowned the mapper. DimSlam now publishes the cloud range-gated at 6 m and 3x3-median decimated (42 mm pitch at the gate, under the 50 mm voxel), and RayTracingVoxelMap consumes it in place of the camera pointcloud.
jeff-hykin
force-pushed
the
jeff/feat/alfred_dim_slam
branch
from
August 21, 2026 22:48
b0e9b0b to
c75734b
Compare
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 jeff/feat/dim_slam and jeff/fix/ray_tracing_tf; final branch of the stack.