Ros init fix with threading

This commit is contained in:
Artem30801
2019-05-06 22:41:00 +03:00
parent 67a31d70ae
commit 176b21e329

View File

@@ -173,5 +173,6 @@ if __name__ == "__main__":
copter_client = CopterClient()
task_manager = tasking.TaskManager()
task_manager.start()
copter_client.start()
task_manager.start()