rs128.yaml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. common:
  2. #NCLT
  3. # lid_topic: "/points_raw"
  4. # imu_topic: "/imu_raw"
  5. #KITTI
  6. # lid_topic: "/kitti/velo/pointcloud"
  7. # imu_topic: "/kitti/oxts/imu"
  8. #RS LiDar
  9. lid_topic: "/rslidar"
  10. imu_topic: "/imu"
  11. time_sync_en: false # ONLY turn on when external time synchronization is really not possible
  12. preprocess:
  13. lidar_type: 4 # 1 for Livox serials LiDAR, 2 for Velodyne LiDAR, 3 for ouster LiDAR, 4 RS
  14. scan_line: 128
  15. scan_rate: 10 # only need to be set for velodyne, unit: Hz,
  16. blind: 4
  17. mapping:
  18. acc_cov: 0.1
  19. gyr_cov: 0.1
  20. b_acc_cov: 0.0001
  21. b_gyr_cov: 0.0001
  22. fov_degree: 180
  23. det_range: 100.0
  24. extrinsic_est_en: false # true: enable the online estimation of IMU-LiDAR extrinsic,
  25. extrinsic_T: [ 1.494363791111, 0.000030061324, 0.903719820280]
  26. extrinsic_R: [ -0.508348737805, 0.861029086113, -0.014507709641,
  27. -0.861100925582, -0.508429079519, -0.002251013466,
  28. -0.009314329527, 0.011348302346, 0.999892223842]
  29. publish:
  30. path_en: true
  31. scan_publish_en: true # false: close all the point cloud output
  32. dense_publish_en: true # false: low down the points number in a global-frame point clouds scan.
  33. scan_bodyframe_pub_en: true # true: output the point cloud scans in IMU-body-frame
  34. pcd_save:
  35. pcd_save_en: false
  36. interval: -1 # how many LiDAR frames saved in each pcd file;
  37. # -1 : all frames will be saved in ONE pcd file, may lead to memory crash when having too much frames.