Skip to content

Commit

Permalink
feat(ndt_scan_matcher): added a parameter of sensor points (autowaref…
Browse files Browse the repository at this point in the history
…oundation#908)

* Added parameters of sensor points

Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>

* Added unit

Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>

---------

Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>
  • Loading branch information
SakodaShintaro authored and 4swinv committed Apr 9, 2024
1 parent ddd681a commit a93ee04
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
map_frame: "map"


sensor_points:
# Required distance of input sensor points. [m]
# If the max distance of input sensor points is lower than this value, the scan matching will not be performed.
required_distance: 10.0


ndt:
# The maximum difference between two consecutive
# transformations in order to consider convergence
Expand Down

0 comments on commit a93ee04

Please sign in to comment.