Skip to content

Commit

Permalink
Update docs for foxglove bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
aviggen committed Sep 2, 2024
1 parent 0772f3b commit 7b24187
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions docs/foxglove-bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ With some simple steps you can visualize live sensor data from the drone in Foxg

### Alternative with Docker
We have also provided a docker container that you can use to automatically starts the blueye-foxglove server.
1. Pull the image:
- `docker pull blueyerobotics/foxglove-bridge`
2. Run the image in a container with port 8765 open:
- `docker run --rm -p 8765:8765 blueyerobotics/foxglove-bridge`

1. Pull the image: `docker pull blueyerobotics/foxglove-bridge`.
2. Run the image in a container with port 8765 open: `docker run --rm -p 8765:8765 blueyerobotics/foxglove-bridge`.
3. Connect as above in step 5.

### How it works
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ nav:
- "Legacy log file format": "logs/legacy-log-file-format.md"
- "Configure drone parameters": "configuration.md"
- "Subscribing to a telemetry message": "telemetry-callback.md"
- "Live plotting with Foxglove": "foxglove-bridge.md"
- "Peripherals": "peripherals.md"
- "Visualizing with Foxglove": "foxglove-bridge.md"
- "Updating from v1 to v2": "migrating-to-v2.md"
Expand Down

0 comments on commit 7b24187

Please sign in to comment.