Become a sponsor to CARLA
CARLA has been developed from the ground up to support the development, training, and validation of autonomous driving systems. In addition to open-source code and protocols, CARLA provides open digital assets (urban layouts, buildings, vehicles) that were created for this purpose and can be used freely. The simulation platform supports flexible specification of sensor suites, environmental conditions, full control of all static and dynamic actors, maps generation, and much more.
Highlighted features:
- Scalability via a server multi-client architecture: multiple clients in the same or in different nodes can control different actors.
- Flexible API: CARLA exposes a powerful API that allows users to control all aspects related to the simulation, including traffic generation, pedestrian behaviors, weathers, sensors, and much more.
- Autonomous Driving sensor suite: users can configure diverse sensor suites including LIDARs, multiple cameras, depth sensors and GPS among others.
- Fast simulation for planning and control: this mode disables rendering to offer a fast execution of traffic simulation and road behaviors for which graphics are not required.
- Maps generation: users can easily create their own maps following the OpenDrive standard via tools like RoadRunner.
- Traffic scenarios simulation: our engine ScenarioRunner allows users to define and execute different traffic situations based on modular behaviors.
- ROS integration: CARLA is provided with integration with ROS via our ROS-bridge
- Autonomous Driving baselines: we provide Autonomous Driving baselines as runnable agents in CARLA, including an AutoWare agent and a Conditional Imitation Learning agent.
CARLA is an international open-source project developed and maintained by the non-profit Embodied AI Foundation and the Computer Vision Center.
Featured work
-
carla-simulator/carla
Open-source simulator for autonomous driving research.
C++ 11,377 -
carla-simulator/ros-bridge
ROS bridge for CARLA Simulator
Python 529 -
carla-simulator/scenario_runner
Traffic scenario definition and execution engine
Python 532 -
carla-simulator/carla-autoware
Integration of AutoWare AV software with the CARLA simulator
Dockerfile 258 -
carla-simulator/leaderboard
CARLA Autonomous Driving leaderboard
Python 169 -
carla-simulator/carla-plugins
Repository for all plugins or addons for CARLA simulator