Skip to content

Commit

Permalink
Changed comas
Browse files Browse the repository at this point in the history
  • Loading branch information
glopezdiest committed Dec 11, 2024
1 parent 9122784 commit 17f2211
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/scenic/simulators/carla/blueprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@

#: blueprints for cars
carModels = [
'vehicle.taxi.ford',
'vehicle.dodgecop.charger',
'vehicle.fuso.mitsubishi',
'vehicle.carlacola.actros',
'vehicle.ue4.chevrolet.impala',
'vehicle.ue4.ford.mustang',
'vehicle.ue4.mercedes.ccc',
'vehicle.firetruck.actros',
'vehicle.ue4.bmw.grantourer',
'vehicle.ue4.ford.crown',
'vehicle.ue4.audi.tt',
'vehicle.dodge.charger',
'vehicle.sprinter.mercedes',
'vehicle.ambulance.ford',
'vehicle.nissan.patrol',
'vehicle.mini.cooper',
'vehicle.lincoln.mkz',
"vehicle.taxi.ford",
"vehicle.dodgecop.charger",
"vehicle.fuso.mitsubishi",
"vehicle.carlacola.actros",
"vehicle.ue4.chevrolet.impala",
"vehicle.ue4.ford.mustang",
"vehicle.ue4.mercedes.ccc",
"vehicle.firetruck.actros",
"vehicle.ue4.bmw.grantourer",
"vehicle.ue4.ford.crown",
"vehicle.ue4.audi.tt",
"vehicle.dodge.charger",
"vehicle.sprinter.mercedes",
"vehicle.ambulance.ford",
"vehicle.nissan.patrol",
"vehicle.mini.cooper",
"vehicle.lincoln.mkz",
]

#: blueprints for bicycles
Expand Down

0 comments on commit 17f2211

Please sign in to comment.