Skip to content

Commit 48c69fd

Browse files
authored
Add files via upload
1 parent 5f1ef97 commit 48c69fd

File tree

4 files changed

+27
-0
lines changed

4 files changed

+27
-0
lines changed

config/calib/ba_calib.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
%YAML:1.0
2+
---
3+
BaseDir: ../KITTI-00
4+
KeyFrameDir: KeyFrames
5+
VOFile: Twc.txt
6+
VOIdFile: FrameId.yml
7+
MapFile: Map.xml
8+
LOFile: floam_isam_00.txt
9+
ResFile: ba_calib_00.txt
10+
method: local # global or local
11+
method_options: {"global":1,"local":2}

config/calib/he_calib.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
%YAML:1.0
2+
---
3+
io:
4+
BaseDir: ../KITTI-00
5+
VOFile: Twc.txt
6+
LOFile: floam_isam_00.txt
7+
VOIdFile: FrameId.yml
8+
ResFile: he_calib_00.txt
9+
10+
runtime:
11+
regulation: true
12+
regulation_weight: 0.003
13+
verborse: true

config/loam/backend.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ loopclosure:
2020
loopInlierRMSEThre: 0.3
2121

2222
multiway:
23+
use: false
2324
MRmaxIter: 100
2425
MRmaxCorrDist: 1.2
2526
MREdgePruneThre: 0.25
27+
RefineOdom: false
2628

2729
io:
2830
isam_poses: ../floam_isam_00.txt

config/settings.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export LD_LIBRARY_PATH=""

0 commit comments

Comments
 (0)