Rover: fix stick mixing in auto mode

This commit is contained in:
Peter Barker 2022-08-11 11:32:02 +10:00 committed by Randy Mackay
parent ffc0d8b229
commit aec179ca40
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ void Mode::calc_steering_from_turn_rate(float turn_rate)
g2.motors.limit.steer_left,
g2.motors.limit.steer_right,
rover.G_Dt);
g2.motors.set_steering(steering_out * 4500.0f);
set_steering(steering_out * 4500.0f);
}
/*