Simple implementation of autonomous driving on CARLA (part of CSE144 project)
- Python 3.8 (or higher)
- CARLA (TODO: add version)
- Clone the repository
- Create a virtual environment (so that Python won't complain about breaking system dependencies)
python3.8 -m venv .carla- Activate the virtual environment
source .carla/bin/activate- Install the required packages
pip install -r requirements.txtpython inference.py