Skip to content

Commit

Permalink
Fix robot_z calc
Browse files Browse the repository at this point in the history
  • Loading branch information
INIF-FISH committed May 14, 2024
1 parent f5abf91 commit e7a2981
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ig_lio_c/config/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ map_builder_node:

#----------------重定位和回环检测请勿同时启用----------------#
loop_closure:
activate: True # 启用回环检测
activate: False # 启用回环检测
rad_thresh: 0.2 # 角度阈值
dist_thresh: 1.0 # 距离阈值
time_thresh: 30.0 # 时间阈值
Expand Down Expand Up @@ -75,8 +75,8 @@ occupancy_grid_converter:
grid_map_cloud_size: 10 # 障碍检测积分点云数量
occupancyGriddataMin: 0.65
occupancyGriddataMax: 20.0
point_min_height: -0.7 # 点云高度过滤
point_max_height: 1.0 # 点云高度过滤
point_min_height: -1.0 # 点云高度过滤
point_max_height: 0.7 # 点云高度过滤
min_distance: 0.4 # 近点过滤

filters_local:
Expand Down

0 comments on commit e7a2981

Please sign in to comment.