forked from Huguet57/LIMO-Velo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kitti.yaml
52 lines (45 loc) · 1.15 KB
/
kitti.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Online/Offline
mapping_online: true
real_time: false
# Topics
# points_topic: "/points_raw"
# imus_topic: "/imu_raw"
points_topic: "/kitti/velo/pointcloud"
imus_topic: "/kitti/oxts/imu"
# Extrinsics
estimate_extrinsics: false
print_extrinsics: false
initial_gravity: [0.0, 0.0, +9.807]
I_Translation_L: [-8.086759e-01, 3.195559e-01, -7.997231e-01]
I_Rotation_L: [
9.999976e-01, 7.553071e-04, -2.035826e-03,
-7.854027e-04, 9.998898e-01, -1.482298e-02,
2.024406e-03, 1.482454e-02, 9.998881e-01
]
# Delays
empty_lidar_time: 1.0 # Should be at least [FULL_ROTATION_TIME]
real_time_delay: 0.5 # Should be at least [FULL_ROTATION_TIME] (without a modificated LiDAR driver)
# LiDAR
LiDAR_type: velodyne
LiDAR_noise: 0.001
full_rotation_time: 0.10
min_dist: 4
ds_rate: 4
# IMU
imu_rate: 1000
covariance_gyroscope: 1.e-1
covariance_acceleration: 1.e-1
covariance_bias_gyroscope: 1.e-4
covariance_bias_acceleration: 1.e-4
# Localizator
MAX_NUM_ITERS: 3
# LIMITS: [0.001] * 23
NUM_MATCH_POINTS: 5
MAX_DIST_PLANE: 2.23
PLANES_THRESHOLD: 1.e-1
degeneracy_threshold: 400.
print_degeneracy_values: false
# Delta refinement
Initialization:
times: []
deltas: [0.1]