Skip to content

Commit

Permalink
public method to access BlueprintLibrary
Browse files Browse the repository at this point in the history
  • Loading branch information
Daraan committed Sep 9, 2024
1 parent 7758d06 commit ebf8778
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions srunner/scenariomanager/carla_data_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,13 @@ def get_global_route_planner():
@return the global route planner
"""
return CarlaDataProvider._grp

@staticmethod
def get_blueprint_library():
"""
@return the blueprint library
"""
return CarlaDataProvider._blueprint_library

@staticmethod
def set_ego_route(route):
Expand Down

0 comments on commit ebf8778

Please sign in to comment.