mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
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()
|
void Rover::init_rc_out()
|
||||||
{
|
{
|
||||||
SRV_Channels::output_trim_all();
|
|
||||||
|
|
||||||
// set auxiliary ranges
|
// set auxiliary ranges
|
||||||
update_aux();
|
update_aux();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user