Skip to content

Commit

Permalink
Fix description of VT_FW_ALT_ERR
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored and LorenzMeier committed Apr 17, 2018
1 parent 7bc3a12 commit 1a0c312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/vtol_att_control/vtol_att_control_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ PARAM_DEFINE_FLOAT(VT_FW_MIN_ALT, 0.0f);
/**
* Adaptive QuadChute
*
* Maximum negative altitude error, when in fixed wing the altitude drops below this copared to the altitude setpoint
* the vehicle will transition back to MC mode and enter failsafe RTL
* 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.
* @min 0.0
* @max 200.0
* @group VTOL Attitude Control
Expand Down

0 comments on commit 1a0c312

Please sign in to comment.