Rover: Be more explicit that a SPEED_TURN_GAIN value of 80% reduces "to 80%" and not "by 80%"

This commit is contained in:
Dr.-Ing. Amilcar Do Carmo Lucas 2017-05-24 15:08:24 +02:00 committed by Grant Morphett
parent 65cca6ae87
commit 771d2fb13c

View File

@ -124,7 +124,7 @@ const AP_Param::Info Rover::var_info[] = {
// @Param: SPEED_TURN_GAIN
// @DisplayName: Target speed reduction while turning
// @Description: The percentage to reduce the throttle while turning. If this is 100% then the target speed is not reduced while turning. If this is 50% then the target speed is reduced in proportion to the turn rate, with a reduction of 50% when the steering is maximally deflected.
// @Description: The percentage to reduce the throttle to while turning. If this is 100% then the target speed is not reduced while turning. If this is 50% then the target speed is reduced in proportion to the turn rate, with a reduction of 50% when the steering is maximally deflected.
// @Units: %
// @Range: 0 100
// @Increment: 1