mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_InertialSensor: default INS_USE3 to 1
This commit is contained in:
parent
ed5e2bf58b
commit
999b503523
@ -293,7 +293,7 @@ const AP_Param::GroupInfo AP_InertialSensor::var_info[] = {
|
|||||||
// @Description: Use third IMU for attitude, velocity and position estimates
|
// @Description: Use third IMU for attitude, velocity and position estimates
|
||||||
// @Values: 0:Disabled,1:Enabled
|
// @Values: 0:Disabled,1:Enabled
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("USE3", 22, AP_InertialSensor, _use[2], 0),
|
AP_GROUPINFO("USE3", 22, AP_InertialSensor, _use[2], 1),
|
||||||
|
|
||||||
// @Param: STILL_THRESH
|
// @Param: STILL_THRESH
|
||||||
// @DisplayName: Stillness threshold for detecting if we are moving
|
// @DisplayName: Stillness threshold for detecting if we are moving
|
||||||
|
Loading…
Reference in New Issue
Block a user