mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 10:11:14 +00:00
don't use landmark_list yet
This commit is contained in:
@@ -133,7 +133,8 @@ class RoverMapCoordinator(QtCore.QThread):
|
||||
|
||||
def update_overlay(self):
|
||||
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 = []
|
||||
self.overlay_image_object.update_new_location(self.latitude,
|
||||
self.longitude,
|
||||
70,
|
||||
|
||||
Reference in New Issue
Block a user