Skip to content

Commit

Permalink
Updated CARLA to v0.9.13 (commaai#24575)
Browse files Browse the repository at this point in the history
* Updated CARLA to v0.9.13

* pipenv lock

Co-authored-by: Adeeb Shihadeh <[email protected]>
  • Loading branch information
jeroenlammersma and adeebshihadeh authored Jun 12, 2022
1 parent 3f60088 commit 1c29b20
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ breathe = "*"
subprocess32 = "*"
tenacity = "*"
mpld3 = "*"
carla = {version = "==0.9.12", markers="platform_system != 'Darwin'"}
carla = {version = "==0.9.13", markers="platform_system != 'Darwin'"}

[packages]
atomicwrites = "*"
Expand Down
24 changes: 12 additions & 12 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tools/sim/start_carla.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 1c29b20

Please sign in to comment.