From d96c7049ca70aa793294cfc92dedda8e4fb294f3 Mon Sep 17 00:00:00 2001 From: Mirko Denecke Date: Thu, 9 Apr 2020 16:10:41 +0200 Subject: [PATCH] APMrover2: remove unused parameter in PIVOT_TURN_ANGLE description --- APMrover2/Parameters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APMrover2/Parameters.cpp b/APMrover2/Parameters.cpp index 6ce9409d9d..6b6b528149 100644 --- a/APMrover2/Parameters.cpp +++ b/APMrover2/Parameters.cpp @@ -655,7 +655,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = { // @Param: PIVOT_TURN_ANGLE // @DisplayName: Pivot turn angle -// @Description: Navigation angle threshold in degrees to switch to pivot steering when SKID_STEER_OUT is 1. This allows you to setup a skid steering rover to turn on the spot in auto mode when the angle it needs to turn it greater than this angle. An angle of zero means to disable pivot turning. Note that you will probably also want to set a low value for WP_RADIUS to get neat turns. +// @Description: Navigation angle threshold in degrees to switch to pivot steering. This allows you to setup a skid steering rover to turn on the spot in auto mode when the angle it needs to turn it greater than this angle. An angle of zero means to disable pivot turning. Note that you will probably also want to set a low value for WP_RADIUS to get neat turns. // @Units: deg // @Range: 0 360 // @Increment: 1