carla/PythonAPI/carla
Blyron e69289736f Update number of python types 2024-06-26 14:39:53 +02:00
..
agents Move PythonAPI agents folder up + very minor refactor. 2024-03-12 22:29:24 +01:00
include Update number of python types 2024-06-26 14:39:53 +02:00
src Adding Differential Type as int 2024-05-23 16:50:10 +02:00
.gitignore Add wheel package generation. (#7334) 2024-04-09 16:32:09 +02:00
CMakeLists.txt.in Add wheel package generation. (#7334) 2024-04-09 16:32:09 +02:00
README.md added long description python api 2021-07-30 12:42:01 +02:00
__init__.py Add wheel package generation. (#7334) 2024-04-09 16:32:09 +02:00
pyproject.toml.in Add wheel package generation. (#7334) 2024-04-09 16:32:09 +02:00
requirements.txt UE5: Pacakge copy python wheel (#7345) 2024-04-10 09:15:27 +02:00
scene_layout.py Restructure PythonAPI folder layout + update copyright. 2024-02-26 17:09:02 +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.