carla/PythonAPI/carla
Guillermo 8b8f703b43 Fixed bug at microlanes 2022-04-26 09:38:56 +02:00
..
agents Fixed bug at microlanes 2022-04-26 09:38:56 +02:00
source New ConstantVelocityAgent and TM parameter (#5290) 2022-04-20 14:44:27 +02:00
.gitignore Reorganize PythonAPI folder 2019-03-30 14:29:57 +01:00
README.md added long description python api 2021-07-30 12:42:01 +02:00
requirements.txt Improved vehicle detection at junction 2021-09-09 13:03:57 +02:00
scene_layout.py Fix path to egg file 2019-03-30 14:29:57 +01:00
setup.py changing to version 0.9.13 2021-11-10 15:11:46 +01:00

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.