Browse Source

Tracker: fix sim_vehicle.py with --tracker option

apm_2208
Peter Barker 3 years ago committed by Andrew Tridgell
parent
commit
7d23d37630
  1. 4
      AntennaTracker/system.cpp

4
AntennaTracker/system.cpp

@ -27,6 +27,10 @@ void Tracker::init_ardupilot() @@ -27,6 +27,10 @@ void Tracker::init_ardupilot()
// setup telem slots with serial ports
gcs().setup_uarts();
// update_send so that if the first packet we receive happens to
// be an arm message we don't trigger an internal error when we
// try to initialise stream rates in the main loop.
gcs().update_send();
#if LOGGING_ENABLED == ENABLED
log_init();

Loading…
Cancel
Save