Skip to content

Commit 61c0f1c

Browse files
committed
add README hint about docker port mapping
1 parent ad9ba85 commit 61c0f1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jupyter notebook --ip 0.0.0.0 --no-browser --allow-root --NotebookApp.token=''
4545

4646
On your machine go to http://localhost:8888/ You will find the reproduction notebooks in the reproduction folder.
4747

48+
Note: The instructions here use port 7000 for meshcat (robot visualization) and 8888 for jupyter. If these ports are already in use on your machine, you can change the `-p` flag in the `docker run` command above; for instance use `-p 7001:7000` to map the docker port 7000 to your localhost 7001 for meshcat.
49+
4850
### Option 2: Local Installation
4951
If you want to compare GCS to sampling based planners (such as PRM), you'll need to install a custom fork of [Drake](https://drake.mit.edu) that includes bindings for sampling based planners. To do this run the following, including any of the proprietary solvers you have access to. You may build it with Gurobi.
5052

0 commit comments

Comments
 (0)