Skip to content

Commit

Permalink
Profiler tutorial: viewing from Docker container (#362)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored and luca-della-vedova committed Jul 27, 2022
1 parent 3f252a5 commit 03fa6c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tutorials/profiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ xdg-open /usr/share/gz/gz-common5/profiler_vis/index.html
# Use the installation path (macOS)
open /usr/share/gz/gz-common5/profiler_vis/index.html
# Inside a Docker container with port 8000 exposed
# 1. Find your container's IP with `ifconfig`
# 2. Start a basic web server:
python3 -m http.server $SOURCE_DIR/ign-common/profiler/src/Remotery/vis/index.html
# 3. Open URL "http://<container IP>:8000/" with a browser on the host.
```

### On Gazebo library
Expand Down

0 comments on commit 03fa6c6

Please sign in to comment.