Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 6ff15fd

Browse files
author
Daniel
authored
Update README.md
1 parent 605f877 commit 6ff15fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ If you get something like this after setting `--display` flag it might be relate
145145
```bash
146146
No protocol specified
147147
```
148-
Try running with the following command or use the provided `.sh` [script](https://github.com/danielTobon43/DBScan-PCL-Optimized/blob/master/scripts/run_dbscan.sh):
148+
Try running with the following command belowe or use the provided `.sh` [script](https://github.com/danielTobon43/DBScan-PCL-Optimized/blob/master/scripts/run_dbscan.sh):
149149
```
150150
sudo -sE docker run --rm -it \
151151
--env="DISPLAY" \
@@ -156,6 +156,8 @@ sudo -sE docker run --rm -it \
156156
-t ghcr.io/danieltobon43/dbscan-octrees:latest --cloudfile /tmp/[YOUR PCD FILENAME] --display
157157
```
158158

159+
If this still does not work to display, run: `xhost +local:docker` and then run the option 1 command.
160+
159161
**2. Option 2: shell script**
160162

161163
- Create a `visualizer.sh` file with executable permissions (check this shell script [dbscan-shell-script](https://github.com/danielTobon43/DBScan-PCL-Optimized/blob/master/scripts/run_dbscan.sh)).

0 commit comments

Comments
 (0)