Corrcted bool and created the thread for the main class

This commit is contained in:
Chris Pham
2018-02-08 14:02:43 -08:00
parent 4455e57693
commit cdfc767891
2 changed files with 2 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ class GroundStation(QtCore.QObject):
# ##### Instantiate Threaded Classes ######
self.__add_thread("Video Coordinator", RoverVideoCoordinator.RoverVideoCoordinator(self.shared_objects))
self.__add_thread("Map Coordinator", RoverMapCoordinator.RoverMapCoordinator(self.shared_objects))
self.connect_signals_and_slots_signal.emit()
self.__connect_signals_to_slots()