Whalesim Geschrieben October 8, 2019 at 15:59 Geschrieben October 8, 2019 at 15:59 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? Zitieren
borg Geschrieben October 9, 2019 at 08:38 Geschrieben October 9, 2019 at 08:38 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? Zitieren
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.