forked from autowarefoundation/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.
feat(tier4_perception_launch): enable multi channel tracker merger (a…
…utowarefoundation#7459) * feat: introduce multi channel tracker merger Signed-off-by: Taekjin LEE <[email protected]> feat: separate filters feat: filtering camera lidar fusion fix: object validator to modular Signed-off-by: Taekjin LEE <[email protected]> fix: add missing config Signed-off-by: Taekjin LEE <[email protected]> fix: radar only mode for both fusion mode fix Signed-off-by: Taekjin LEE <[email protected]> style(pre-commit): autofix Signed-off-by: Taekjin LEE <[email protected]> * fix: implement merger switching Signed-off-by: Taekjin LEE <[email protected]> * chore: move pointcloud filter from detection to filter group Signed-off-by: Taekjin LEE <[email protected]> * chore: define external and internal interfaces Signed-off-by: Taekjin LEE <[email protected]> * fix: set output of camera-lidar in absolute path Signed-off-by: Taekjin LEE <[email protected]> * chore: explicit object detection output Signed-off-by: Taekjin LEE <[email protected]> * style(pre-commit): autofix Signed-off-by: Taekjin LEE <[email protected]> * chore: update object detection input paths fix radar output Signed-off-by: Taekjin LEE <[email protected]> * chore: update object detection input paths Signed-off-by: Taekjin LEE <[email protected]> * fix: radar pipeline output Signed-off-by: Taekjin LEE <[email protected]> * chore: update object detection input paths This commit updates the input paths for object detection. It ensures that the correct paths are used for the detection process. Signed-off-by: Taekjin LEE <[email protected]> * style(pre-commit): autofix Signed-off-by: Taekjin LEE <[email protected]> * fix: group to avoid argument mixture Signed-off-by: Taekjin LEE <[email protected]> --------- Signed-off-by: Taekjin LEE <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
Showing
9 changed files
with
241 additions
and
133 deletions.
There are no files selected for viewing
162 changes: 123 additions & 39 deletions
162
launch/tier4_perception_launch/launch/object_recognition/detection/detection.launch.xml
Large diffs are not rendered by default.
Oops, something went wrong.
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
2 changes: 2 additions & 0 deletions
2
...ion_launch/launch/object_recognition/detection/detector/tracker_based_detector.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,10 +1,12 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<arg name="output/objects"/> | ||
<!-- DetectionByTracker --> | ||
<group> | ||
<push-ros-namespace namespace="detection_by_tracker"/> | ||
<include file="$(find-pkg-share detection_by_tracker)/launch/detection_by_tracker.launch.xml"> | ||
<arg name="detection_by_tracker_param_path" value="$(var object_recognition_detection_detection_by_tracker_param)"/> | ||
<arg name="output" value="$(var output/objects)"/> | ||
</include> | ||
</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
Oops, something went wrong.