mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
boards: mRo Control Zero fix IMU rotations
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
adc start
|
||||
|
||||
# Internal ICM-20602
|
||||
icm20602 -s -R 4 start
|
||||
icm20602 -s -R 8 start
|
||||
|
||||
# Internal SPI bus BMI088 accel & gyro
|
||||
bmi088 -A -R 10 -s start
|
||||
bmi088 -G -R 10 -s start
|
||||
|
||||
# Internal ICM-20948 (with magnetometer)
|
||||
icm20948 -s -R 2 -M start
|
||||
icm20948 -s -R 8 -M start
|
||||
|
||||
# Interal DPS310 (barometer)
|
||||
dps310 -s start
|
||||
|
||||
Reference in New Issue
Block a user