mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 09:38:29 -04:00
Plane: Add lower CHECK_SCALE defaults for QuadPlane
This commit is contained in:
parent
768e3e7931
commit
8658023dad
@ -794,6 +794,10 @@ void QuadPlane::setup_defaults(void)
|
|||||||
if (esc_calibration != 0) {
|
if (esc_calibration != 0) {
|
||||||
esc_calibration.set_and_save(0);
|
esc_calibration.set_and_save(0);
|
||||||
}
|
}
|
||||||
|
// Quadplanes need the same level of GPS error checking as Copters do, Plane is more relaxed
|
||||||
|
AP_Param::set_default_by_name("EK2_CHECK_SCALE",100);
|
||||||
|
AP_Param::set_default_by_name("EK3_CHECK_SCALE",100);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// run ESC calibration
|
// run ESC calibration
|
||||||
|
Loading…
Reference in New Issue
Block a user