diff --git a/Rover/Parameters.cpp b/Rover/Parameters.cpp index 19d755afd8..866065b72f 100644 --- a/Rover/Parameters.cpp +++ b/Rover/Parameters.cpp @@ -500,10 +500,10 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = { // @DisplayName: BalanceBot Maximum Pitch // @Description: Pitch angle in degrees at 100% throttle // @Units: deg - // @Range: 0 5 + // @Range: 0 15 // @Increment: 0.1 // @User: Standard - AP_GROUPINFO("BAL_PITCH_MAX", 21, ParametersG2, bal_pitch_max, 2), + AP_GROUPINFO("BAL_PITCH_MAX", 21, ParametersG2, bal_pitch_max, 10), // @Param: CRASH_ANGLE // @DisplayName: Crash Angle