본문 바로가기

CARLA

Getting start CARLA : 2nd Way in Linux

Also, I installed CARLA with another way.

 

https://github.com/carla-simulator/carla/releases

 

carla-simulator/carla

Open-source simulator for autonomous driving research. - carla-simulator/carla

github.com

 

The way is installing 'CARLA_0.9.8.tar.gz' that released latest release ver. (2020.04.08)

 

Just enter this link, download 'CARLA_0.x.x.tar.gz'

( but i think you have CARLA : 1st way that i told before )

 

if you done, extract 'CARLA_0.x.x.tar.gz' and go carla_0.x.x

 

CARLA_0.9.8.tar.gz

in home/carla_dir/

after extract

First of all,

execute Server :

./CarlaUE4.sh

 

after execute server,

execute Client you want :

python PythonAPI/examples/automatic_control.py (client with automatic_control)

python PythonAPI/examples/manual_control.py (client with manual_control)

 

 

 

'CARLA' 카테고리의 다른 글

CARLA : triple monitor with carla_ros_bridge  (0) 2020.04.09
CARLA : double monitor manual_control  (0) 2020.04.08
CARLA  (0) 2020.04.07
Getting start CARLA in Linux  (0) 2020.04.03