Skip to content

Commit

Permalink
refactor(ndt_scan_matcher): rename de-grounded (#827)
Browse files Browse the repository at this point in the history
* refactor(ndt_scan_matcher): rename de-grounded

Signed-off-by: Yamato Ando <[email protected]>

* fix value

Signed-off-by: Yamato Ando <[email protected]>

---------

Signed-off-by: Yamato Ando <[email protected]>
  • Loading branch information
YamatoAndo authored Jan 29, 2024
1 parent 64b2990 commit 9ba76c6
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@
# Radius of input LiDAR range (used for diagnostics of dynamic map loading)
lidar_radius: 100.0

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

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

0 comments on commit 9ba76c6

Please sign in to comment.