mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
Frame_Params: Fix bebop compass orient
Without COMPASS_EXTERNAL set to 1, COMPASS_ORIENT wasn't taken into account, leading to bad data
This commit is contained in:
parent
287ebe8e6a
commit
b8aef20ee8
@ -5,6 +5,7 @@ ATC_ACCEL_R_MAX,220000
|
||||
ATC_ACCEL_Y_MAX,56000
|
||||
BATT_MONITOR,6
|
||||
BATT_CAPACITY,2700
|
||||
COMPASS_EXTERNAL,1
|
||||
COMPASS_ORIENT,2
|
||||
FRAME,3
|
||||
INS_GYRO_FILTER,40
|
||||
|
Loading…
Reference in New Issue
Block a user