-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(perception_launch): cherry-pick awf/tier4_perception_launch into…
… perception_launch (#412) Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>
- Loading branch information
Showing
4 changed files
with
174 additions
and
120 deletions.
There are no files selected for viewing
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
8 changes: 5 additions & 3 deletions
8
perception_launch/launch/object_recognition/tracking/tracking.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,6 +1,8 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<include file="$(find-pkg-share multi_object_tracker)/launch/multi_object_tracker.launch.xml"> | ||
<arg name="data_association_matrix_path" value="$(find-pkg-share perception_launch)/config/object_recognition/tracking/multi_object_tracker/data_association_matrix.param.yaml"/> | ||
</include> | ||
<group> | ||
<include file="$(find-pkg-share multi_object_tracker)/launch/multi_object_tracker.launch.xml"> | ||
<arg name="data_association_matrix_path" value="$(find-pkg-share perception_launch)/config/object_recognition/tracking/multi_object_tracker/data_association_matrix.param.yaml"/> | ||
</include> | ||
</group> | ||
</launch> |
Oops, something went wrong.