d5d3cf9edf
* Extended debug draw functions to allow drawing primitives on HUD layer * Added documentation for new drawing features * Added debug draw changes to changelog --------- Co-authored-by: Olli <olli.koskelainen@tuni.fi> |
||
---|---|---|
.. | ||
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.