|
|
|
@ -230,9 +230,7 @@ void Copter::init_ardupilot()
@@ -230,9 +230,7 @@ void Copter::init_ardupilot()
|
|
|
|
|
startup_INS_ground(); |
|
|
|
|
|
|
|
|
|
#ifdef ENABLE_SCRIPTING |
|
|
|
|
if (!g2.scripting.init()) { |
|
|
|
|
gcs().send_text(MAV_SEVERITY_ERROR, "Scripting failed to start"); |
|
|
|
|
} |
|
|
|
|
g2.scripting.init(); |
|
|
|
|
#endif // ENABLE_SCRIPTING
|
|
|
|
|
|
|
|
|
|
// set landed flags
|
|
|
|
|