| .. |
|
tests
|
Moved LabeledSymbol from MastSLAM with some key-related utilities
|
2013-04-30 18:41:06 +00:00 |
|
CMakeLists.txt
|
Improved build of shared vs static GTSAM libraries - now possible to build either one or both, executables link to the shared if it is being build, or otherwise to the static. Also removed separate shared/static CMake flags for gtsam_unstable, now uses the same GTSAM_BUILD_SHARED and GTSAM_BUILD_STATIC as gtsam.
|
2013-03-13 18:17:39 +00:00 |
|
DoglegOptimizer.cpp
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
DoglegOptimizer.h
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
DoglegOptimizerImpl.cpp
|
Unit tests pass with piecewise VectorValues implementation (for fast permutations)
|
2012-12-18 14:21:02 +00:00 |
|
DoglegOptimizerImpl.h
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
ExtendedKalmanFilter-inl.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
ExtendedKalmanFilter.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
GaussNewtonOptimizer.cpp
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
GaussNewtonOptimizer.h
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
ISAM2-impl.cpp
|
First pass at marginalization of leaves in iSAM2 - passes unit tests but needs to be tested on real data
|
2013-02-24 19:09:54 +00:00 |
|
ISAM2-impl.h
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
ISAM2-inl.h
|
SubVector -> Vector to make clang on Mac OS happy
|
2013-02-07 16:46:13 +00:00 |
|
ISAM2.cpp
|
Added optional iSAM2 parameter that forces extra keys into the re-eliminated set. This can be used to force certain keys to be re-ordered.
|
2013-04-08 18:05:48 +00:00 |
|
ISAM2.h
|
Added optional iSAM2 parameter that forces extra keys into the re-eliminated set. This can be used to force certain keys to be re-ordered.
|
2013-04-08 18:05:48 +00:00 |
|
Key.cpp
|
Moved utility functions and formatter from LabeledSymbol to Key. Added namespace functions
|
2013-05-03 16:21:47 +00:00 |
|
Key.h
|
Moved utility functions and formatter from LabeledSymbol to Key. Added namespace functions
|
2013-05-03 16:21:47 +00:00 |
|
LabeledSymbol.cpp
|
Moved utility functions and formatter from LabeledSymbol to Key. Added namespace functions
|
2013-05-03 16:21:47 +00:00 |
|
LabeledSymbol.h
|
Moved utility functions and formatter from LabeledSymbol to Key. Added namespace functions
|
2013-05-03 16:21:47 +00:00 |
|
LevenbergMarquardtOptimizer.cpp
|
Unit tests pass with piecewise VectorValues implementation (for fast permutations)
|
2012-12-18 14:21:02 +00:00 |
|
LevenbergMarquardtOptimizer.h
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
LinearContainerFactor.cpp
|
Fixed bug in LinearContainerFactor only present during relinearization
|
2013-04-16 14:58:09 +00:00 |
|
LinearContainerFactor.h
|
comments only
|
2013-04-16 16:52:21 +00:00 |
|
Marginals.cpp
|
Generating config.h file in CMake with quaternion mode flag, dataset paths. Also added CMake option to use system-installed Eigen, which works by generating a global eigen include file containing the corresponding include paths.
|
2013-04-25 15:57:15 +00:00 |
|
Marginals.h
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
NonlinearConjugateGradientOptimizer.cpp
|
Unit tests pass with piecewise VectorValues implementation (for fast permutations)
|
2012-12-18 14:21:02 +00:00 |
|
NonlinearConjugateGradientOptimizer.h
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
NonlinearEquality.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
NonlinearFactor.h
|
Replaced depreciated boost::shared_dynamic_cast with boost::dynamic_pointer_cast to work with boost 1.53
|
2013-02-11 20:24:53 +00:00 |
|
NonlinearFactorGraph.cpp
|
Fixed warnings in NonlinearFactorGraph::saveGraph
|
2013-03-13 18:56:59 +00:00 |
|
NonlinearFactorGraph.h
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
NonlinearISAM.cpp
|
Maintain reverse-lookup inside of Ordering, to allow fast partial permutations, and modified iSAM2 to use partial permutations on Ordering. Removed InvertedOrdering and updated other GTSAM code and unit tests to use the Ordering reverse-lookup function "key" instead of calculating and inverse ordering.
|
2013-01-08 23:31:06 +00:00 |
|
NonlinearISAM.h
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
NonlinearOptimizer.cpp
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
NonlinearOptimizer.h
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
Ordering.cpp
|
Maintain reverse-lookup inside of Ordering, to allow fast partial permutations, and modified iSAM2 to use partial permutations on Ordering. Removed InvertedOrdering and updated other GTSAM code and unit tests to use the Ordering reverse-lookup function "key" instead of calculating and inverse ordering.
|
2013-01-08 23:31:06 +00:00 |
|
Ordering.h
|
Moved utility functions and formatter from LabeledSymbol to Key. Added namespace functions
|
2013-05-03 16:21:47 +00:00 |
|
SuccessiveLinearizationOptimizer.cpp
|
Renamed tic -> gttic and toc -> gttoc to avoid conflict with PCL tic/toc
|
2012-10-02 20:18:41 +00:00 |
|
SuccessiveLinearizationOptimizer.h
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
Symbol.cpp
|
Fixed a bunch of compiler warnings
|
2013-04-05 21:34:04 +00:00 |
|
Symbol.h
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
Values-inl.h
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
Values.cpp
|
Fixed a bunch of compiler warnings
|
2013-04-05 21:34:04 +00:00 |
|
Values.h
|
Fixed a bunch of compiler warnings
|
2013-04-05 21:34:04 +00:00 |
|
WhiteNoiseFactor.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
nonlinearExceptions.h
|
First pass at marginalization of leaves in iSAM2 - passes unit tests but needs to be tested on real data
|
2013-02-24 19:09:54 +00:00 |
|
summarization.cpp
|
Moved older functions back to gtsam_unstable, cleanup. All tests pass. Rearranged summarization wrap interfaces.
|
2013-05-08 10:13:57 +00:00 |
|
summarization.h
|
Moved older functions back to gtsam_unstable, cleanup. All tests pass. Rearranged summarization wrap interfaces.
|
2013-05-08 10:13:57 +00:00 |