mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-06 05:34:09 -04:00
Copter : allow rc_override input at start
found by chobitsfan
This commit is contained in:
parent
961a97a8c9
commit
50c3ed1460
@ -43,6 +43,9 @@ void Copter::init_rc_in()
|
|||||||
|
|
||||||
// initialise throttle_zero flag
|
// initialise throttle_zero flag
|
||||||
ap.throttle_zero = true;
|
ap.throttle_zero = true;
|
||||||
|
|
||||||
|
// Allow override by default at start
|
||||||
|
ap.rc_override_enable = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// init_rc_out -- initialise motors and check if pilot wants to perform ESC calibration
|
// init_rc_out -- initialise motors and check if pilot wants to perform ESC calibration
|
||||||
|
Loading…
Reference in New Issue
Block a user