Skip to content

Commit

Permalink
feat(ndt_scan_matcher): adding exe time parameter (autowarefoundation…
Browse files Browse the repository at this point in the history
…#559)

add critical_upper_bound_exe_time_ms for ndt
  • Loading branch information
yvzksgl authored Sep 26, 2023
1 parent 45f7e58 commit bf07c8a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@

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

# The execution time which means probably NDT cannot matches scans properly
critical_upper_bound_exe_time_ms: 100 # [ms]

0 comments on commit bf07c8a

Please sign in to comment.