-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image gaps while LidarScan from LidarPackets #259
Labels
question
Further information is requested
Comments
Do you get the same gaps when replaying the bagfile through the driver? |
@Samahu do you have any update on this issue? Thanks in advance |
I don't have an update but looking briefly at your code I am wondering if you actually filter out ImuPacket before trying to parse the packet as a LidarPacket. |
This comment was marked as off-topic.
This comment was marked as off-topic.
tobii-ho
pushed a commit
to StarkStrom-Driverless/ouster-ros
that referenced
this issue
Dec 27, 2023
* Add support for the new signal_multiplier config parameter * Add support for the new 8-bit reflectivity format in simple_viz * Update Python ouster-sdk package to version 0.2.1, bugfix release * Remove viz_node and graphics packages from ROS build dependencies * Ensure ouster_ros dependencies can be satisfied using rosdep * Various improvements to the ROS img node output
tobii-ho
pushed a commit
to StarkStrom-Driverless/ouster-ros
that referenced
this issue
Jan 23, 2024
…r#259) * Add support for the new signal_multiplier config parameter * Add support for the new 8-bit reflectivity format in simple_viz * Update Python ouster-sdk package to version 0.2.1, bugfix release * Remove viz_node and graphics packages from ROS build dependencies * Ensure ouster_ros dependencies can be satisfied using rosdep * Various improvements to the ROS img node output
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe your question
I have recorded a bagfile containing LidarPackets (type PacketMsg.msg). From this data, i am trying to batch them, recreate a LidanScan using the ScanBatcher and view the Intensity/Reflectivy/Range images in python. However, when looking at the final images, there seems to be a problem in either the batching of the LidarPackets, or in the destaggering. The Range output image looks like this:
The image itself seems fine, however there are gaps in between the packages.
The sample code look like this:
The metadata comes from the .json file from the same recording
Platform (please complete the following information):
Can somebody help me solve the issue?
The text was updated successfully, but these errors were encountered: