Simulator: add comment about mapbox tokens (#31162)

* add to readme
pull/31171/head
Justin Newberry 1 year ago committed by GitHub
parent 3b618c4dfd
commit 410db2cd9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tools/sim/README.md

@ -4,7 +4,7 @@ openpilot in simulator
openpilot implements a [bridge](run_bridge.py) that allows it to run in the [MetaDrive simulator](https://github.com/metadriverse/metadrive).
## Launching openpilot
First, start openpilot.
First, start openpilot. Note that you will either need a [mapbox token](https://docs.mapbox.com/help/getting-started/access-tokens/#how-access-tokens-work) (set with ```export MAPBOX_TOKEN="1234"```), or to disable mapsd with ```export BLOCK=mapsd```
``` bash
# Run locally
./tools/sim/launch_openpilot.sh

Loading…
Cancel
Save