mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 10:26:52 +08:00
MC land detector: fix parameter description for LNDMC_ROT_MAX
This commit is contained in:
committed by
Silvan Fuhrer
parent
b4273bde25
commit
c3e370b946
@@ -76,9 +76,9 @@ PARAM_DEFINE_FLOAT(LNDMC_Z_VEL_MAX, 0.25f);
|
|||||||
PARAM_DEFINE_FLOAT(LNDMC_XY_VEL_MAX, 1.5f);
|
PARAM_DEFINE_FLOAT(LNDMC_XY_VEL_MAX, 1.5f);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Multicopter max rotation
|
* Multicopter max rotational speed
|
||||||
*
|
*
|
||||||
* Maximum allowed angular velocity around each axis allowed in the landed state.
|
* Maximum allowed norm of the angular velocity (roll, pitch) in the landed state.
|
||||||
*
|
*
|
||||||
* @unit deg/s
|
* @unit deg/s
|
||||||
* @decimal 1
|
* @decimal 1
|
||||||
|
|||||||
Reference in New Issue
Block a user