Skip to content

Commit

Permalink
feat: use x2 planning module preset (autowarefoundation#569)
Browse files Browse the repository at this point in the history
* use x2 planning module preset as default

* change planning module preset of simulator launch
  • Loading branch information
saka1-s authored Jan 31, 2024
1 parent e747d83 commit a0fb290
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion autoware_launch/launch/autoware.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<arg name="data_path" default="$(env HOME)/autoware_data" description="packages data and artifacts directory path"/>

<!-- launch module preset -->
<arg name="planning_module_preset" default="default" description="planning module preset"/>
<arg name="planning_module_preset" default="x2" description="planning module preset"/>

<!-- Optional parameters -->
<!-- Modules to be launched -->
Expand Down
2 changes: 1 addition & 1 deletion autoware_launch/launch/e2e_simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<arg name="data_path" default="$(env HOME)/autoware_data" description="packages data and artifacts directory path"/>

<!-- launch module preset -->
<arg name="planning_module_preset" default="default" description="planning module preset"/>
<arg name="planning_module_preset" default="x2" description="planning module preset"/>

<!-- Optional parameters -->
<!-- Modules to be launched -->
Expand Down
2 changes: 1 addition & 1 deletion autoware_launch/launch/logging_simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<arg name="data_path" default="$(env HOME)/autoware_data" description="packages data and artifacts directory path"/>

<!-- launch module preset -->
<arg name="planning_module_preset" default="default" description="planning module preset"/>
<arg name="planning_module_preset" default="x2" description="planning module preset"/>

<!-- Optional parameters -->
<!-- Modules to be launched -->
Expand Down
2 changes: 1 addition & 1 deletion autoware_launch/launch/planning_simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<arg name="data_path" default="$(env HOME)/autoware_data" description="packages data and artifacts directory path"/>

<!-- launch module preset -->
<arg name="planning_module_preset" default="default" description="planning module preset"/>
<arg name="planning_module_preset" default="x2" description="planning module preset"/>

<!-- Optional parameters -->
<!-- Map -->
Expand Down

0 comments on commit a0fb290

Please sign in to comment.