Skip to content

Commit 58c9e23

Browse files
authored
Add files via upload
1 parent 248abfa commit 58c9e23

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

config/loam/backend.yml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,36 @@
11
%YAML:1.0
2+
---
23
gui:
34
verborse: true
45
vis: false
6+
57

68
odom:
79
voxel: 0.2
810
o3d_voxel: 0.2
911
keyframeMeterGap: 1.5
1012
keyframeRadGap: 0.15
11-
icp_corase_dist: 10
12-
icp_refine_dist: 0.6
13+
icp_corase_dist: 1.0 # 3.0
14+
icp_refine_dist: 0.3
1315
icp_max_iter: 30
1416

1517
loopclosure:
16-
LCkeyframeMeterGap: 10
17-
LCkeyframeRadGap: 2
18-
LCSubmapSize: 10
19-
loopOverlapThre: 0.7
20-
loopInlierRMSEThre: 0.3
18+
LCkeyframeMeterGap: 3 # 10
19+
LCkeyframeRadGap: 1 # 2
20+
LCSubmapSize: 25 # 10
21+
loopOverlapThre: 0.5 # 0.7
22+
loopInlierRMSEThre: 0.2
2123

2224
multiway:
2325
use: false
2426
MRmaxIter: 100
2527
MRmaxCorrDist: 1.2
2628
MREdgePruneThre: 0.25
27-
RefineOdom: false
29+
RefineOdom: true
2830

2931
io:
30-
isam_poses: ../floam_isam_00.txt
31-
mr_graph: ../floam_pg.json
32-
mr_poses: ../floam_mr_00.txt
32+
isam_poses: ../KITTI-07/slam_res/floam_isam_07.txt
33+
mr_graph: ../KITTI-07/slam_res/floam_pg.json
34+
mr_poses: ../KITTI-07/slam_res/floam_mr_07.txt
35+
save_map: false
36+
map_path: ../KITTI-07/slam_res/floam_map_07.pcd

0 commit comments

Comments
 (0)