The carla-interface is adapted to the latest release of carla (0.9.13) and master branch of BARK.
This repository has the same environment with BARK. If you haven't yet used BARK, check here to install BARK
bazel install instruction\ Install carla latest version or (0.9.13) using deb installation\ Install dependencies
sudo apt-get update
sudo apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-dev
sudo apt-get install python3.7 python3.7-dev python3.7-tk
pip3 install virtualenv==16.7.8
We then call the install script, that will install a virtual environment with all required dependencies. (Only once!)
bash install.sh
We then go into the virtual environment (Execute every time after openning a new terminal!)
source dev_into.sh
# Execute at project root directory
bazel run //examples:fill_world_with_npc