Browse Source

Fix description of VT_FW_ALT_ERR

sbg
Hamish Willee 7 years ago committed by Lorenz Meier
parent
commit
1a0c312f28
  1. 4
      src/modules/vtol_att_control/vtol_att_control_params.c

4
src/modules/vtol_att_control/vtol_att_control_params.c

@ -237,8 +237,8 @@ PARAM_DEFINE_FLOAT(VT_FW_MIN_ALT, 0.0f);
/** /**
* Adaptive QuadChute * Adaptive QuadChute
* *
* Maximum negative altitude error, when in fixed wing the altitude drops below this copared to the altitude setpoint * Maximum negative altitude error for fixed wing flight. If the altitude drops below this value below the altitude setpoint
* the vehicle will transition back to MC mode and enter failsafe RTL * the vehicle will transition back to MC mode and enter failsafe RTL.
* @min 0.0 * @min 0.0
* @max 200.0 * @max 200.0
* @group VTOL Attitude Control * @group VTOL Attitude Control

Loading…
Cancel
Save