small carla docker fixes

old-commit-hash: 1f3278461a
commatwo_master
Adeeb Shihadeh 4 years ago
parent 4d6c98aa6b
commit aebfd97edd
  1. 6
      tools/sim/start_carla.sh

@ -20,9 +20,9 @@ docker pull carlasim/carla:0.9.11
docker run \ docker run \
--rm \ --rm \
--net=host \ --net=host \
-e SDL_VIDEODRIVER='offscreen' \ -e DISPLAY= \
-v /tmp/.X11-unix:/tmp/.X11-unix \ -e SDL_VIDEODRIVER=offscreen \
-it \ -it \
--gpus all \ --gpus all \
carlasim/carla:0.9.11 \ carlasim/carla:0.9.11 \
./CarlaUE4.sh -quality-level=Medium ./CarlaUE4.sh -opengl -nosound -quality-level=High

Loading…
Cancel
Save