stereo_mount assembly: SDK-free ZED + Mid-360 recording rig#3070
Draft
jeff-hykin wants to merge 3 commits into
Draft
stereo_mount assembly: SDK-free ZED + Mid-360 recording rig#3070jeff-hykin wants to merge 3 commits into
jeff-hykin wants to merge 3 commits into
Conversation
… static tf and memory2 recording - ZedUvcCamera: ZED over plain UVC/OpenCV (no pyzed), splits the side-by-side stereo frame into color_image_left / color_image_right at 60 fps - stereo_mount.urdf: zed pitched up 10 deg in front, mid360 behind pitched down 30 deg; datasheet bounding boxes for zed body, zed lenses, mid360 - assembly.py: StereoMountStaticTf republishes the urdf fixed-joint tree on tf - record.py: StereoMountRecorder (memory2) for both eyes + livox lidar/imu - blueprints/stereo_mount_record.py registered as stereo-mount-record
- Swap raw Mid360 for PointLio(frame_id=world, sensor_frame_id=lidar_link): odometry publishes the moving world->lidar_link edge onto tf - Rename urdf frame lidar_frame->lidar_link so the odometry edge ties into the rig tree (frame names must match exactly for tf lookups) - StereoMountRecorder now extends PointlioRecorder (odometry-baked poses) Live-tested: all streams world-anchored (249/254 images with poses), zero 'No direct transform' warnings.
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Piggybacks on the pointlio_lidar pose setter as the liveness signal; if no lidar message lands for 5s the recorder repeats an unmissable error banner (no lidar -> no odometry -> no world poses) with hardware hints. Verified: banner fires/repeats with lidar traffic firewalled, silent on a healthy run (178/182 images world-posed).
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.
needed for stereo recording ( DIM-1196 ), blueprints+modules