mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 11:27:34 +08:00
mc_pos_control_params: correct MPC_POS_MODE docs since 1 is depracated
This commit is contained in:
committed by
Daniel Agar
parent
9756c70491
commit
70050ae4f5
@@ -499,7 +499,7 @@ PARAM_DEFINE_FLOAT(MPC_ACC_HOR_MAX, 5.0f);
|
||||
/**
|
||||
* Acceleration for auto and for manual
|
||||
*
|
||||
* Note: In manual, this parameter is only used in MPC_POS_MODE 1.
|
||||
* Note: In manual, this parameter is only used in MPC_POS_MODE 4.
|
||||
*
|
||||
* @unit m/s^2
|
||||
* @min 2.0
|
||||
@@ -544,7 +544,7 @@ PARAM_DEFINE_FLOAT(MPC_ACC_DOWN_MAX, 3.0f);
|
||||
*
|
||||
* Setting this to the maximum value essentially disables the limit.
|
||||
*
|
||||
* Note: This is only used when MPC_POS_MODE is set to a smoothing mode 1, 3 or 4.
|
||||
* Note: This is only used when MPC_POS_MODE is set to a smoothing mode 3 or 4.
|
||||
*
|
||||
* @unit m/s^3
|
||||
* @min 0.5
|
||||
|
||||
Reference in New Issue
Block a user