mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
mc_pos_control: fix parameter description of expo for QGC parsing
This commit is contained in:
parent
d5137ed794
commit
ca9393eb97
@ -510,10 +510,11 @@ PARAM_DEFINE_INT32(MPC_ALT_MODE, 0);
|
||||
* The higher the value the less sensitivity the stick has around zero
|
||||
* while still reaching the maximum value with full stick deflection.
|
||||
*
|
||||
* 0 Purely linear input curve (default)
|
||||
* 1 Purely cubic input curve
|
||||
*
|
||||
* @min 0
|
||||
* @max 1
|
||||
* @value 0 Purely linear input curve (default)
|
||||
* @value 1 Purely cubic input curve
|
||||
* @decimal 2
|
||||
* @group Multicopter Position Control
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user