Skip to content
UAS.cc 76.4 KiB
Newer Older
Don Gagne's avatar
Don Gagne committed
    if (simulation) {
        // wait for the simulator to exit
        simulation->wait();
        simulation->disconnectSimulation();
        simulation->deleteLater();
    }
#endif
    _vehicle = NULL;
}