-
Notifications
You must be signed in to change notification settings - Fork 152
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
Parts of point cloud missing #272
Comments
@shubham-shahh I don't know much about power requirements of the sensor and how it could affect the sensor operation, but I will ask around. The sensor does produce some diagnostics and other telemetry but so far I hadn't had the chance to integrate that into the driver. |
Is this ROS1 or ROS2? |
The sensor does not limit or has any cut off based on Power according to the feedback I got. |
Hi, Thanks for the response, we are using ROS1 Melodic thanks |
I have not noticed it, but I will reproduce the issue and see if I get any warnings on the diagnostics page |
I am not sure if you have seen this Ouster Network Analysis Guide |
Hi all, I noticed this issue few days ago too. In my case, I faced it when had multiple subscribers on /ouster/points topic (2 RVIZ instances, 1 3D object detection node). |
@TimeEscaper the issue you are describing seems more like this one #240. other users have reported missing parts of the point cloud when the point cloud topic is consumed by more than one subscriber. |
Hi @Samahu thanks |
The client_example in our C++ examples shows how to invoke this method to check if a scan is complete or not |
Our Getting Started section clearly states to build with But yeah glad the issue has been resolved. Will try to find some way to hint to users that |
Describe the bug
Hi, We are using OS-0 32-channel Rev6 lidar, We have found instances, where significant chunks of the point cloud are missing. I have attached a screen recording below which shows the anomalous behaviour.
I have already gone through the issue mentioned here
but I am not sure If the cause is the same.
There are 3 possible points of failures
The usual values of current and voltage are mentioned above, can you please mention the exact cutoff values below which the sensor would stop functioning, the docs mention 12V but even with Ouster's provided power supply we didn't get telemetry reporting 12V
Ethernet Switch - Can you point out some methods to detect packet loss or bandwidth throttling to isolate if the ethernet switch is the culprit?
Driver - Any method to isolate if there are any issues related to the driver?
Setup
The Lidar and the edge device are connected to a Gigabit Ethernet switch and the lidar is connected to a constant 12V power supply
Platform (please complete the following information):
Ouster Sensor [OS-0]
Ouster Firmware Version [Latest]
Programming Language [C++]
Operating System [Ubuntu 18.04]
Machine Architecture [arm]
ouster_output.mp4
The text was updated successfully, but these errors were encountered: