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

Pointcloud2 Message frequency drops and data is lost #89

Closed
davidskdds opened this issue Dec 15, 2021 · 3 comments
Closed

Pointcloud2 Message frequency drops and data is lost #89

davidskdds opened this issue Dec 15, 2021 · 3 comments

Comments

@davidskdds
Copy link

Hello, I use the driver under ROS2 Foxy for the Ouster OS0-64 sensor. Basically the driver works. Sometimes the frequency with which the Pointcloud2 message is sent is reduced. Nominal this should be 10 Hz in my configuration. If I monitor the frequency with "ros2 topic hz" it sometimes drops to 7-8 Hz. Apparently some messages are lost. For Quality of Service (QoS) I have set "Sensor_QoS". It also looks like the frequency gets lower the more subscribers are active on the Pointcloud2 message.

Do you have any idea what the problem could be?

@bertaveira
Copy link
Contributor

Same thing happens to me with a OS1-64 with firmware v2.1.3 on foxy

@nrabany
Copy link

nrabany commented Jul 1, 2022

Hello, you can increase the socket buffers size to solve this prolem. It is explained here (if you are using fastdds as rmw):
https://fast-dds.docs.eprosima.com/en/latest/fastdds/use_cases/large_data/large_data.html

@SteveMacenski
Copy link
Member

Correct, this is not a driver issue, this is a bandwidth on DDS issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants