mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 18:21:15 +00:00
removed self.lat/long, waiting for GPS
This commit is contained in:
@@ -132,11 +132,13 @@ class RoverMapCoordinator(QtCore.QThread):
|
|||||||
return temp_list
|
return temp_list
|
||||||
|
|
||||||
def update_overlay(self):
|
def update_overlay(self):
|
||||||
|
longitude = 44.567161,
|
||||||
|
latitude = -123.278432,
|
||||||
navigation_list = self._get_table_elements(self.navigation_label)
|
navigation_list = self._get_table_elements(self.navigation_label)
|
||||||
# landmark_list = self._get_table_elements(self.landmark_label)
|
# landmark_list = self._get_table_elements(self.landmark_label)
|
||||||
landmark_list = []
|
landmark_list = []
|
||||||
self.overlay_image_object.update_new_location(self.latitude,
|
self.overlay_image_object.update_new_location(latitude,
|
||||||
self.longitude,
|
longitude,
|
||||||
70,
|
70,
|
||||||
navigation_list,
|
navigation_list,
|
||||||
landmark_list)
|
landmark_list)
|
||||||
|
|||||||
Reference in New Issue
Block a user