mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
fix sim
old-commit-hash: 1457001c2d74f89cd19ca380b4e7515a311f82b0
This commit is contained in:
@@ -9,7 +9,7 @@ if [ ! -d carla ]; then
|
||||
mkdir -p carla_tmp
|
||||
cd carla_tmp
|
||||
tar xvf ../$FILE
|
||||
easy_install PythonAPI/carla/dist/carla-0.9.7-py3.5-linux-x86_64.egg
|
||||
easy_install PythonAPI/carla/dist/carla-0.9.7-py3.5-linux-x86_64.egg || true
|
||||
cd ../
|
||||
mv carla_tmp carla
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user