Timothy Ha, Jeongwoo Oh, Hojun Chung, Gunmin Lee, and Songhwai Oh, "RIANet: Road Graph and Image Attention Network for Urban Autonomous Driving," in Proc. of the IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Oct. 2022.
-
install carla-engine, leaderboard, and scenario-runner by following the instruction (https://leaderboard.carla.org/get_started/)
-
download https://drive.google.com/uc?id=1rQKFDxGDFi3rBLsMrJzb7oGZvvtwgyiL at carla-rllab/utils/
-
unzip models.zip ; rm models.zip
-
to record log, append following command to .bashrc "export CARLA_LOG_ROOT={your log folder}"
-
sudo apt-get install libpng16-16
-
install gcc sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt-get update sudo apt-get install gcc-7 g++-7 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 --slave /usr/bin/g++ g++ /usr/bin/g++-7
you need to consider using the right port number
- run server : . run_server_no_rendering.sh --port={your port number}
- test : python test_run.py --debug --port={your port number} ----trafficManagerPort={your traffic manager port number}