mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
AR_PosControl: fix PSC_VEL_I param range
This commit is contained in:
parent
48825c9cc6
commit
2d89f835e5
@ -56,7 +56,7 @@ const AP_Param::GroupInfo AR_PosControl::var_info[] = {
|
|||||||
// @Param: _VEL_I
|
// @Param: _VEL_I
|
||||||
// @DisplayName: Velocity (horizontal) I gain
|
// @DisplayName: Velocity (horizontal) I gain
|
||||||
// @Description: Velocity (horizontal) I gain. Corrects long-term difference between desired and actual velocity to a target acceleration
|
// @Description: Velocity (horizontal) I gain. Corrects long-term difference between desired and actual velocity to a target acceleration
|
||||||
// @Range: 0.02 1.00
|
// @Range: 0.00 1.00
|
||||||
// @Increment: 0.01
|
// @Increment: 0.01
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user