mirror of https://github.com/ArduPilot/ardupilot
Tracker: Don't force all outputs to trim
This commit is contained in:
parent
e4bbcd5ee3
commit
460455a687
|
@ -16,7 +16,6 @@ void Tracker::init_servos()
|
|||
// pitch range is +/- (PITCH_MIN/MAX parameters/2) converted to centi-degrees
|
||||
SRV_Channels::set_angle(SRV_Channel::k_tracker_pitch, (-g.pitch_min+g.pitch_max) * 100/2);
|
||||
|
||||
SRV_Channels::output_trim_all();
|
||||
SRV_Channels::calc_pwm();
|
||||
SRV_Channels::output_ch_all();
|
||||
|
||||
|
|
Loading…
Reference in New Issue