mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 16:33:58 -04:00
Rover: fix RNGFND_TURN_ANGL range
This commit is contained in:
parent
f3fe1e3fa5
commit
510242a291
@ -196,7 +196,7 @@ const AP_Param::Info Rover::var_info[] = {
|
|||||||
// @DisplayName: Rangefinder trigger angle
|
// @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.
|
// @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
|
// @Units: deg
|
||||||
// @Range: -45 45
|
// @Range: 0 450
|
||||||
// @Increment: 1
|
// @Increment: 1
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
GSCALAR(rangefinder_turn_angle, "RNGFND_TURN_ANGL", 45),
|
GSCALAR(rangefinder_turn_angle, "RNGFND_TURN_ANGL", 45),
|
||||||
|
Loading…
Reference in New Issue
Block a user