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.
fix: add param of selectable semantic id
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
- Loading branch information
1 parent
da10c3e
commit 591eb5c
Showing
4 changed files
with
49 additions
and
7 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
perception/image_projection_based_fusion/config/segmentation_pointcloud_fusion.param.yaml
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
/**: | ||
ros__parameters: | ||
# if the semantic label is applied for pointcloud filtering | ||
filter_semantic_label_target: | ||
[ | ||
true, # road | ||
true, # sidewalk | ||
true, # building | ||
true, # wall | ||
true, # fence | ||
true, # pole | ||
true, # traffic_light | ||
true, # traffic_sign | ||
true, # vegetation | ||
true, # terrain | ||
true, # sky | ||
false, # person | ||
false, # ride | ||
false, # car | ||
false, # truck | ||
false, # bus | ||
false, # train | ||
false, # motorcycle | ||
false, # bicycle | ||
false, # others | ||
] | ||
# the maximum distance of pointcloud to be applied filter, | ||
# this is selected based on semantic segmentation model accuracy, | ||
# calibration accuracy and unknown reaction distance | ||
filter_distance_threshold: 60.0 |
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