We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can I ask why you don't expose the raw gyro and compass Vector3D, but use the fusion_pose data for the get_gyro() and get_compass() calls?
The text was updated successfully, but these errors were encountered:
I don't really remember, but probably because I was copying the Python SenseHAT API.
Sorry, something went wrong.
I think there are some copy and paste typos in the lib.rs file. get_gyro() and get_compass() calls aren't working.
elprl@9123b77
Could you put that through as a PR? Thanks!
I'm not sure it is correct. With a quick test I was seeing zero returned on some of these calls.
No branches or pull requests
Can I ask why you don't expose the raw gyro and compass Vector3D, but use the fusion_pose data for the get_gyro() and get_compass() calls?
The text was updated successfully, but these errors were encountered: