Rover: fix RNGFND_TURN_ANGL param description again

This commit is contained in:
Randy Mackay 2018-06-18 16:09:35 +09:00
parent 9efa7ad635
commit 03babfdc3c

View File

@ -188,7 +188,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),