mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 19:47:35 +08:00
MC_ROLL_P, MC_PITCH_P: increase maximum value to 12
- use the same value for both - lower control latency allows increasing these gains
This commit is contained in:
@@ -74,7 +74,7 @@ PARAM_DEFINE_FLOAT(MC_PITCH_TC, 0.2f);
|
||||
*
|
||||
* @unit 1/s
|
||||
* @min 0.0
|
||||
* @max 8
|
||||
* @max 12
|
||||
* @decimal 2
|
||||
* @increment 0.1
|
||||
* @group Multicopter Attitude Control
|
||||
@@ -149,7 +149,7 @@ PARAM_DEFINE_FLOAT(MC_ROLLRATE_FF, 0.0f);
|
||||
*
|
||||
* @unit 1/s
|
||||
* @min 0.0
|
||||
* @max 10
|
||||
* @max 12
|
||||
* @decimal 2
|
||||
* @increment 0.1
|
||||
* @group Multicopter Attitude Control
|
||||
|
||||
Reference in New Issue
Block a user