Map now shows coordinates and tiny rover in middle. Going to try to debug IRIS issues.

This commit is contained in:
2018-07-21 18:22:51 -07:00
parent 5da9c8bd1d
commit c657048ccf
9 changed files with 4479 additions and 266 deletions

View File

@@ -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

View File

@@ -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: