config_fr_iosb_internal_imu.yaml 831 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. common:
  2. frame_id: "lili_om"
  3. map_frame: "map"
  4. file_path: "/home/lenotary/work/file/"
  5. preprocessing:
  6. surf_thres: 0.28
  7. edge_thres: 4
  8. lidar_odometry:
  9. max_num_iter: 15
  10. scan_match_cnt: 1
  11. if_to_deskew: false
  12. backend_fusion:
  13. imu_topic: "/imu/data"
  14. max_num_iter: 15
  15. local_map_width: 40
  16. slide_window_width: 3
  17. lidar_const: 20
  18. reflect_thres: 15.0
  19. surf_dist_thres: 0.12
  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: 25.0
  25. local_lc_time_thres: 25.0
  26. lc_search_radius: 10
  27. lc_map_width: 20
  28. lc_icp_thres: 0.1 #iosb_large: 0.1
  29. mapping_interval: 2
  30. save_pcd: false
  31. save_json: true
  32. mapping_ds: 0.1
  33. isDense: false
  34. #extrinsic imu to lidar
  35. ql2b_w: 1
  36. ql2b_x: 0
  37. ql2b_y: 0
  38. ql2b_z: 0
  39. tl2b_x: -0.05512
  40. tl2b_y: -0.02226
  41. tl2b_z: 0.02970