Rover: reduce TURN_MAX_G default to 0.6

This commit is contained in:
Randy Mackay 2018-04-26 14:17:04 +09:00
parent f4976394de
commit 1c3f3caf66

View File

@ -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