forked from Archive/PX4-Autopilot
MC multi attitude control: Limit yaw rate to avoid mixer saturation.
This commit is contained in:
parent
ebb061764a
commit
8b7f1cf560
|
@ -56,7 +56,7 @@
|
|||
#define PARAM_MP_YAWRATE_I_DEFAULT 0.0f
|
||||
#define PARAM_MP_YAWRATE_D_DEFAULT 0.0f
|
||||
#define PARAM_MP_YAW_FF_DEFAULT 0.5f
|
||||
#define PARAM_MP_YAWRATE_MAX_DEFAULT 120.0f
|
||||
#define PARAM_MP_YAWRATE_MAX_DEFAULT 60.0f
|
||||
#define PARAM_MP_ACRO_R_MAX_DEFAULT 35.0f
|
||||
#define PARAM_MP_ACRO_P_MAX_DEFAULT 35.0f
|
||||
#define PARAM_MP_ACRO_Y_MAX_DEFAULT 120.0f
|
||||
|
|
Loading…
Reference in New Issue