Deep Neural Network-based Autonomous Driving Resarch using CARLA.
-
Pre-requisites
- Update pip3 and pip to the latest version
- pip3 install --upgrade pip
- pip install --upgrade pip
- Install pygame using pip
- pip3 install pygame
- pip install pygame
- Install libomp-dev
- sudo apt-get update
- sudo apt-get install libomp-dev
- Update pip3 and pip to the latest version
-
Install CARLA by following 'Package Installation' in CARLA installation instructions
-
Run CARLA Engine Server
- ./CarlaUE4.sh
-
Clone CARLA_NN repository
-
Run client-based custom code while CARLA engine is running
