Skip to content

Commit 9ba76c6

Browse files
authored
refactor(ndt_scan_matcher): rename de-grounded (#827)
* refactor(ndt_scan_matcher): rename de-grounded Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> * fix value Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> --------- Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
1 parent 64b2990 commit 9ba76c6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

autoware_launch/config/localization/ndt_scan_matcher.param.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,8 @@
9595
# Radius of input LiDAR range (used for diagnostics of dynamic map loading)
9696
lidar_radius: 100.0
9797

98-
# cspell: ignore degrounded
99-
# A flag for using scan matching score based on de-grounded LiDAR scan
100-
estimate_scores_for_degrounded_scan: false
98+
# A flag for using scan matching score based on no ground LiDAR scan
99+
estimate_scores_by_no_ground_points: false
101100

102101
# If lidar_point.z - base_link.z <= this threshold , the point will be removed
103102
z_margin_for_ground_removal: 0.8

0 commit comments

Comments
 (0)