-
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
Bad data output on RaspberryPi #44
Comments
Hi @MatCapLynx, I haven't tried to run the driver on a RPi 4 myself but I plan to.. I have observed incomplete point clouds when trying to run the ouster-ros driver on edge devices similar to RPi in capability. Where the driver runs fine with lidar modes 512x10, 512x20, and even 1024x10 seemed okay to me but anything higher than that such as 1024x20 or 2048x10 had poor performance. It is on my to do list to dig deep into the issue and figure out why this is the case and how we can resolve or mitigate or resolve this behavior. I will keep this ticket open and keep you updated. |
Hi, |
There was an update to the drive back in December #40 that improved its performance and the stability, did you use the updated driver with your test? Just curious if the CPU utilization that you reported (120%) included the update. I still haven't got the time to test with RPi 😫 |
I used only the updated driver because I cloned the repo after december. |
@MatCapLynx we had implemented several fixes towards the ROS1 driver since #249 that should reduce dropped packets and reduce overall CPU utilization, could you give the last update a try and let us know if could close this issue? |
@MatCapLynx I haven't heard back from you. I am closing the issue, if you are (or someone else) still having problems then they can respond to this or open new ticket. |
Hi,
I'm using a RPi 4B 8Gb to receive data from an OS1-32. For the first few seconds I receive the whole pointcloud but then there is some black strips and I only receive the closest points on the pointcloud.
I've noticed that this depends of the lidar mode. It seems to depend of the number of points received. In 512x10 everything is fine but this problem happens when using 1024x10, 1024x20, 2048x10.
May be this is coming from the processing power, this is the %CPU it got with top command:
I've checked with my computer instead of the RPi and everything is fine in all lidar modes.
The text was updated successfully, but these errors were encountered: