mirror of https://github.com/ArduPilot/ardupilot
Rover: fix RNGFND_TURN_ANGL param description again
This commit is contained in:
parent
510242a291
commit
3b6bcd0af5
|
@ -196,7 +196,7 @@ const AP_Param::Info Rover::var_info[] = {
|
|||
// @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: deg
|
||||
// @Range: 0 450
|
||||
// @Range: -450 450
|
||||
// @Increment: 1
|
||||
// @User: Standard
|
||||
GSCALAR(rangefinder_turn_angle, "RNGFND_TURN_ANGL", 45),
|
||||
|
|
Loading…
Reference in New Issue