Removed all elements of OpenCV from file, removed the wait key function that allowed for graceful exit from OpenCV

Removed elements of OpenCV from files
This commit is contained in:
Matt Lubas
2016-08-15 11:46:53 -04:00
parent 92a45c38ae
commit 2085647748
2 changed files with 9 additions and 118 deletions

View File

@@ -102,7 +102,6 @@ def main():
# Display map and robot pose
display.displayMap(mapbytes)
display.displayRobot((x_mm, y_mm, theta_degrees))
display.setPose(x_mm, y_mm, theta_degrees)