Skip to content

Commit

Permalink
fix tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
smaierhofer committed Nov 8, 2024
1 parent ac797fd commit 4cffaa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
config.lanelet_types_backwards_compatible = False

# load OpenDRIVE file, parse it, and convert it to a CommonRoad scenario
scenario = opendrive_to_commonroad(input_path)
scenario = opendrive_to_commonroad(input_path, odr_conf=config)

# store converted file as CommonRoad scenario
writer = CRDesignerFileWriter(
Expand Down

0 comments on commit 4cffaa4

Please sign in to comment.