You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.
getRate() is supposed to be degrees per second, we thought it was really radians per second, turns out it's neither. probably use getRawGyroZ() instead. you could just change the variable names so they don't make it seem like the units are radians per second, since the code basically works using getRate(), but then if they release a fix to the getRate() bug, we have to change the code.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
getRate()
is supposed to be degrees per second, we thought it was really radians per second, turns out it's neither. probably usegetRawGyroZ()
instead. you could just change the variable names so they don't make it seem like the units are radians per second, since the code basically works usinggetRate()
, but then if they release a fix to thegetRate()
bug, we have to change the code.The text was updated successfully, but these errors were encountered: