mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AR_WPNav: minor param description typo fix
This commit is contained in:
parent
551f7d66c1
commit
89a4f83527
@ -58,7 +58,7 @@ const AP_Param::GroupInfo AR_WPNav::var_info[] = {
|
||||
|
||||
// @Param: PIVOT_ANGLE
|
||||
// @DisplayName: Waypoint Pivot Angle
|
||||
// @Description: Pivot when the difference bewteen the vehicle's heading and it's target heading is more than this many degrees. Set to zero to disable pivot turns
|
||||
// @Description: Pivot when the difference between the vehicle's heading and its target heading is more than this many degrees. Set to zero to disable pivot turns
|
||||
// @Units: deg
|
||||
// @Range: 0 360
|
||||
// @Increment: 1
|
||||
|
Loading…
Reference in New Issue
Block a user