mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 18:21:15 +00:00
Added function to self to include the message in self
This commit is contained in:
@@ -35,6 +35,7 @@ class RoverMapCoordinator(QtCore.QThread):
|
||||
self.landmark_label = self.left_screen.landmark_waypoints_table_widget
|
||||
|
||||
self.gps_status = rospy.Subscriber(GPS_TOPIC_NAME, GPSInfo, self.edit_rover_location)
|
||||
self.GPS_msg = GPSInfo()
|
||||
|
||||
self.setings = QtCore.QSettings()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user