mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 18:21:15 +00:00
Comment out waypoints
This commit is contained in:
@@ -293,9 +293,8 @@ class GMapsStitcher(object):
|
|||||||
self.upper_y = (self.center_y - (self.height/2))
|
self.upper_y = (self.center_y - (self.height/2))
|
||||||
self.update()
|
self.update()
|
||||||
|
|
||||||
|
# def update_rover_map_location(self, lat, lon):
|
||||||
|
# print "I did nothing"
|
||||||
|
|
||||||
def update_rover_map_location(self, lat, lon):
|
# def draw_circle(self, lat, lon, radius, fill):
|
||||||
print "I did nothing"
|
# print "I did nothing"
|
||||||
|
|
||||||
def draw_circle(self, lat, lon, radius, fill):
|
|
||||||
print "I did nothing"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user