-
Notifications
You must be signed in to change notification settings - Fork 72
Sensor setup guide
koide3 edited this page Aug 26, 2024
·
9 revisions
- Equipped with IMU.
- A very wide field of view that ensures robust estimation.
- Applicable to both indoor and outdoor scenarios.
- Equipped with IMU.
- High quality point cloud measurements.
- Best for mapping in narrow indoor scenes (Note: Cannot be used in outdoor scenes).
See also Important parameters.
- Recommended point cloud FPS: 10 ~ 20 FPS
- Recommended IMU FPS: > 100 and
points_fps
* 10 FPS - Change
config_ros.json: glim_ros/(imu|points)_topic
(image_topic
is not necessary). - Change
config_sensors.json: sensors/T_lidar_imu
- Change
glim_ros/acc_scale
to9.80665
(Livox drivers uses [g] instead of [m/s^2]).
- Reduce point cloud FPS and resolution (
fps=15
anddepth_mode=WFOV_2X2BINNED
) to reduce the bandwidth pressure. - Set
sensors/global_shutter_lidar=true
to disable motion distortion correction.
- Set
preprocess.json: preprocess/k_correspondences=20
.
- (In Japanese) 【チュートリアル】GLIM + Livox MID360 + Jetson Orin Nano でLiDAR-IMU SLAM: https://zenn.dev/koide3/articles/144e97133234e2