From be4f6d3e7693779cdfdd6da07c629e5c135d7459 Mon Sep 17 00:00:00 2001 From: Nuri Benbarka Date: Sat, 25 Apr 2020 13:40:15 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cd849e..a50f861 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,9 @@ to start a small python server on port 8000 that serves the html file. ## Known Issues -If you had a GPU with a small RAM, misalignment between the LIDARs can happen. In this case, please try to run websocket using cpu +If you had a GPU with a small RAM, misalignment between the LIDARs can happen. +In this case, please try to run the websocket using CPU: + ``` CUDA_VISIBLE_DEVICES="-1" python websocket.py --segments-dir path/to/segments ```