mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
AP_Motors: swash servos are output only
This commit is contained in:
parent
238e912000
commit
1b682e3c8f
@ -357,7 +357,7 @@ bool AP_MotorsHeli::parameter_check(bool display_msg) const
|
||||
// reset_swash_servo
|
||||
void AP_MotorsHeli::reset_swash_servo(RC_Channel& servo)
|
||||
{
|
||||
servo.set_range(0, 1000);
|
||||
servo.set_range_out(0, 1000);
|
||||
|
||||
// swash servos always use full endpoints as restricting them would lead to scaling errors
|
||||
servo.radio_min = 1000;
|
||||
|
Loading…
Reference in New Issue
Block a user