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

Commit

Permalink
Merge pull request #359 from tier4/feature/add_plannig_error_monitor (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
TakaHoribe authored Sep 3, 2021
1 parent 4214390 commit 5858dc9
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 5858dc9

Please sign in to comment.