|
|
|
@ -262,6 +262,8 @@ PARAM_DEFINE_FLOAT(MPC_CRUISE_MIN, 0.5f);
@@ -262,6 +262,8 @@ PARAM_DEFINE_FLOAT(MPC_CRUISE_MIN, 0.5f);
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Maximum horizontal velocity setpoint for manual controlled mode |
|
|
|
|
* If velocity setpoint larger than MPC_XY_VEL_MAX is set, then |
|
|
|
|
* the setpoint will be capped to MPC_XY_VEL_MAX |
|
|
|
|
* |
|
|
|
|
* @unit m/s |
|
|
|
|
* @min 3.0 |
|
|
|
@ -291,8 +293,8 @@ PARAM_DEFINE_FLOAT(MPC_TARGET_THRE, 15.0f);
@@ -291,8 +293,8 @@ PARAM_DEFINE_FLOAT(MPC_TARGET_THRE, 15.0f);
|
|
|
|
|
/**
|
|
|
|
|
* Maximum horizontal velocity |
|
|
|
|
* |
|
|
|
|
* Maximum horizontal velocity in AUTO mode. If higher speeds |
|
|
|
|
* are commanded in a mission they will be capped to this velocity. |
|
|
|
|
* Maximum horizontal velocity. If higher speeds |
|
|
|
|
* are commanded they will be capped to this velocity. |
|
|
|
|
* |
|
|
|
|
* @unit m/s |
|
|
|
|
* @min 0.0 |
|
|
|
@ -301,7 +303,7 @@ PARAM_DEFINE_FLOAT(MPC_TARGET_THRE, 15.0f);
@@ -301,7 +303,7 @@ PARAM_DEFINE_FLOAT(MPC_TARGET_THRE, 15.0f);
|
|
|
|
|
* @decimal 2 |
|
|
|
|
* @group Multicopter Position Control |
|
|
|
|
*/ |
|
|
|
|
PARAM_DEFINE_FLOAT(MPC_XY_VEL_MAX, 8.0f); |
|
|
|
|
PARAM_DEFINE_FLOAT(MPC_XY_VEL_MAX, 12.0f); |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Maximum tilt angle in air |
|
|
|
|