This commit is contained in:
simondlevy
2018-07-04 17:20:49 -04:00
parent b2e4098491
commit de6573c6b1

View File

@@ -79,6 +79,5 @@ if __name__ == '__main__':
break break
# Shut down the lidar connection # Shut down the lidar connection
from time import sleep
lidar.stop() lidar.stop()
lidar.disconnect() lidar.disconnect()