mirror of https://github.com/ArduPilot/ardupilot
Rover: remove output_trim_all during initialisation
MotorUGV library now outputs the proper values on the motor channels. Other libraries are also responsible for initialising their outputs on startup.
This commit is contained in:
parent
260412bf0f
commit
208607d668
|
@ -36,8 +36,6 @@ void Rover::init_rc_in()
|
|||
|
||||
void Rover::init_rc_out()
|
||||
{
|
||||
SRV_Channels::output_trim_all();
|
||||
|
||||
// set auxiliary ranges
|
||||
update_aux();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue