Browse Source

Rover: scripting init sends failure message

master
Randy Mackay 5 years ago
parent
commit
7f7a7325eb
  1. 4
      APMrover2/system.cpp

4
APMrover2/system.cpp

@ -199,9 +199,7 @@ void Rover::startup_ground(void) @@ -199,9 +199,7 @@ void Rover::startup_ground(void)
#endif
#ifdef ENABLE_SCRIPTING
if (!g2.scripting.init()) {
gcs().send_text(MAV_SEVERITY_ERROR, "Scripting failed to start");
}
g2.scripting.init();
#endif // ENABLE_SCRIPTING
// we don't want writes to the serial port to cause us to pause

Loading…
Cancel
Save