config_ka_urban_east.yaml 805 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. common:
  2. frame_id: "lili_om"
  3. map_frame: "map"
  4. file_path: "/home/lenotary/work/file/"
  5. preprocessing:
  6. surf_thres: 0.16
  7. edge_thres: 4
  8. lidar_odometry:
  9. max_num_iter: 15
  10. scan_match_cnt: 1
  11. if_to_deskew: true
  12. backend_fusion:
  13. imu_topic: "/imu/data"
  14. max_num_iter: 20
  15. local_map_width: 40
  16. slide_window_width: 3
  17. lidar_const: 15
  18. reflect_thres: 15.0
  19. surf_dist_thres: 0.08
  20. kd_max_radius: 1.0
  21. surf_ds: 0.4
  22. edge_ds: 0.2
  23. loop_closure_on: true
  24. global_lc_time_thres: 60.0
  25. local_lc_time_thres: 60.0
  26. lc_search_radius: 20
  27. lc_map_width: 20
  28. lc_icp_thres: 0.15
  29. mapping_interval: 1
  30. save_pcd: true
  31. save_json: false
  32. mapping_ds: 0.2
  33. isDense: true
  34. #extrinsic imu to lidar
  35. ql2b_w: 0
  36. ql2b_x: 0
  37. ql2b_y: 0
  38. ql2b_z: 1
  39. tl2b_x: -0.0265
  40. tl2b_y: 0.0202
  41. tl2b_z: 0.05309