From c9e52d43862b6854d4396b2190cb4b9f1b957c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Fri, 9 Nov 2018 08:20:51 +0100 Subject: [PATCH] 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). --- src/modules/mc_pos_control/mc_pos_control_params.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/mc_pos_control/mc_pos_control_params.c b/src/modules/mc_pos_control/mc_pos_control_params.c index 7fdd1b55b29b..10cebefa9f3c 100644 --- a/src/modules/mc_pos_control/mc_pos_control_params.c +++ b/src/modules/mc_pos_control/mc_pos_control_params.c @@ -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.