Auto - Rename MC_YAWRAUTO_MAX -> MPC_YAWRAUTO_MAX

This commit is contained in:
bresch
2019-04-25 10:17:46 +02:00
committed by Lorenz Meier
parent 581d25f77f
commit 89bc68e12b
11 changed files with 27 additions and 25 deletions
@@ -313,21 +313,6 @@ PARAM_DEFINE_FLOAT(MC_PITCHRATE_MAX, 220.0f);
*/
PARAM_DEFINE_FLOAT(MC_YAWRATE_MAX, 200.0f);
/**
* Max yaw rate in auto mode
*
* Limit for yaw rate, has effect for large rotations in autonomous mode,
* to avoid large control output and mixer saturation.
*
* @unit deg/s
* @min 0.0
* @max 360.0
* @decimal 1
* @increment 5
* @group Multicopter Attitude Control
*/
PARAM_DEFINE_FLOAT(MC_YAWRAUTO_MAX, 45.0f);
/**
* Max acro roll rate
* default: 2 turns per second
@@ -615,6 +615,21 @@ PARAM_DEFINE_FLOAT(MPC_Z_MAN_EXPO, 0.0f);
*/
PARAM_DEFINE_FLOAT(MPC_YAW_EXPO, 0.0f);
/**
* Max yaw rate in auto mode
*
* Limit the rate of change of the yaw setpoint in autonomous mode
* to avoid large control output and mixer saturation.
*
* @unit deg/s
* @min 0.0
* @max 360.0
* @decimal 1
* @increment 5
* @group Multicopter Attitude Control
*/
PARAM_DEFINE_FLOAT(MPC_YAWRAUTO_MAX, 45.0f);
/**
* Altitude for 1. step of slow landing (descend)
*