Skip to content

Commit

Permalink
MPC_MAN_TILT_MAX: increase max limit from 90 to 180 degrees
Browse files Browse the repository at this point in the history
This is especially useful for testing (the vehicle must behave correctly
even at high tilt angles).
  • Loading branch information
bkueng committed Nov 13, 2018
1 parent adf1fea commit c9e52d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/mc_pos_control/mc_pos_control_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ PARAM_DEFINE_FLOAT(MPC_TILTMAX_AIR, 45.0f);
*
* @unit deg
* @min 0.0
* @max 90.0
* @max 180.0
* @decimal 1
* @group Multicopter Position Control
*/
Expand Down Expand Up @@ -568,7 +568,7 @@ PARAM_DEFINE_FLOAT(MPC_JERK_MIN, 8.0f);
PARAM_DEFINE_INT32(MPC_ALT_MODE, 0);

/**
* Manual control stick exponential curve sensitivity attenuation with small velocity setpoints
* Manual position control stick exponential curve sensitivity
*
* The higher the value the less sensitivity the stick has around zero
* while still reaching the maximum value with full stick deflection.
Expand Down

0 comments on commit c9e52d4

Please sign in to comment.