Skip to content

Commit

Permalink
fixed map overlapping bug
Browse files Browse the repository at this point in the history
  • Loading branch information
patweatharva committed May 9, 2024
1 parent 0686d83 commit 1715f66
Show file tree
Hide file tree
Showing 9 changed files with 3,746 additions and 3,218 deletions.
8 changes: 4 additions & 4 deletions config/params.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
graphSLAM:
ISAM2:
Use_ISAM2: true
saveGraph: false
ISAM2:
Use_ISAM2: false
params:
relinearizeThreshold: 0.1
relinearizeSkip: 10
factorization: "CHOLESKY"
LevenbergMarquardt:
LevenbergMarquardt:
params:
initialLambda: 0.00001
lambdaFactor: 5.0
Expand All @@ -15,4 +16,3 @@ graphSLAM:
useDiagonalDamping: true
diagonalDamping: 0.001
useLevenbergMarquardt: true

Loading

0 comments on commit 1715f66

Please sign in to comment.