Skip to content

Commit

Permalink
Merge pull request autowarefoundation#359 from tier4/feature/add_plan…
Browse files Browse the repository at this point in the history
…nig_error_monitor

add planning error monitor launch
  • Loading branch information
taikitanaka3 authored Aug 26, 2021
2 parents 223905a + 1e8af71 commit c825827
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions planning_launch/launch/planning.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,12 @@
<include file="$(find-pkg-share planning_launch)/launch/scenario_planning/scenario_planning.launch.xml">
</include>
</group>

<!-- planning error monitor -->
<group>
<push-ros-namespace namespace="planning_diagnostics"/>
<include file="$(find-pkg-share planning_launch)/launch/planning_diagnostics/planning_error_monitor.launch.xml">
</include>
</group>
</group>
</launch>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<launch>

<!-- planning_error_monitor -->
<group>
<include file="$(find-pkg-share planning_error_monitor)/launch/planning_error_monitor.launch.xml">
</include>
</group>
</launch>

0 comments on commit c825827

Please sign in to comment.