AP_MotorsUGV: minor comment fix

This commit is contained in:
Randy Mackay 2018-06-08 11:04:49 +09:00
parent eb519bfb79
commit eb234a1306

View File

@ -449,7 +449,7 @@ void AP_MotorsUGV::output_regular(bool armed, float ground_speed, float steering
limit.steer_right = true;
}
}
// reverse steering output if backing up
// reverse steering direction when backing up
if (is_negative(ground_speed)) {
steering *= -1.0f;
}