carla/PythonAPI/carla
MarcelPiNacy-CVC 0bbd239b1a
CMake refactor (#8168)
* Add option VERBOSE_CONFIGURE + several other minor tweaks.

* Minor refactor and expose version option variables for ROS2 build.

* Remove unneeded option BUILD_PYTHON_API_WHEEL_PACKAGE.

* Make cmake_minimum_required uniform + fix potential linker error.

* Revert ROS2 configure.
2024-09-19 17:35:18 +02:00
..
agents Move PythonAPI agents folder up + very minor refactor. 2024-03-12 22:29:24 +01:00
include Fix some Unreal and PythonAPI build errors. (#8162) 2024-09-19 10:12:27 +02:00
src Add get_actor_name & get_actor_class_name. (#8165) 2024-09-19 11:07:46 +02:00
.gitignore Add wheel package generation. (#7334) 2024-04-09 16:32:09 +02:00
CMakeLists.txt.in CMake refactor (#8168) 2024-09-19 17:35:18 +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 Propagate CMake generator to scikit-build-core. (#8110) 2024-09-04 16:59:01 +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.