SITL parameters: use low battery actions including RTL

I'm not sure why COM_LOW_BAT_ACT option 2 "Land mode"
was chosen I'd like to also test RTL when I lower the minimum battery percentage in simulation.
This commit is contained in:
Matthias Grob 2024-10-07 18:36:45 +02:00
parent 4a08ebafbc
commit 854086013c

View File

@ -181,7 +181,7 @@ param set-default TRIG_INTERFACE 3
param set-default SYS_FAILURE_EN 1
# Enable low-battery actions by default for (automated) testing. Battery sim
# does not go below 50% by default, but failure injection can trigger failsafes.
param set-default COM_LOW_BAT_ACT 2
param set-default COM_LOW_BAT_ACT 3
# Adapt timeout parameters if simulation runs faster or slower than realtime.