carla/PythonAPI/carla
bernatx e4421b4310 new 0.9.15 version 2023-11-10 09:43:13 +01:00
..
agents Exposed Python agents' offset 2023-01-27 14:04:37 +01:00
source Ros2 (#6862) 2023-11-06 12:34:07 +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 new 0.9.15 version 2023-11-10 09:43:13 +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.