From 5cc1ee584abeac3b6f6dd2392d573c0c2e261a4d Mon Sep 17 00:00:00 2001 From: Ryan Branch Date: Sun, 15 Nov 2020 15:13:12 -0500 Subject: [PATCH] Update Simulator-Related READMEs with links to /wiki/CARLA (#2557) old-commit-hash: d53325109325399a5794a4916a1ec935a85d3b68 --- tools/sim/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/sim/README.md b/tools/sim/README.md index 190ef34477..0dfda1bfc0 100644 --- a/tools/sim/README.md +++ b/tools/sim/README.md @@ -27,3 +27,7 @@ You can control openpilot driving in the simulation with the following keys To see the options for changing the environment, such as the town, spawn point or precipitation, you can run `./start_openpilot_docker.sh --help`. This will print the help output inside the docker container. You need to exit the docker container before running `./start_openpilot_docker.sh` again. + +## Further Reading +The following resources contain more details and troubleshooting tips. +* [CARLA on the openpilot wiki](https://github.com/commaai/openpilot/wiki/CARLA)