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.
chore(tier4_perception_launch): perception launcher refactoring secon…
…d round (autowarefoundation#7440) * feat: separate filters Signed-off-by: Taekjin LEE <[email protected]> * fix: object validator to modular Signed-off-by: Taekjin LEE <[email protected]> * chore: remove default values from subsequent launch files Signed-off-by: Taekjin LEE <[email protected]> * chore: group interfaces and junctions Signed-off-by: Taekjin LEE <[email protected]> * Revert "chore: group interfaces and junctions" This reverts commit 9d723c3. Signed-off-by: Taekjin LEE <[email protected]> * chore: group interfaces and junctions Signed-off-by: Taekjin LEE <[email protected]> * fix: radar input Signed-off-by: Taekjin LEE <[email protected]> * fix: remove defaults from camera inputs Signed-off-by: Taekjin LEE <[email protected]> * chore: rename camera args Signed-off-by: Taekjin LEE <[email protected]> * chore: reorder Signed-off-by: Taekjin LEE <[email protected]> * fix: remove defaults from lidar interface Signed-off-by: Taekjin LEE <[email protected]> * Add use_pointcloud_map and use_validator arguments to detection.launch.xml Signed-off-by: Taekjin LEE <[email protected]> * fix: remove default from validators and filters Signed-off-by: Taekjin LEE <[email protected]> * fix: pointcloud container node name Signed-off-by: Taekjin LEE <[email protected]> * style(pre-commit): autofix Signed-off-by: Taekjin LEE <[email protected]> * Add use_low_intensity_cluster_filter argument to launch files Signed-off-by: Taekjin LEE <[email protected]> * fix: on off detector and merger Signed-off-by: Taekjin LEE <[email protected]> * fix: radar_far/objects default Signed-off-by: Taekjin LEE <[email protected]> * fix: radar object filter parameter 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> Signed-off-by: Simon Eisenmann <[email protected]>
- Loading branch information
1 parent
43be343
commit 6333ddf
Showing
11 changed files
with
540 additions
and
440 deletions.
There are no files selected for viewing
447 changes: 239 additions & 208 deletions
447
launch/tier4_perception_launch/launch/object_recognition/detection/detection.launch.xml
Large diffs are not rendered by default.
Oops, something went wrong.
239 changes: 120 additions & 119 deletions
239
...tion_launch/launch/object_recognition/detection/detector/camera_lidar_detector.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
6 changes: 3 additions & 3 deletions
6
...er4_perception_launch/launch/object_recognition/detection/filter/object_filter.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
8 changes: 4 additions & 4 deletions
8
..._perception_launch/launch/object_recognition/detection/filter/object_validator.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
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.