Skip to content

Commit 7142613

Browse files
committed
feat: add average intensity check parameter
to lidar marker localizer disabled in default Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
1 parent 063d0d0 commit 7142613

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

autoware_launch/config/localization/lidar_marker_localizer/top_left/lidar_marker_localizer.param.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
positive_match_num_threshold: 3
2222
negative_match_num_threshold: 3
2323
vote_threshold_for_detect_marker: 20
24+
# Maximum threshold for average intensity (disabled when 0.0).
25+
# To prevent false detection on surfaces directly facing the LiDAR receiver, matching is disabled when this value is exceeded.
26+
max_average_intensity_threshold: 0.0
2427
marker_to_vehicle_offset_y: 2.3
2528
marker_height_from_ground: 1.075
2629
lower_ring_id_init: 128

autoware_launch/config/localization/lidar_marker_localizer/top_right/lidar_marker_localizer.param.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
positive_match_num_threshold: 3
2222
negative_match_num_threshold: 3
2323
vote_threshold_for_detect_marker: 20
24+
# Maximum threshold for average intensity (disabled when 0.0).
25+
# To prevent false detection on surfaces directly facing the LiDAR receiver, matching is disabled when this value is exceeded.
26+
max_average_intensity_threshold: 0.0
2427
marker_to_vehicle_offset_y: -2.3
2528
marker_height_from_ground: 1.075
2629
lower_ring_id_init: 128

0 commit comments

Comments
 (0)