mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 18:09:06 +08:00
MC pos control: Allow higher yaw rate by default
This commit is contained in:
parent
44e885f3c3
commit
5aaf74bbe6
@ -335,7 +335,7 @@ PARAM_DEFINE_FLOAT(MPC_MAN_P_MAX, 35.0f);
|
||||
* @decimal 1
|
||||
* @group Multicopter Position Control
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(MPC_MAN_Y_MAX, 120.0f);
|
||||
PARAM_DEFINE_FLOAT(MPC_MAN_Y_MAX, 200.0f);
|
||||
|
||||
/**
|
||||
* Deadzone of X,Y sticks where position hold is enabled
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user