mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 10:11:14 +00:00
Corrcted bool and created the thread for the main class
This commit is contained in:
@@ -57,4 +57,4 @@ class RoverMapCoordinator(QtCore.QThread):
|
||||
self.mapping_label.setPixmap(self.map_thread.display_image)
|
||||
|
||||
def on_kill_threads_requested_slot(self):
|
||||
self.run_thread_flag = false
|
||||
self.run_thread_flag = False
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user