Add scan5 stream support to VanJee Lidar driver#1068
Merged
Conversation
Always enable the registration and publishing of the 'scan5' output representing the -5 degree scan line (from the self.points[3::8] slice) in the WLR-719C driver. This allows down-stream modules to leverage this additional vertical layer. Included an automated test to verify correct stream registration and publishing behavior.
Member
Author
|
p.s. I am also thinking about publishing the intensity/reflectivity, but for SICK lidar we have this commented out (remission) and for ouster_lidar there is (reflectivity) corresponding to points in scan3d (?). For this one I will probably create separate PR, thanks |
Member
Author
|
I am adding @Jaroslav-Krch just as a note for myself to add into OSGAR also the other livox 360deg sensor ... |
tajgr
approved these changes
Jun 21, 2026
tajgr
left a comment
Collaborator
There was a problem hiding this comment.
I would prefer scan3d for this kind of sensors.
Its fine for me.
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.
Always enable the registration and publishing of the 'scan5' output representing the -5 degree scan line (from the self.points[3::8] slice) in the WLR-719C driver. This allows down-stream modules to leverage this additional vertical layer. Included an automated test to verify correct stream registration and publishing behavior.