mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
mc_pos_control_params: increase velocity limits a bit
I hit those on my vehicle
This commit is contained in:
@@ -151,7 +151,7 @@ PARAM_DEFINE_FLOAT(MPC_Z_P, 1.0f);
|
|||||||
* defined as correction acceleration in m/s^2 per m/s velocity error
|
* defined as correction acceleration in m/s^2 per m/s velocity error
|
||||||
*
|
*
|
||||||
* @min 2.0
|
* @min 2.0
|
||||||
* @max 8.0
|
* @max 15.0
|
||||||
* @decimal 2
|
* @decimal 2
|
||||||
* @group Multicopter Position Control
|
* @group Multicopter Position Control
|
||||||
*/
|
*/
|
||||||
@@ -165,7 +165,7 @@ PARAM_DEFINE_FLOAT(MPC_Z_VEL_P_ACC, 4.0f);
|
|||||||
* Non zero value allows hovering thrust estimation on stabilized or autonomous takeoff.
|
* Non zero value allows hovering thrust estimation on stabilized or autonomous takeoff.
|
||||||
*
|
*
|
||||||
* @min 0.2
|
* @min 0.2
|
||||||
* @max 2.0
|
* @max 3.0
|
||||||
* @decimal 3
|
* @decimal 3
|
||||||
* @group Multicopter Position Control
|
* @group Multicopter Position Control
|
||||||
*/
|
*/
|
||||||
@@ -224,7 +224,7 @@ PARAM_DEFINE_FLOAT(MPC_XY_P, 0.95f);
|
|||||||
* defined as correction acceleration in m/s^2 per m/s velocity error
|
* defined as correction acceleration in m/s^2 per m/s velocity error
|
||||||
*
|
*
|
||||||
* @min 1.2
|
* @min 1.2
|
||||||
* @max 3.0
|
* @max 5.0
|
||||||
* @decimal 2
|
* @decimal 2
|
||||||
* @group Multicopter Position Control
|
* @group Multicopter Position Control
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user