mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Plane: add units to Q_VFWD_ALT
This commit is contained in:
parent
6e15b16511
commit
9c2db806f3
@ -232,6 +232,7 @@ const AP_Param::GroupInfo QuadPlane::var_info[] = {
|
||||
// @Param: VFWD_ALT
|
||||
// @DisplayName: Forward velocity alt cutoff
|
||||
// @Description: Controls altitude to disable forward velocity assist when below this relative altitude. This is useful to keep the forward velocity propeller from hitting the ground. Rangefinder height data is incorporated when available.
|
||||
// @Units: m
|
||||
// @Range: 0 10
|
||||
// @Increment: 0.25
|
||||
// @User: Standard
|
||||
|
Loading…
Reference in New Issue
Block a user