Skip to content

Commit

Permalink
bug(tier4_simulator_launch): fix a wrong package name
Browse files Browse the repository at this point in the history
Signed-off-by: Junya Sasaki <[email protected]>
  • Loading branch information
sasakisasaki committed Jan 23, 2025
1 parent 972f445 commit 4207889
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 @@ -40,7 +40,7 @@

<group if="$(var launch_simulator_perception_modules)">
<group if="$(var scenario_simulation)">
<include file="$(find-pkg-share fault_injection)/launch/fault_injection.launch.xml">
<include file="$(find-pkg-share autoware_fault_injection)/launch/fault_injection.launch.xml">
<arg name="config_file" value="$(var fault_injection_param_path)"/>
</include>
</group>
Expand Down

0 comments on commit 4207889

Please sign in to comment.