0bbd239b1a
* 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. |
||
---|---|---|
.. | ||
agents | ||
include | ||
src | ||
.gitignore | ||
CMakeLists.txt.in | ||
README.md | ||
__init__.py | ||
pyproject.toml.in | ||
requirements.txt | ||
scene_layout.py |
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.