mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 14:47:36 +08:00
mc_pos_control_params: correct crawl speed reference
This commit is contained in:
committed by
Daniel Agar
parent
1df9d6fca6
commit
4ef8cead3d
@@ -739,7 +739,7 @@ PARAM_DEFINE_FLOAT(MPC_LAND_ALT2, 5.0f);
|
||||
* Altitude for 3. step of slow landing
|
||||
*
|
||||
* Below this altitude descending velocity gets
|
||||
* limited to "MPC_CRWL_SPEED", if LIDAR available.
|
||||
* limited to "MPC_LAND_CRWL", if LIDAR available.
|
||||
* No effect if LIDAR not available
|
||||
*
|
||||
* @unit m
|
||||
|
||||
Reference in New Issue
Block a user