e4421b4310 | ||
---|---|---|
.. | ||
agents | ||
source | ||
.gitignore | ||
README.md | ||
requirements.txt | ||
scene_layout.py | ||
setup.py |
README.md
This is the Python package for the CARLA Python API used for controlling and communicating-with CARLA - The open-source simulator for autonomous driving research.
This package allows you to control the CARLA simulator and retrieve simulation data through the Python API. For instance, you can control any actor (vehicle, pedestrian, traffic light, etc...) in the simulation, attach sensors to vehicles, and read the sensor data etc.
For more information, refer to the Guide for getting started with CARLA.