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
Besides using the built-in IMU, you can also connect an external IMU sensor, such as the classic `MPU6050/MPU9150`. Search for the latest and suitable sensors yourself.
55
56
56
57
In MaixPy, attitude estimation and IMU drivers are separated, so you can use your own driver for external sensors and still call the attitude estimation algorithm.
57
58
58
59
## MaixPy Read IMU Data
59
60
60
-
Using the built-in `QMI8658` of MaixCAM-Pro as an example, use `maix.imu.IMU` to read:
61
+
Using MaixCAM-Pro as an example, use `maix.imu.IMU` to read:
0 commit comments