Browse Source

Rover: reduce TURN_MAX_G default to 0.6

master
Randy Mackay 7 years ago
parent
commit
feb9cfc390
  1. 2
      APMrover2/Parameters.cpp

2
APMrover2/Parameters.cpp

@ -306,7 +306,7 @@ const AP_Param::Info Rover::var_info[] = { @@ -306,7 +306,7 @@ const AP_Param::Info Rover::var_info[] = {
// @Range: 0.1 10
// @Increment: 0.01
// @User: Standard
GSCALAR(turn_max_g, "TURN_MAX_G", 1.0f),
GSCALAR(turn_max_g, "TURN_MAX_G", 0.6f),
// variables not in the g class which contain EEPROM saved variables

Loading…
Cancel
Save