config_ka_urban_schloss_2.yaml 737 B

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