sim: build openpilot with frame stream camera

pull/22479/head
Adeeb Shihadeh 4 years ago
parent 0e4058d0ec
commit 59c47f0334
  1. 2
      tools/sim/Dockerfile.sim
  2. 1
      tools/sim/README.md

@ -62,4 +62,4 @@ COPY ./selfdrive $HOME/openpilot/selfdrive
COPY ./tools $HOME/openpilot/tools COPY ./tools $HOME/openpilot/tools
WORKDIR $HOME/openpilot WORKDIR $HOME/openpilot
RUN scons -j$(nproc) RUN USE_FRAME_STREAM=1 scons -j$(nproc)

@ -41,5 +41,6 @@ NOTE: [CARLA requires](https://carla.readthedocs.io/en/latest/build_docker/) an
You can also check out the [CARLA python documentation](https://carla.readthedocs.io/en/latest/python_api/) to find more parameters to tune that might increase performance on your system You can also check out the [CARLA python documentation](https://carla.readthedocs.io/en/latest/python_api/) to find more parameters to tune that might increase performance on your system
## Further Reading ## Further Reading
The following resources contain more details and troubleshooting tips. The following resources contain more details and troubleshooting tips.
* [CARLA on the openpilot wiki](https://github.com/commaai/openpilot/wiki/CARLA) * [CARLA on the openpilot wiki](https://github.com/commaai/openpilot/wiki/CARLA)

Loading…
Cancel
Save