Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
This is an addition to the README to help users who will encounter this problem
  • Loading branch information
Nuri-benbarka authored and erksch committed Apr 25, 2020
1 parent 1d5ca9f commit 781399b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,10 @@ Now, you can open the `index.html` file in the browser or call
yarn serve
```
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
```
CUDA_VISIBLE_DEVICES="-1" python websocket.py --segments-dir path/to/segments
```

0 comments on commit 781399b

Please sign in to comment.