mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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
|
// setup telem slots with serial ports
|
||||||
gcs().setup_uarts();
|
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
|
#if LOGGING_ENABLED == ENABLED
|
||||||
log_init();
|
log_init();
|
||||||
|
Loading…
Reference in New Issue
Block a user