Skip to content
koide3 edited this page Jul 24, 2024 · 9 revisions

Sensor setup guide

Recommended sensors

Livox MID360

  • Equipped with IMU.
  • A very wide field of view that ensures robust estimation.
  • Applicable to both indoor and outdoor scenarios.

Microsoft Azure Kinect (Orbbec Femto Bolt)

  • Equipped with IMU.
  • High quality point cloud measurements.
  • Best for mapping of narrow indoor scenes (Note: Cannot be used in outdoor scenes).

Setup guide

All sensors

  • Change config_ros.json: glim_ros/(imu|points)_topic (image_topic is not necessary).
  • Change config_sensors.json: sensors/T_lidar_imu

Livox MID360

  • Change glim_ros/acc_scale to 9.80665 (Livox drivers uses [g] instead of [m/s^2]).

Microsoft Azure Kinect (Orbbec Femto Bolt)

  • Reduce point cloud FPS and resolution (fps=15 and depth_mode=WFOV_2X2BINNED) to reduce the bandwidth pressure.
  • Set sensors/global_shutter_lidar=true to disable motion distortion correction.
Clone this wiki locally