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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user