gamemanual0 / gm0

Game Manual 0 - The most extensive guide out there for FTC
https://gm0.org
Other
54 stars 92 forks source link

Create IMU as gyro example #421

Open Krabbenhoft opened 9 months ago

Krabbenhoft commented 9 months ago

This is an explanation of how to program the IMU as a gyro sensor. https://github.com/gamemanual0/gm0/issues/416

seakrueger commented 7 months ago

Hello,

Currently, your page is not being built or linted by sphinx because it is missing the ".rst" file extension. Also in order for your page to be discoverable, you need to add "imu" as an entry in the software/tutorials/index.rst file

Krabbenhoft commented 7 months ago

Thank you. I will address these issues.

NoahAndrews commented 6 months ago

Using an IMU as a gyro sensor would mean getting just the rotational velocity from it. Using the computed orientation data from an IMU is really the opposite of "using it as a gyro".