carla/PythonAPI/carla
LuisPoveda 1c4f526c60 added filter by attribute to python api 2023-02-15 09:51:25 +01:00
..
agents Exposed Python agents' offset 2023-01-27 14:04:37 +01:00
source added filter by attribute to python api 2023-02-15 09:51:25 +01: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 Use Unreal's host SDK on Linux 2023-01-27 12:39:48 +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.