Skip to content

Commit

Permalink
fix(autoware_launch): set default use_foa param using scenario_simula…
Browse files Browse the repository at this point in the history
…tion param (#510)

* fix(autoware_launch): set default use_foa param using scenario_simulation param

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* style(pre-commit): autofix

---------

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Co-authored-by: tkimura4 <tkimura4@users.noreply.github.com>
  • Loading branch information
tkimura4 and tkimura4 committed Jun 12, 2023
1 parent d2f6cd6 commit d8da0c9
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -27,7 +27,7 @@
<!-- Planning -->
<arg name="use_experimental_lane_change_function" default="true"/>
<!-- Others -->
<arg name="use_foa" default="false"/>
<arg name="use_foa" default="$(var scenario_simulation)"/>

<group scoped="false">
<!-- Vehicle -->
Expand Down

0 comments on commit d8da0c9

Please sign in to comment.