mirror of https://github.com/ArduPilot/ardupilot
Tracker: fix sim_vehicle.py with --tracker option
This commit is contained in:
parent
21ec47f184
commit
7d23d37630
|
@ -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…
Reference in New Issue