config_ka_urban_schloss_1.yaml 824 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.15
  7. edge_thres: 4
  8. lidar_odometry:
  9. max_num_iter: 15
  10. scan_match_cnt: 2
  11. if_to_deskew: false
  12. backend_fusion:
  13. imu_topic: "/imu/data"
  14. max_num_iter: 15
  15. local_map_width: 30
  16. slide_window_width: 3
  17. lidar_const: 15
  18. reflect_thres: 15.0
  19. surf_dist_thres: 0.03
  20. kd_max_radius: 1.0
  21. surf_ds: 0.4
  22. edge_ds: 0.2
  23. loop_closure_on: true
  24. lc_search_radius: 7
  25. lc_map_width: 20
  26. lc_icp_thres: 0.15
  27. global_lc_time_thres: 60.0
  28. local_lc_time_thres: 60.0
  29. mapping_interval: 3
  30. save_pcd: true
  31. save_json: false
  32. mapping_ds: 0.3
  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