mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
Updated Carla to version 0.9.14 (#29210)
old-commit-hash: 3fca1b4f8d9137ca52e74d75aecaf72b9893f2d1
This commit is contained in:
@@ -15,7 +15,7 @@ if ! $(apt list --installed | grep -q nvidia-container-toolkit); then
|
||||
fi
|
||||
fi
|
||||
|
||||
docker pull carlasim/carla:0.9.13
|
||||
docker pull carlasim/carla:0.9.14
|
||||
|
||||
EXTRA_ARGS="-it"
|
||||
if [[ "$DETACH" ]]; then
|
||||
@@ -30,5 +30,5 @@ docker run \
|
||||
--net=host \
|
||||
-v /tmp/.X11-unix:/tmp/.X11-unix:rw \
|
||||
$EXTRA_ARGS \
|
||||
carlasim/carla:0.9.13 \
|
||||
carlasim/carla:0.9.14 \
|
||||
/bin/bash ./CarlaUE4.sh -opengl -nosound -RenderOffScreen -benchmark -fps=20 -quality-level=Low
|
||||
|
||||
Reference in New Issue
Block a user