sim: update CARLA to 0.9.12 (#22497)
* bump carla
* update dockerfile
* no need
* specify version
* some fixups
* fix start_carla
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: a3c26a912a
commatwo_master
parent
3ed45d74dd
commit
42b4521f7b
5 changed files with 9 additions and 32 deletions
@ -1,4 +0,0 @@ |
|||||||
CARLA_*.tar.gz |
|
||||||
carla |
|
||||||
carla_tmp |
|
||||||
|
|
@ -1,16 +0,0 @@ |
|||||||
#!/usr/bin/env bash |
|
||||||
|
|
||||||
cd /tmp |
|
||||||
FILE=CARLA_0.9.11.tar.gz |
|
||||||
rm -f $FILE |
|
||||||
curl -O https://carla-releases.s3.eu-west-3.amazonaws.com/Linux/$FILE |
|
||||||
|
|
||||||
rm -rf carla_tmp |
|
||||||
mkdir -p carla_tmp |
|
||||||
cd carla_tmp |
|
||||||
tar xvf ../$FILE PythonAPI/ |
|
||||||
easy_install PythonAPI/carla/dist/carla-0.9.11-py3.7-linux-x86_64.egg || true |
|
||||||
|
|
||||||
cd .. |
|
||||||
rm -rf /tmp/$FILE |
|
||||||
rm -rf carla_tmp |
|
Loading…
Reference in new issue