Skip to content

Commit

Permalink
fix architecture_type and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo committed Aug 28, 2024
1 parent a42eb25 commit 4b2c29d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


def architecture_types():
return ["awf/universe, ""awf/universe/20230906", "awf/universe/2024605"]
return ["awf/universe", "awf/universe/20230906", "awf/universe/20240605"]


def default_autoware_launch_package_of(architecture_type):
Expand All @@ -56,7 +56,7 @@ def default_autoware_launch_file_of(architecture_type):
return {
"awf/universe": "planning_simulator.launch.xml",
"awf/universe/20230906": "planning_simulator.launch.xml",
"awf/universe/2024605": "planning_simulator.launch.xml",
"awf/universe/20240605": "planning_simulator.launch.xml",
}[architecture_type]


Expand Down

0 comments on commit 4b2c29d

Please sign in to comment.