forked from Archive/PX4-Autopilot
Add icm20602 to auav-x21 sensors startup
This commit is contained in:
parent
98e6ba858d
commit
1594c80bf4
|
@ -60,6 +60,9 @@ then
|
|||
# Internal SPI bus ICM-20608-G is rotated 90 deg yaw
|
||||
mpu6000 -R 2 -T 20608 start
|
||||
|
||||
# Internal SPI bus ICM-20602-G is rotated 90 deg yaw
|
||||
mpu6000 -R 2 -T 20602 start
|
||||
|
||||
# Internal SPI bus mpu9250 is rotated 90 deg yaw
|
||||
mpu9250 -R 2 start
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue