TradHeli: Cause DDVP Tail Motor to stop immediately when Ch8 is 0.
This commit is contained in:
parent
08e135151a
commit
979abb9fbd
@ -658,10 +658,8 @@ void AP_MotorsHeli::rsc_control()
|
||||
}else{
|
||||
// shutting down main rotor
|
||||
rotor_ramp(0);
|
||||
// if completed shutting down main motor then shut-down tail rotor. Note: this does nothing if not using direct drive vairable pitch tail
|
||||
if (_rotor_speed_estimate <= 0) {
|
||||
tail_ramp(0);
|
||||
}
|
||||
// shut-down tail rotor. Note: this does nothing if not using direct drive vairable pitch tail
|
||||
tail_ramp(0);
|
||||
}
|
||||
|
||||
// direct drive fixed pitch tail servo gets copy of yaw servo out (ch4) while main rotor is running
|
||||
|
Loading…
Reference in New Issue
Block a user