Skip to content

Commit

Permalink
FW runway takeoff: add negative for min to support tricycle landing gear
Browse files Browse the repository at this point in the history
 - if we used tricycle landing gear, we need the wheel to  touch the ground to control the direction
  • Loading branch information
jinchengde authored and dagar committed Dec 23, 2019
1 parent 176d7ef commit 34121e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ PARAM_DEFINE_FLOAT(RWTO_MAX_THR, 1.0);
* to takeoff is reached.
*
* @unit deg
* @min 0.0
* @min -10.0
* @max 20.0
* @decimal 1
* @increment 0.5
Expand Down

0 comments on commit 34121e6

Please sign in to comment.