fix(commander): Remove COM_OBC_LOSS_T (#27261)

hardcoding the default 5 second timeout.
This commit is contained in:
Matthias Grob
2026-04-30 23:40:44 +02:00
committed by GitHub
parent 800ebfed5c
commit 5e86be131c
5 changed files with 1 additions and 18 deletions

View File

@@ -198,10 +198,6 @@ if [ -n "$PX4_SIM_SPEED_FACTOR" ]; then
COM_OF_LOSS_T_LONGER=$(echo "$PX4_SIM_SPEED_FACTOR * 1.0" | bc)
echo "COM_OF_LOSS_T set to $COM_OF_LOSS_T_LONGER"
param set COM_OF_LOSS_T $COM_OF_LOSS_T_LONGER
COM_OBC_LOSS_T_LONGER=$(echo "$PX4_SIM_SPEED_FACTOR * 5.0" | bc)
echo "COM_OBC_LOSS_T set to $COM_OBC_LOSS_T_LONGER"
param set COM_OBC_LOSS_T $COM_OBC_LOSS_T_LONGER
fi
# Autostart ID