forked from Archive/PX4-Autopilot
boards/matek/gnss-m9n-f4: IMU orientation update
- the icm20602 needs to be rolled 180º and yaw 90º for this board.
This commit is contained in:
parent
3bffe3087d
commit
c585758f67
|
@ -3,10 +3,10 @@
|
|||
# Matek M9NF4 CAN specific board sensors init
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
icm20602 -s start
|
||||
icm20602 -s -R 10 start
|
||||
|
||||
rm3100 -b 2 -s start
|
||||
|
||||
dps310 -a 118 -X start
|
||||
|
||||
sensors start
|
||||
sensors start
|
||||
|
|
Loading…
Reference in New Issue