mirror of https://github.com/ArduPilot/ardupilot
Rover: fix stick mixing in auto mode
This commit is contained in:
parent
ffc0d8b229
commit
aec179ca40
|
@ -471,7 +471,7 @@ void Mode::calc_steering_from_turn_rate(float turn_rate)
|
||||||
g2.motors.limit.steer_left,
|
g2.motors.limit.steer_left,
|
||||||
g2.motors.limit.steer_right,
|
g2.motors.limit.steer_right,
|
||||||
rover.G_Dt);
|
rover.G_Dt);
|
||||||
g2.motors.set_steering(steering_out * 4500.0f);
|
set_steering(steering_out * 4500.0f);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue