Rover: don't use throttle_nudge in steering mode

This commit is contained in:
Andrew Tridgell 2013-08-19 08:44:37 +10:00
parent 97ed733ada
commit 7789f0d133
1 changed files with 1 additions and 0 deletions

View File

@ -862,6 +862,7 @@ static void update_current_mode(void)
calc_nav_steer();
// and throttle gives speed in proportion to cruise speed
throttle_nudge = 0;
calc_throttle(channel_throttle->pwm_to_angle() * 0.01 * g.speed_cruise);
break;
}