mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Rover: NFC - correct the units of the RNGFND_TURN_ANGL parameter
This commit is contained in:
parent
f7a683d38e
commit
c389dd93d7
@ -279,7 +279,7 @@ const AP_Param::Info Rover::var_info[] = {
|
||||
// @Param: RNGFND_TURN_ANGL
|
||||
// @DisplayName: Rangefinder trigger angle
|
||||
// @Description: The course deviation in degrees to apply while avoiding an obstacle detected with the rangefinder. A positive number means to turn right, and a negative angle means to turn left.
|
||||
// @Units: cm
|
||||
// @Units: deg
|
||||
// @Range: -45 45
|
||||
// @Increment: 1
|
||||
// @User: Standard
|
||||
|
Loading…
Reference in New Issue
Block a user