Carla AirCarla Air
Interactive Demo

Experience Carla Air

Explore Carla Air capabilities through interactive code examples and see what the simulator can do for your autonomous systems development.

Interactive Code Console

Examples
Select an example to run
spawn_vehicle.py
import carla
# Connect to CARLA server
client = carla.Client('localhost', 2000)
client.set_timeout(10.0)
world = client.get_world()
# Get vehicle blueprint
bp_lib = world.get_blueprint_library()
vehicle_bp = bp_lib.find('vehicle.tesla.model3')
# Get spawn point
spawn_points = world.get_map().get_spawn_points()
spawn_point = spawn_points[0]
# Spawn vehicle
vehicle = world.spawn_actor(vehicle_bp, spawn_point)
print(f"Spawned: {vehicle.type_id}")
# Enable autopilot
vehicle.set_autopilot(True)

Simulation Gallery

Loading gallery...

Key Capabilities

Vehicle Simulation

50+ vehicle models with realistic physics and control systems.

Drone Support

Quadrotor UAV simulation with realistic flight physics.

Pedestrian Simulation

AI-driven pedestrians with realistic walking behaviors and animations.

Rich Sensors

LiDAR, cameras, radar, IMU, and GPS with realistic noise.

Dynamic Weather

Rain, fog, snow, and time-of-day effects for testing.

Ready to Try Carla Air?

Download Carla Air and start building your autonomous systems today. Our comprehensive documentation will guide you through every step.