Skip to content

Commit

Permalink
Add misc type default blueprint (#1064)
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo Villanueva-Domingo <[email protected]>
  • Loading branch information
starrye and PabloVD committed Apr 19, 2024
1 parent 7204621 commit 2c9ea92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions srunner/scenariomanager/carla_data_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ def check_attribute_value(blueprint, name, value):
'train': '',
'tram': '',
'pedestrian': 'walker.pedestrian.0001',
'misc': 'static.prop.streetbarrier'
}

# Set the model
Expand Down

0 comments on commit 2c9ea92

Please sign in to comment.