Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 10, 2025
1 parent 88e4139 commit 0026443
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ docker run --rm --name openadkit-visualizer -p 6080:6080 -p 5900:5900 ghcr.io/au

The following environment variables can be configured for the visualizer container:

| Variable | Default Value | Possible Values | Description |
|----------|--------------|-----------------|-------------|
| `RVIZ_CONFIG` | `/autoware/rviz/autoware.rviz` | Any valid path | The full path to the RViz configuration file inside the container |
| `WEB_ENABLED` | `false` | `true`, `false` | Enable visualization through a web browser |
| `WEB_PASSWORD` | - | Any string | Password for web visualization (required when `WEB_ENABLED=true`) |
| Variable | Default Value | Possible Values | Description |
| -------------- | ------------------------------ | --------------- | ----------------------------------------------------------------- |
| `RVIZ_CONFIG` | `/autoware/rviz/autoware.rviz` | Any valid path | The full path to the RViz configuration file inside the container |
| `WEB_ENABLED` | `false` | `true`, `false` | Enable visualization through a web browser |
| `WEB_PASSWORD` | - | Any string | Password for web visualization (required when `WEB_ENABLED=true`) |

0 comments on commit 0026443

Please sign in to comment.