Skip to content
Snippets Groups Projects
Commit c9e52d43 authored by Beat Küng's avatar Beat Küng
Browse files

MPC_MAN_TILT_MAX: increase max limit from 90 to 180 degrees

This is especially useful for testing (the vehicle must behave correctly
even at high tilt angles).
parent adf1fea5
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment