Updated CARLA to v0.9.13 (#24575)

* Updated CARLA to v0.9.13

* pipenv lock

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 1c29b20e72141c2beae6e32cf87dabded3095fda
This commit is contained in:
Jeroen
2022-06-12 18:32:18 +02:00
committed by GitHub
parent 3c5d9689fc
commit 75a30612b0
3 changed files with 4 additions and 4 deletions

BIN
Pipfile LFS

Binary file not shown.

BIN
Pipfile.lock LFS generated

Binary file not shown.

View File

@@ -15,7 +15,7 @@ if ! $(apt list --installed | grep -q nvidia-container-toolkit); then
fi
fi
docker pull carlasim/carla:0.9.12
docker pull carlasim/carla:0.9.13
EXTRA_ARGS="-it"
if [[ "$DETACH" ]]; then
@@ -29,5 +29,5 @@ docker run \
--net=host \
-v /tmp/.X11-unix:/tmp/.X11-unix:rw \
$EXTRA_ARGS \
carlasim/carla:0.9.12 \
carlasim/carla:0.9.13 \
/bin/bash ./CarlaUE4.sh -opengl -nosound -RenderOffScreen -benchmark -fps=20 -quality-level=Low