Skip to content
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

ROS2 driver pointcloud data lost #190

Closed
ahuazuipiaoliang opened this issue Aug 11, 2023 · 4 comments
Closed

ROS2 driver pointcloud data lost #190

ahuazuipiaoliang opened this issue Aug 11, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@ahuazuipiaoliang
Copy link

Describe the bug
sometimes the pointcloud data lost when use the ROS2 driver for OS1 128 REV7

To Reproduce
Steps to reproduce the behavior (steps below are just an example):

  1. source ros environment
  2. compile the project workspace
  3. source the project workspace
  4. ros launch ouster_ros sensor.launch.xml
  5. automatically open Rviz2
  6. observe the issue ...

Screenshots
image
abnormal data
image
normal data

Platform (please complete the following information):

  • Ouster Sensor?
    OS1 128 REV7
  • Ouster Firmware Version?
    image
  • ROS version/distro?
    Humble
  • Operating System?
    Ubuntu 22.04
  • Machine Architecture?
    x86
  • git commit hash (if not the latest).
    13171a8
@ahuazuipiaoliang ahuazuipiaoliang added the bug Something isn't working label Aug 11, 2023
@ahuazuipiaoliang
Copy link
Author

more abnormal screenshots
image
image
image

@Samahu Samahu self-assigned this Aug 11, 2023
@Samahu
Copy link
Contributor

Samahu commented Aug 11, 2023

Hi @ahuazuipiaoliang, we do have have some upcoming changes the would help with the issue. In the meantime, could you try to increase the receive buffer on our system and see if that helps out:

sudo sysctl -w net.core.rmem_default=16777216
sudo sysctl -w net.core.rmem_max=16777216

@ahuazuipiaoliang
Copy link
Author

@Samahu I found the data lost problem was caused by the hardware, since I switched to a new LiDAR the problem disappeared. I will close the issue.

@Samahu
Copy link
Contributor

Samahu commented Nov 21, 2023

Fixed per (included in) #262

@Samahu Samahu closed this as completed Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants