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