mirror of https://github.com/ArduPilot/ardupilot
Rover: Setting crash detecting to off by default.
This commit is contained in:
parent
9fa6ed9af4
commit
b5b7702a85
|
@ -321,7 +321,7 @@ const AP_Param::Info Rover::var_info[] = {
|
||||||
// @Description: What to do on a crash event. When enabled the rover will go to hold if a crash is detected.
|
// @Description: What to do on a crash event. When enabled the rover will go to hold if a crash is detected.
|
||||||
// @Values: 0:Disabled,1:HOLD,2:HoldAndDisarm
|
// @Values: 0:Disabled,1:HOLD,2:HoldAndDisarm
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
GSCALAR(fs_crash_check, "FS_CRASH_CHECK", FS_CRASH_HOLD),
|
GSCALAR(fs_crash_check, "FS_CRASH_CHECK", FS_CRASH_DISABLE),
|
||||||
|
|
||||||
// @Param: RNGFND_TRIGGR_CM
|
// @Param: RNGFND_TRIGGR_CM
|
||||||
// @DisplayName: Rangefinder trigger distance
|
// @DisplayName: Rangefinder trigger distance
|
||||||
|
|
Loading…
Reference in New Issue