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 7fdd1b55b29b0251324c5cd769fa05b76d3cfefb..10cebefa9f3c85d241947bf0b6afb023677d1e35 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.