mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_Motors: only set output side of range for RSC
This commit is contained in:
parent
7cc53b6449
commit
e1f4814068
@ -25,7 +25,7 @@ extern const AP_HAL::HAL& hal;
|
||||
void AP_MotorsHeli_RSC::init_servo()
|
||||
{
|
||||
// set servo range
|
||||
_servo_output.set_range(0,1000);
|
||||
_servo_output.set_range_out(0,1000);
|
||||
}
|
||||
|
||||
// recalc_scalers - recalculates various scalers used. Should be called at about 1hz to allow users to see effect of changing parameters
|
||||
|
Loading…
Reference in New Issue
Block a user