Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Revert "Feature/add autoware state monitor config" (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
kosuke55 authored Sep 13, 2021
1 parent a498943 commit 20fcd2c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 299 deletions.
163 changes: 0 additions & 163 deletions system_launch/config/autoware_state_monitor.param.yaml

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions system_launch/launch/system.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<!-- State Monitor -->
<group if="$(eval &quot;'$(var run_mode)'=='online'&quot;)">
<include file="$(find-pkg-share autoware_state_monitor)/launch/autoware_state_monitor.launch.xml">
<arg name="config_file" value="$(find-pkg-share system_launch)/config/autoware_state_monitor.param.yaml" />
<arg name="config_file" value="$(find-pkg-share autoware_state_monitor)/config/autoware_state_monitor.param.yaml" />
<arg name="th_arrived_distance_m" value="0.5" />
</include>
</group>
<group if="$(eval &quot;'$(var run_mode)'=='planning_simulation'&quot;)">
<include file="$(find-pkg-share autoware_state_monitor)/launch/autoware_state_monitor.launch.xml">
<arg name="config_file" value="$(find-pkg-share system_launch)/config/autoware_state_monitor.planning_simulation.param.yaml" />
<arg name="config_file" value="$(find-pkg-share autoware_state_monitor)/config/autoware_state_monitor.planning_simulation.param.yaml" />
<arg name="th_arrived_distance_m" value="0.5" />
</include>
</group>
Expand Down

0 comments on commit 20fcd2c

Please sign in to comment.