| .. |
|
tests
|
Switched to new Eigen built-in special comma initializer
|
2013-12-16 21:33:12 +00:00 |
|
CMakeLists.txt
|
Removed use of convenience libraries for tests - wasn't really supported in current version
|
2013-08-19 15:32:21 +00:00 |
|
DoglegOptimizer.cpp
|
Change in DoglegOptimizerImpl function arguments to make ISAM2 compatibility easier
|
2013-08-09 21:35:45 +00:00 |
|
DoglegOptimizer.h
|
Added virtual solve method to NonlinearOptimizer that you can override, e.g., with Ceres
|
2013-10-25 18:27:43 +00:00 |
|
DoglegOptimizerImpl.cpp
|
Updating nonlinear factors, nonlinear factor graph, nonlinear optimizers, and LinearContainerFactor to work with unordered linear. Does not compile - needs more work.
|
2013-08-01 21:57:33 +00:00 |
|
DoglegOptimizerImpl.h
|
Change in DoglegOptimizerImpl function arguments to make ISAM2 compatibility easier
|
2013-08-09 21:35:45 +00:00 |
|
ExtendedKalmanFilter-inl.h
|
Made most global unit tests compile, includes dogleg, iterative, kalman filter, etc
|
2013-08-06 13:44:22 +00:00 |
|
ExtendedKalmanFilter.h
|
Made most global unit tests compile, includes dogleg, iterative, kalman filter, etc
|
2013-08-06 13:44:22 +00:00 |
|
GaussNewtonOptimizer.cpp
|
Added virtual solve method to NonlinearOptimizer that you can override, e.g., with Ceres
|
2013-10-25 18:27:43 +00:00 |
|
GaussNewtonOptimizer.h
|
Added virtual solve method to NonlinearOptimizer that you can override, e.g., with Ceres
|
2013-10-25 18:27:43 +00:00 |
|
ISAM2-impl.cpp
|
Option to reuse old factor slots in ISAM2
|
2013-11-18 19:23:09 +00:00 |
|
ISAM2-impl.h
|
Option to reuse old factor slots in ISAM2
|
2013-11-18 19:23:09 +00:00 |
|
ISAM2-inl.h
|
Fixed warnings
|
2013-11-26 22:50:50 +00:00 |
|
ISAM2.cpp
|
Option to reuse old factor slots in ISAM2
|
2013-11-18 19:23:09 +00:00 |
|
ISAM2.h
|
Option to reuse old factor slots in ISAM2
|
2013-11-18 19:23:09 +00:00 |
|
LevenbergMarquardtOptimizer.cpp
|
Using Eigen Identity and Zero functions in LM damp
|
2013-11-18 19:23:29 +00:00 |
|
LevenbergMarquardtOptimizer.h
|
Better debugging output for LM
|
2013-11-06 06:29:42 +00:00 |
|
LinearContainerFactor.cpp
|
New SymmetricBlockMatrix interface - should be safer as all exposed functions use symmetric matrix expressions and the internal uninitialized values below the diagonal are never exposed.
|
2013-11-26 23:49:53 +00:00 |
|
LinearContainerFactor.h
|
Fixed bug with linear factor not getting cloned on linearization, updated comments to reflect lack of ordering
|
2013-09-10 14:09:25 +00:00 |
|
Marginals.cpp
|
New SymmetricBlockMatrix interface - should be safer as all exposed functions use symmetric matrix expressions and the internal uninitialized values below the diagonal are never exposed.
|
2013-11-26 23:49:53 +00:00 |
|
Marginals.h
|
New SymmetricBlockMatrix interface - should be safer as all exposed functions use symmetric matrix expressions and the internal uninitialized values below the diagonal are never exposed.
|
2013-11-26 23:49:53 +00:00 |
|
NonlinearConjugateGradientOptimizer.cpp
|
Fixed several warnings
|
2013-11-19 14:04:52 +00:00 |
|
NonlinearConjugateGradientOptimizer.h
|
Fixed several warnings
|
2013-11-19 14:04:52 +00:00 |
|
NonlinearEquality.h
|
Made most global unit tests compile, includes dogleg, iterative, kalman filter, etc
|
2013-08-06 13:44:22 +00:00 |
|
NonlinearFactor.h
|
Fix when comparing NonlinearFactor with NULL noise model
|
2013-11-12 17:03:08 +00:00 |
|
NonlinearFactorGraph.cpp
|
Added options for NonlinearFactorGraph printing to dot files
|
2013-11-26 15:41:15 +00:00 |
|
NonlinearFactorGraph.h
|
Added options for NonlinearFactorGraph printing to dot files
|
2013-11-26 15:41:15 +00:00 |
|
NonlinearISAM.cpp
|
Removed wrong inclusion of -inst file
|
2013-08-15 17:21:10 +00:00 |
|
NonlinearISAM.h
|
Working on fixing ISAM
|
2013-08-06 19:56:48 +00:00 |
|
NonlinearOptimizer.cpp
|
Added virtual solve method to NonlinearOptimizer that you can override, e.g., with Ceres
|
2013-10-25 18:27:43 +00:00 |
|
NonlinearOptimizer.h
|
Fixed several warnings
|
2013-11-19 14:04:52 +00:00 |
|
NonlinearOptimizerParams.cpp
|
Added virtual solve method to NonlinearOptimizer that you can override, e.g., with Ceres
|
2013-10-25 18:27:43 +00:00 |
|
NonlinearOptimizerParams.h
|
Fixed several warnings
|
2013-11-19 14:04:52 +00:00 |
|
Symbol.h
|
Added redundant Symbol.h header for backwards compatibility
|
2013-09-01 15:26:05 +00:00 |
|
Values-inl.h
|
Fixing more compile problems: Switched BayesTree-inst.h function to use a functor struct rather than an address of a template function - seems to compile. Small include fixes elsewhere
|
2013-08-06 20:21:43 +00:00 |
|
Values.cpp
|
Added Values::tryInsert
|
2013-08-13 22:30:02 +00:00 |
|
Values.h
|
Added Values::tryInsert
|
2013-08-13 22:30:02 +00:00 |
|
WhiteNoiseFactor.h
|
Switched to new Eigen built-in special comma initializer
|
2013-12-16 21:33:12 +00:00 |
|
nonlinearExceptions.h
|
Continued work on unordered classes and elimination algorithm
|
2013-06-06 15:36:11 +00:00 |