config_fr_iosb.yaml 733 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. common:
  2. frame_id: "lili_om"
  3. preprocessing:
  4. surf_thres: 0.28
  5. edge_thres: 4
  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: 20
  16. reflect_thres: 15.0
  17. surf_dist_thres: 0.12
  18. kd_max_radius: 1.0
  19. surf_ds: 0.4
  20. edge_ds: 0.2
  21. loop_closure_on: true
  22. global_lc_time_thres: 25.0
  23. local_lc_time_thres: 25.0
  24. lc_search_radius: 10
  25. lc_map_width: 20
  26. lc_icp_thres: 0.1 #iosb_large: 0.1
  27. mapping_interval: 7
  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