mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
Change defaults for MPC_LAND_ALT
This commit is contained in:
committed by
Daniel Agar
parent
df07eed1a4
commit
59bd3e9f6e
@@ -674,7 +674,7 @@ PARAM_DEFINE_FLOAT(MPC_YAWRAUTO_MAX, 45.0f);
|
|||||||
* @decimal 1
|
* @decimal 1
|
||||||
* @group Multicopter Position Control
|
* @group Multicopter Position Control
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_FLOAT(MPC_LAND_ALT1, 10.0f);
|
PARAM_DEFINE_FLOAT(MPC_LAND_ALT1, 5.0f);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Altitude for 2. step of slow landing (landing)
|
* Altitude for 2. step of slow landing (landing)
|
||||||
@@ -689,7 +689,7 @@ PARAM_DEFINE_FLOAT(MPC_LAND_ALT1, 10.0f);
|
|||||||
* @decimal 1
|
* @decimal 1
|
||||||
* @group Multicopter Position Control
|
* @group Multicopter Position Control
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_FLOAT(MPC_LAND_ALT2, 5.0f);
|
PARAM_DEFINE_FLOAT(MPC_LAND_ALT2, 2.0f);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Position control smooth takeoff ramp time constant
|
* Position control smooth takeoff ramp time constant
|
||||||
|
|||||||
Reference in New Issue
Block a user