Skip to content

Commit

Permalink
fix: default value for control_module_preset (autowarefoundation#1243)
Browse files Browse the repository at this point in the history
Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro authored Nov 20, 2024
1 parent e32c5c7 commit bb90f51
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -9,7 +9,7 @@

<!-- launch module preset -->
<arg name="planning_module_preset" default="default" description="planning module preset"/>
<arg name="control_module_preset" value="$(var control_module_preset)"/>
<arg name="control_module_preset" default="default" description="control module preset"/>

<!-- Optional parameters -->
<!-- Modules to be launched -->
Expand Down

0 comments on commit bb90f51

Please sign in to comment.