diff --git a/software/ground_station/RoverGroundStation.py b/software/ground_station/RoverGroundStation.py index 2e7894a..23f0059 100755 --- a/software/ground_station/RoverGroundStation.py +++ b/software/ground_station/RoverGroundStation.py @@ -104,7 +104,7 @@ class GroundStation(QtCore.QObject): self.start_threads_signal.emit() compass_image = PIL.Image.open("Resources/Images/compass.png").resize((300, 300)) # PIL.Image - self.shared_objects["right_screen"].compass_label.setPixmap(QtGui.QPixmap.fromImage(ImageQt(compass_image))) + self.shared_objects["screens"]["right_screen"].compass_label.setPixmap(QtGui.QPixmap.fromImage(ImageQt(compass_image))) def ___ros_master_running(self): checker = ROSMasterChecker.ROSMasterChecker()