horizon_config.yaml 736 B

12345678910111213141516171819202122
  1. %YAML:1.0
  2. # switches
  3. Lidar_Type: 0 # 0-horizon
  4. Used_Line: 6 # lines used for lio, set to 1~6
  5. Feature_Mode: 0 # 0(false) or 1(true)
  6. NumCurvSize: 2
  7. DistanceFaraway: 100 # [m] <DistanceFaraway near / >DistanceFaraway far
  8. NumFlat: 3 # nums of one part's flat feature
  9. PartNum: 150 # nums of one scan's parts
  10. FlatThreshold: 0.02 # cloud curvature threshold of flat feature
  11. BreakCornerDis: 1 # break distance of break points
  12. LidarNearestDis: 0.1 # if(depth < LidarNearestDis) do not use this point
  13. KdTreeCornerOutlierDis: 0.2 # corner filter threshold
  14. Use_seg: 0 # use segment algorithm
  15. map_skip_frame: 2
  16. ivox_nearby_type: 26 #6 18 26
  17. max_ivox_node: 500
  18. ivox_node_solution: 0.3
  19. map_file: "../map/bbt/featurebbt_transformed.txt"