mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-02 19:53:57 -04:00
Copter: add warning that heli's stabilize init code isn't run at vehicle startup
This commit is contained in:
parent
00da3520bc
commit
b26d8810d4
@ -8,6 +8,9 @@
|
||||
// stabilize_init - initialise stabilize controller
|
||||
bool ModeStabilize_Heli::init(bool ignore_checks)
|
||||
{
|
||||
// be aware that when adding code to this function that it is *NOT
|
||||
// RUN* at vehicle startup!
|
||||
|
||||
// set stab collective true to use stabilize scaled collective pitch range
|
||||
copter.input_manager.set_use_stab_col(true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user