forked from tier4/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tier4_planning_launch): add group tag (tier4#1239)
* fix(tier4_planning_launch): add group tag Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp> * move arg Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp> * move arg inside group Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
- Loading branch information
1 parent
f042327
commit d86e0f7
Showing
5 changed files
with
93 additions
and
70 deletions.
There are no files selected for viewing
8 changes: 6 additions & 2 deletions
8
launch/tier4_planning_launch/launch/mission_planning/mission_planning.launch.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
<launch> | ||
<include file="$(find-pkg-share mission_planner)/launch/mission_planner.launch.xml"/> | ||
<group> | ||
<include file="$(find-pkg-share mission_planner)/launch/mission_planner.launch.xml"/> | ||
</group> | ||
|
||
<include file="$(find-pkg-share mission_planner)/launch/goal_pose_visualizer.launch.xml"/> | ||
<group> | ||
<include file="$(find-pkg-share mission_planner)/launch/goal_pose_visualizer.launch.xml"/> | ||
</group> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters