Skip to content

Commit

Permalink
fix(tier4_simulator_launch): fix path (autowarefoundation#2281)
Browse files Browse the repository at this point in the history
Signed-off-by: kminoda <koji.minoda@tier4.jp>

Signed-off-by: kminoda <koji.minoda@tier4.jp>
  • Loading branch information
kminoda committed Jan 6, 2023
1 parent e860ebe commit 555bfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/tier4_simulator_launch/launch/simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<group if="$(var scenario_simulation)">
<include file="$(find-pkg-share fault_injection)/launch/fault_injection.launch.xml">
<arg name="config_file" value="$(var tier4_simulator_launch_param_path)/config/fault_injection.param.yaml"/>
<arg name="config_file" value="$(var tier4_simulator_launch_param_path)/fault_injection.param.yaml"/>
</include>
</group>

Expand Down

0 comments on commit 555bfa3

Please sign in to comment.