Vehicle catalogue
Generation 2
- Car
- Truck
- Van
- Bus
Generation 1
- Car
- Truck
- Van
- Motorcycle
- Bicycle
Inspect the vehicles in the simulator
To examine a vehicle from the catalog, use the following code, retrieve the blueprint ID from the vehicle's details below and paste it into the line bp_lib.find('blueprint.id.goes_here')
:
client = carla.Client('localhost', 2000)
world = client.get_world()
bp_lib = world.get_blueprint_library()
spectator = world.get_spectator()
# Set up the vehicle transform
vehicle_loc = carla.Location(x=-46.9, y=20.0, z=0.2)
vehicle_rot = carla.Rotation(pitch=0.0, yaw=142.0, roll=0.0)
vehicle_trans = carla.Transform(vehicle_loc,vehicle_rot)
# Paste the blueprint ID here:
vehicle_bp = bp_lib.find('vehicle.lincoln.mkz_2020')
# Set up the view transform
camera_loc = carla.Location(x=-48.7, y=24.8, z=1.7)
camera_rot = carla.Rotation(pitch=-13.4, yaw=-75.7, roll=0.0)
camera_trans = carla.Transform(camera_loc,camera_rot)
# Spawn the vehicle
vehicle = world.spawn_actor(vehicle_bp, vehicle_trans)
# Move the spectator
spectator.set_transform(camera_trans)
Don't forget to destroy the vehicle before you try and spawn another to avoid a collision:
vehicle.destroy()
Cars
Audi - A2
- Manufacturer: Audi
- Model: A2
- Class: Compact
- Generation: 1
-
Blueprint ID: vehicle.audi.a2
-
Base type: car
-
Has lights: False
-
Has opening doors: False
Audi - E-Tron
- Manufacturer: Audi
- Model: E-Tron
- Class: SUV
- Generation: 1
-
Blueprint ID: vehicle.audi.etron
-
Base type: car
-
Special type: electric
-
Has lights: False
-
Has opening doors: False
Audi - TT
- Manufacturer: Audi
- Model: TT
- Class: Standard
- Generation: 1
-
Blueprint ID: vehicle.audi.tt
-
Base type: car
-
Has lights: False
-
Has opening doors: False
BMW - Gran Tourer
- Manufacturer: BMW
- Model: Gran Tourer
- Class: Compact
- Generation: 1
-
Blueprint ID: vehicle.bmw.grandtourer
-
Base type: car
-
Has lights: False
-
Has opening doors: False
Chevrolet - Impala
- Manufacturer: Chevrolet
- Model: Impala
- Class: Standard
- Generation: 1
-
Blueprint ID: vehicle.chevrolet.impala
-
Base type: car
-
Has lights: False
-
Has opening doors: False
Citroen - C3
- Manufacturer: Citroen
- Model: C3
- Class: Compact
- Generation: 1
-
Blueprint ID: vehicle.citroen.c3
-
Base type: car
-
Has lights: False
-
Has opening doors: False
Dodge - Charger 2020
- Manufacturer: Dodge
- Model: Charger 2020
- Class: Standard
- Generation: 2
-
Blueprint ID: vehicle.dodge.charger_2020
-
Base type: car
-
Has lights: True
-
Has opening doors: True
Dodge - Police Charger
- Manufacturer: Dodge
- Model: Police Charger
- Class: Standard
- Generation: 1
-
Blueprint ID: vehicle.dodge.charger_police
-
Base type: car
-
Special type: emergency
-
Has lights: False
-
Has opening doors: False
Dodge - Police Charger 2020
- Manufacturer: Dodge
- Model: Police Charger 2020
- Class: Standard
- Generation: 2
-
Blueprint ID: vehicle.dodge.charger_police_2020
-
Base type: car
-
Special type: emergency
-
Has lights: True
-
Has opening doors: True
Ford - Crown (taxi)
- Manufacturer: Ford
- Model: Crown (taxi)
- Class: Standard
- Generation: 2
-
Blueprint ID: vehicle.ford.crown
-
Base type: car
-
Special type: taxi
-
Has lights: True
-
Has opening doors: True
Ford - Mustang
- Manufacturer: Ford
- Model: Mustang
- Class: Standard
- Generation: 1
-
Blueprint ID: vehicle.ford.mustang
-
Base type: car
-
Has lights: False
-
Has opening doors: False
Jeep - Wrangler Rubicon
- Manufacturer: Jeep
- Model: Wrangler Rubicon
- Class: Compact
- Generation: 1
-
Blueprint ID: vehicle.jeep.wrangler_rubicon
-
Base type: car
-
Has lights: False
-
Has opening doors: False
Lincoln - MKZ 2017
- Manufacturer: Lincoln
- Model: MKZ 2017
- Class: Standard
- Generation: 1
-
Blueprint ID: vehicle.lincoln.mkz_2017
-
Base type: car
-
Has lights: False
-
Has opening doors: False
Lincoln - MKZ 2020
- Manufacturer: Lincoln
- Model: MKZ 2020
- Class: Standard
- Generation: 2
-
Blueprint ID: vehicle.lincoln.mkz_2020
-
Base type: car
-
Has lights: True
-
Has opening doors: True
Mercedes - Coupe
- Manufacturer: Mercedes
- Model: Coupe
- Class: Standard
- Generation: 1
-
Blueprint ID: vehicle.mercedes.coupe
-
Base type: car
-
Has lights: False
-
Has opening doors: False
Mercedes - Coupe 2020
- Manufacturer: Mercedes
- Model: Coupe 2020
- Class: Standard
- Generation: 2
-
Blueprint ID: vehicle.mercedes.coupe_2020
-
Base type: car
-
Has lights: True
-
Has opening doors: True
Micro - Microlino
- Manufacturer: Micro
- Model: Microlino
- Class: Micro
- Generation: 1
-
Blueprint ID: vehicle.micro.microlino
-
Base type: car
-
Special type: electric
-
Has lights: False
-
Has opening doors: False
Mini - Cooper S
- Manufacturer: Mini
- Model: Cooper S
- Class: Compact
- Generation: 1
-
Blueprint ID: vehicle.mini.cooper_s
-
Base type: car
-
Has lights: False
-
Has opening doors: False
Mini - Cooper S 2021
- Manufacturer: Mini
- Model: Cooper S 2021
- Class: Standard
- Generation: 2
-
Blueprint ID: vehicle.mini.cooper_s_2021
-
Base type: car
-
Has lights: True
-
Has opening doors: True
Nissan - Micra
- Manufacturer: Nissan
- Model: Micra
- Class: Compact
- Generation: 1
-
Blueprint ID: vehicle.nissan.micra
-
Base type: car
-
Has lights: False
-
Has opening doors: False
Nissan - Patrol
- Manufacturer: Nissan
- Model: Patrol
- Class: SUV
- Generation: 1
-
Blueprint ID: vehicle.nissan.patrol
-
Base type: car
-
Has lights: False
-
Has opening doors: False
Nissan - Patrol 2021
- Manufacturer: Nissan
- Model: Patrol 2021
- Class: SUV
- Generation: 2
-
Blueprint ID: vehicle.nissan.patrol_2021
-
Base type: car
-
Has lights: True
-
Has opening doors: True
Seat - Leon
- Manufacturer: Seat
- Model: Leon
- Class: Compact
- Generation: 1
-
Blueprint ID: vehicle.seat.leon
-
Base type: car
-
Has lights: False
-
Has opening doors: False
Tesla - Model 3
- Manufacturer: Tesla
- Model: Model 3
- Class: Standard
- Generation: 1
-
Blueprint ID: vehicle.tesla.model3
-
Base type: car
-
Special type: electric
-
Has lights: False
-
Has opening doors: False
Toyota - Prius
- Manufacturer: Toyota
- Model: Prius
- Class: Compact
- Generation: 1
-
Blueprint ID: vehicle.toyota.prius
-
Base type: car
-
Special type: electric
-
Has lights: False
-
Has opening doors: False
Trucks
CARLA Motors - CarlaCola
- Manufacturer: CARLA Motors
- Model: CarlaCola
- Class: Truck
- Generation: 1
-
Blueprint ID: vehicle.carlamotors.carlacola
-
Base type: truck
-
Has lights: False
-
Has opening doors: False
CARLA Motors - European HGV (cab-over-engine type)
- Manufacturer: CARLA Motors
- Model: European HGV (cab-over-engine type)
- Class: Truck
- Generation: 2
-
Blueprint ID: vehicle.carlamotors.european_hgv
-
Base type: truck
-
Has lights: False
-
Has opening doors: False
CARLA Motors - Firetruck
- Manufacturer: CARLA Motors
- Model: Firetruck
- Class: Truck
- Generation: 2
-
Blueprint ID: vehicle.carlamotors.firetruck
-
Base type: truck
-
Special type: emergency
-
Has lights: True
-
Has opening doors: True
Tesla - Cybertruck
- Manufacturer: Tesla
- Model: Cybertruck
- Class: Truck
- Generation: 2
-
Blueprint ID: vehicle.tesla.cybertruck
-
Base type: truck
-
Special type: electric
-
Has lights: False
-
Has opening doors: False
Vans
Ford - Ambulance
- Manufacturer: Ford
- Model: Ambulance
- Class: Van
- Generation: 2
-
Blueprint ID: vehicle.ford.ambulance
-
Base type: van
-
Special type: emergency
-
Has lights: True
-
Has opening doors: True
Mercedes - Sprinter
- Manufacturer: Mercedes
- Model: Sprinter
- Class: Van
- Generation: 2
-
Blueprint ID: vehicle.mercedes.sprinter
-
Base type: van
-
Has lights: True
-
Has opening doors: True
Volkswagen - T2
- Manufacturer: Volkswagen
- Model: T2
- Class: Standard
- Generation: 1
-
Blueprint ID: vehicle.volkswagen.t2
-
Base type: van
-
Has lights: False
-
Has opening doors: False
Volkswagen - T2 2021
- Manufacturer: Volkswagen
- Model: T2 2021
- Class: Van
- Generation: 2
-
Blueprint ID: vehicle.volkswagen.t2_2021
-
Base type: van
-
Has lights: True
-
Has opening doors: True
Buses
Mitsubishi - Fusorosa
- Manufacturer: Mitsubishi
- Model: Fusorosa
- Class: Bus
- Generation: 2
-
Blueprint ID: vehicle.mitsubishi.fusorosa
-
Base type: bus
-
Has lights: True
-
Has opening doors: False
Motorcycles
Harley Davidson - Low Rider
- Manufacturer: Harley Davidson
- Model: Low Rider
- Class: Motorcycle
- Generation: 1
-
Blueprint ID: vehicle.harley-davidson.low_rider
-
Base type: motorcycle
-
Has lights: False
-
Has opening doors: False
Kawasaki - Ninja
- Manufacturer: Kawasaki
- Model: Ninja
- Class: Motorcycle
- Generation: 1
-
Blueprint ID: vehicle.kawasaki.ninja
-
Base type: motorcycle
-
Has lights: False
-
Has opening doors: False
Vespa - ZX 125
- Manufacturer: Vespa
- Model: ZX 125
- Class: Motorcycle
- Generation: 1
-
Blueprint ID: vehicle.vespa.zx125
-
Base type: motorcycle
-
Has lights: False
-
Has opening doors: False
Yamaha - YZF
- Manufacturer: Yamaha
- Model: YZF
- Class: Motorcycle
- Generation: 1
-
Blueprint ID: vehicle.yamaha.yzf
-
Base type: motorcycle
-
Has lights: False
-
Has opening doors: False
Bicycles
BH - Crossbike
- Manufacturer: BH
- Model: Crossbike
- Class: Bicycle
- Generation: 1
-
Blueprint ID: vehicle.bh.crossbike
-
Base type: bicycle
-
Has lights: False
-
Has opening doors: False
Diamondback - Century
- Manufacturer: Diamondback
- Model: Century
- Class: Bicycle
- Generation: 1
-
Blueprint ID: vehicle.diamondback.century
-
Base type: bicycle
-
Has lights: False
-
Has opening doors: False
Gazelle - Omafiets
- Manufacturer: Gazelle
- Model: Omafiets
- Class: Bicycle
- Generation: 1
-
Blueprint ID: vehicle.gazelle.omafiets
-
Base type: bicycle
-
Has lights: False
-
Has opening doors: False