-
Notifications
You must be signed in to change notification settings - Fork 56
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
Refresh Rate only 48Hz not 100Hz #73
Comments
Thank you for creating your first issue on this repo! Give me some time to review and respond to your problem. |
@PhilShaw852 seems to be an issue with clock stretching on the pi3 (someone had the same issue as you it looks like back in 2017) https://forums.raspberrypi.com/viewtopic.php?p=1231112#p1231112 |
Hi, I have tried using the software i2c and have a similar maximum refresh rate when viewing via ros2 topic hz /bno055/imu. With the software i2c it looks like the core is the limiting factor as the core running the node shows 100% usage. |
@PhilShaw852 oof ok. There might be ways to optimize the code a bit since its so old now 😅 if I can find some time I'll try and see if I can find any places where we can improve |
Raspberry Pi Zero 2 W and Pi 3B
Ubuntu 22.04
Ros Humble
Using I2C the topic hz only reaches 48Hz, when set to 100. Can this be improved? With a Pi 5 it reaches 100hz.
The text was updated successfully, but these errors were encountered: