Skip to content

Commit

Permalink
Merge pull request #5 from mraditya01/updated_version
Browse files Browse the repository at this point in the history
removed multiple same args
  • Loading branch information
mraditya01 authored May 23, 2024
2 parents 8efb344 + 151ec74 commit b506fa5
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions autoware_launch/launch/e2e_simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,13 @@

<group scoped="false" if="$(eval '\'$(var simulator_type)\' == \'carla\'')">
<include file="$(find-pkg-share carla_autoware)/carla_autoware.launch.xml"/>
<arg
name="system_error_monitor_param_path"
default="$(find-pkg-share autoware_launch)/config/system/system_error_monitor/system_error_monitor.awsim.param.yaml"
description="system error monitor param path"
/>
</group>

<group scoped="false" if="$(eval '\'$(var simulator_type)\' == \'awsim\'')">
<arg
name="system_error_monitor_param_path"
default="$(find-pkg-share autoware_launch)/config/system/system_error_monitor/system_error_monitor.awsim.param.yaml"
description="system error monitor param path"
/>
</group>
<arg
name="system_error_monitor_param_path"
default="$(find-pkg-share autoware_launch)/config/system/system_error_monitor/system_error_monitor.awsim.param.yaml"
description="system error monitor param path"
/>

<group scoped="false">
<include file="$(find-pkg-share autoware_launch)/launch/autoware.launch.xml">
Expand Down

0 comments on commit b506fa5

Please sign in to comment.