| .. |
|
internal
|
Fix override warnings: modernize-use-override
|
2021-01-28 23:02:13 -05:00 |
|
tests
|
Fix override warnings: modernize-use-override
|
2021-01-28 23:02:13 -05:00 |
|
AdaptAutoDiff.h
|
set default initialization
|
2020-07-15 23:19:44 -04:00 |
|
CMakeLists.txt
|
Install the nonlinear internal headers.
|
2015-06-03 01:13:22 +02:00 |
|
DoglegOptimizer.cpp
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
DoglegOptimizer.h
|
Fix override warnings: modernize-use-override
|
2021-01-28 23:02:13 -05:00 |
|
DoglegOptimizerImpl.cpp
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
DoglegOptimizerImpl.h
|
replaced fabs with c++11 std::abs
|
2019-09-18 18:30:26 -04:00 |
|
Expression-inl.h
|
On MSVC, use aligned malloc and free
|
2018-11-06 10:17:41 -05:00 |
|
Expression.h
|
replaced/appended all calls to SimpleCamera with PinholeCameraCal3_S2
|
2020-02-21 19:42:55 -05:00 |
|
ExpressionFactor.h
|
Fix override warnings: modernize-use-override
|
2021-01-28 23:02:13 -05:00 |
|
ExpressionFactorGraph.h
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
ExtendedKalmanFilter-inl.h
|
Fixed remaining default constructor calls
|
2016-06-06 17:12:42 -07:00 |
|
ExtendedKalmanFilter.h
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
|
FunctorizedFactor.h
|
Fix override warnings: modernize-use-override
|
2021-01-28 23:02:13 -05:00 |
|
GaussNewtonOptimizer.cpp
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
GaussNewtonOptimizer.h
|
Fix override warnings: modernize-use-override
|
2021-01-28 23:02:13 -05:00 |
|
GncOptimizer.h
|
use std namespace qualifier
|
2021-01-31 17:41:28 -05:00 |
|
GncParams.h
|
changed barcsq to be a vector, such that the user can provide a bound for each factor
|
2021-01-22 21:04:28 -05:00 |
|
ISAM2-impl.cpp
|
Refactored iSAM2::update to reveal what is changed when
|
2019-06-01 17:34:24 -04:00 |
|
ISAM2-impl.h
|
Some last cosmetic changes to make update fit on single screen
|
2019-06-03 17:29:21 -04:00 |
|
ISAM2.cpp
|
Some last cosmetic changes to make update fit on single screen
|
2019-06-03 17:29:21 -04:00 |
|
ISAM2.h
|
Re-ordered functions to minimize diff
|
2019-06-03 16:06:09 -04:00 |
|
ISAM2Clique.cpp
|
moved gradientAtZero helper to clique class, where it belongs
|
2019-06-01 17:34:24 -04:00 |
|
ISAM2Clique.h
|
Fix missing virtual dtors
|
2020-07-27 00:14:13 +02:00 |
|
ISAM2Params.cpp
|
Split ISAM2 Clique, Params, and Result out in different files, cleaned up headers, and removed ISAM2-inl.h header
|
2018-09-30 12:58:48 -04:00 |
|
ISAM2Params.h
|
Prefer C++11 nullptr
|
2020-04-06 23:31:05 +02:00 |
|
ISAM2Result.h
|
ISAM2 helper methods and wrapper to evaluate nonlinear error
|
2020-09-10 19:59:18 -04:00 |
|
ISAM2UpdateParams.h
|
more DLL warnings & errors fixed
|
2019-07-18 11:09:08 +02:00 |
|
LevenbergMarquardtOptimizer.cpp
|
Only compute old error when solved successfully
|
2020-01-23 19:13:41 -08:00 |
|
LevenbergMarquardtOptimizer.h
|
Fix override warnings: modernize-use-override
|
2021-01-28 23:02:13 -05:00 |
|
LevenbergMarquardtParams.cpp
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
LevenbergMarquardtParams.h
|
Fix override warnings: modernize-use-override
|
2021-01-28 23:02:13 -05:00 |
|
LinearContainerFactor.cpp
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
LinearContainerFactor.h
|
Merge branch 'develop' into dellaert/issue420
|
2020-07-31 16:45:03 -04:00 |
|
Marginals.cpp
|
convert all optional Ordering to function overloads
|
2019-10-20 01:15:20 -04:00 |
|
Marginals.h
|
remove all Cython references
|
2020-10-01 19:56:35 -04:00 |
|
NonlinearConjugateGradientOptimizer.cpp
|
Fix Parameter passing in Conjugate Gradient
|
2020-02-29 16:25:55 -05:00 |
|
NonlinearConjugateGradientOptimizer.h
|
Fix override warnings: modernize-use-override
|
2021-01-28 23:02:13 -05:00 |
|
NonlinearEquality.h
|
Fix override warnings: modernize-use-override
|
2021-01-28 23:02:13 -05:00 |
|
NonlinearFactor.cpp
|
finally I have a way to properly change the noise model!
|
2020-11-27 18:25:38 -05:00 |
|
NonlinearFactor.h
|
Fix override warnings: modernize-use-override
|
2021-01-28 23:02:13 -05:00 |
|
NonlinearFactorGraph.cpp
|
Removed reference for iterating over values. Also used auto where I could, when changing.
|
2021-01-04 20:46:16 -05:00 |
|
NonlinearFactorGraph.h
|
better documentation
|
2020-12-08 09:42:18 -05:00 |
|
NonlinearISAM.cpp
|
Removed headers
|
2016-05-22 14:22:36 -07:00 |
|
NonlinearISAM.h
|
Working on fixing ISAM
|
2013-08-06 19:56:48 +00:00 |
|
NonlinearOptimizer.cpp
|
Add iteration hook in non-linear optimizers
|
2020-11-08 11:57:47 +01:00 |
|
NonlinearOptimizer.h
|
Add iteration hook in non-linear optimizers
|
2020-11-08 11:57:47 +01:00 |
|
NonlinearOptimizerParams.cpp
|
convert tabs to spaces. See https://bitbucket.org/gtborg/gtsam/wiki/C++%20Coding%20Conventions
|
2016-02-09 20:00:38 -05:00 |
|
NonlinearOptimizerParams.h
|
added equals in NonlinearOptimizerParams
|
2020-11-27 12:59:27 -05:00 |
|
PriorFactor.h
|
Fix override warnings: modernize-use-override
|
2021-01-28 23:02:13 -05:00 |
|
Symbol.h
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
Values-inl.h
|
Removed reference for iterating over values. Also used auto where I could, when changing.
|
2021-01-04 20:46:16 -05:00 |
|
Values.cpp
|
use standard function to check for empty string
|
2021-01-25 16:22:09 -05:00 |
|
Values.h
|
Fix override warnings: modernize-use-override
|
2021-01-28 23:02:13 -05:00 |
|
WhiteNoiseFactor.h
|
Fix override warnings: modernize-use-override
|
2021-01-28 23:02:13 -05:00 |
|
expressionTesting.h
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
|
expressions.h
|
Merge remote-tracking branch 'origin/develop' into feature/Feature/FixedValues
|
2016-02-07 20:00:38 -08:00 |
|
factorTesting.h
|
fix issue 16
|
2019-05-22 11:37:49 -07:00 |
|
nonlinearExceptions.h
|
Fix all new gcc warnings/errors: make explicit virtual/override methods.
|
2020-07-26 11:20:42 +02:00 |
|
utilities.h
|
Added more support for Pose2 data
|
2020-08-20 23:25:28 -04:00 |