diff --git a/examples/rpslam.py b/examples/rpslam.py index a86999a..e859e99 100755 --- a/examples/rpslam.py +++ b/examples/rpslam.py @@ -78,7 +78,6 @@ if __name__ == '__main__': if not display.refresh(): break -# Shut down the lidar connection - from time import sleep + # Shut down the lidar connection lidar.stop() lidar.disconnect()