mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-09 02:31:14 +00:00
Map now shows coordinates and tiny rover in middle. Going to try to debug IRIS issues.
This commit is contained in:
@@ -83,7 +83,7 @@ class DriveCoordinator(object):
|
||||
try:
|
||||
self.process_drive_commands()
|
||||
except Exception, error:
|
||||
print "Error occurred:", error
|
||||
print "COORDINATOR: Error occurred:", error
|
||||
|
||||
time_diff = time() - start_time
|
||||
|
||||
|
||||
@@ -121,7 +121,7 @@ class IrisController(object):
|
||||
self.iris_last_seen_time = time()
|
||||
|
||||
except Exception, error:
|
||||
print "Error occurred:", error
|
||||
print "IRIS: Error occurred:", error
|
||||
return
|
||||
|
||||
if (time() - self.iris_last_seen_time) > IRIS_LAST_SEEN_TIMEOUT:
|
||||
|
||||
Reference in New Issue
Block a user