Whalesim Posted October 8, 2019 at 03:59 PM Posted October 8, 2019 at 03:59 PM Using the angular velocity callback for the IMU2, it appears that returned values are in degrees TIMES 16 such that to see angular velocity, one must DIVIDE the returned values by 16. The website states the callback: "Returns the calibrated angular velocity from the gyroscope for the x, y and z axis in 1/16 °/s." which is not what I am seeing. Am I missing something? Quote
borg Posted October 9, 2019 at 08:38 AM Posted October 9, 2019 at 08:38 AM The documentation states that if you get a value of 1 back it corresponds to 1/16 °/s. So you have to divide the value of 1 by 16 to get °/s. I think the documentation is correct? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.