| .. |
|
CMakeLists.txt
|
…
|
|
|
simulated2D.cpp
|
Moved all Simulated* example domains and smallExample to the tests folder so they are no longer installed
|
2012-06-09 20:15:44 +00:00 |
|
simulated2D.h
|
Removed the use of the ADD_CLONE_NONLINEAR_FACTOR macro, documented instances of clone() in factors
|
2012-06-09 21:06:06 +00:00 |
|
simulated2DConstraints.h
|
Removed the use of the ADD_CLONE_NONLINEAR_FACTOR macro, documented instances of clone() in factors
|
2012-06-09 21:06:06 +00:00 |
|
simulated2DOriented.cpp
|
Moved all Simulated* example domains and smallExample to the tests folder so they are no longer installed
|
2012-06-09 20:15:44 +00:00 |
|
simulated2DOriented.h
|
Removed the use of the ADD_CLONE_NONLINEAR_FACTOR macro, documented instances of clone() in factors
|
2012-06-09 21:06:06 +00:00 |
|
simulated3D.cpp
|
…
|
|
|
simulated3D.h
|
Moved all Simulated* example domains and smallExample to the tests folder so they are no longer installed
|
2012-06-09 20:15:44 +00:00 |
|
smallExample.cpp
|
Cleaned up some remaining JacobinaFactorGraph remnants
|
2012-09-05 03:52:01 +00:00 |
|
smallExample.h
|
Fixed testIterative unit tests
|
2012-09-05 03:06:22 +00:00 |
|
testBoundingConstraint.cpp
|
…
|
|
|
testDoglegOptimizer.cpp
|
Used technique described in http://gcc.gnu.org/onlinedocs/gcc/Diagnostic-Pragmas.html to turn off excessive warnings generated by boost lambda headers
|
2012-09-16 18:07:50 +00:00 |
|
testExtendedKalmanFilter.cpp
|
…
|
|
|
testGaussianBayesNet.cpp
|
Moved all Simulated* example domains and smallExample to the tests folder so they are no longer installed
|
2012-06-09 20:15:44 +00:00 |
|
testGaussianFactor.cpp
|
Fixed testIterative unit tests
|
2012-09-05 03:06:22 +00:00 |
|
testGaussianFactorGraphB.cpp
|
Fixed testIterative unit tests
|
2012-09-05 03:06:22 +00:00 |
|
testGaussianISAM.cpp
|
avoid warnings
|
2012-09-16 17:54:43 +00:00 |
|
testGaussianISAM2.cpp
|
Removed JacobianFactorGraph - moved its linear algebra interface to GaussianFactorGraph and redirected all uses of it to GaussianFactorGraph
|
2012-09-04 22:42:09 +00:00 |
|
testGaussianJunctionTreeB.cpp
|
removed SLAM namespace from testGaussianJunctionTreeB
|
2012-07-23 22:43:17 +00:00 |
|
testGradientDescentOptimizer.cpp
|
Fixed missing renames
|
2012-07-27 19:15:58 +00:00 |
|
testGraph.cpp
|
Cleaned up all remaining commented-out unit tests from the old linear rewrite - removed or reenabled as needed.
|
2012-09-03 18:36:05 +00:00 |
|
testInferenceB.cpp
|
Removed SLAM namespace from testInferenceB
|
2012-07-23 22:45:46 +00:00 |
|
testIterative.cpp
|
Fixed testIterative unit tests
|
2012-09-05 03:06:22 +00:00 |
|
testMarginals.cpp
|
Fixed dimensions bug in Marginals and added unit test
|
2012-07-23 19:29:52 +00:00 |
|
testNonlinearEquality.cpp
|
Removed SLAM namespace from testNonlinearEquality
|
2012-07-23 22:46:21 +00:00 |
|
testNonlinearFactor.cpp
|
Cleaned up all remaining commented-out unit tests from the old linear rewrite - removed or reenabled as needed.
|
2012-09-03 18:36:05 +00:00 |
|
testNonlinearFactorGraph.cpp
|
…
|
|
|
testNonlinearISAM.cpp
|
Removed SLAM namespace from testNonlinearISAM
|
2012-07-23 22:46:55 +00:00 |
|
testNonlinearOptimizer.cpp
|
Removed SLAM namespace from testNonlinearOptimizer
|
2012-07-23 22:47:31 +00:00 |
|
testOccupancyGrid.cpp
|
…
|
|
|
testRot3Optimization.cpp
|
…
|
|
|
testSerializationSLAM.cpp
|
Added additional factors to the serialization unit test
|
2012-07-25 22:13:22 +00:00 |
|
testSimulated2D.cpp
|
…
|
|
|
testSimulated2DOriented.cpp
|
…
|
|
|
testSimulated3D.cpp
|
…
|
|
|
testSubgraphPreconditioner.cpp
|
Removed JacobianFactorGraph - moved its linear algebra interface to GaussianFactorGraph and redirected all uses of it to GaussianFactorGraph
|
2012-09-04 22:42:09 +00:00 |
|
testSubgraphSolver.cpp
|
Removed JacobianFactorGraph - moved its linear algebra interface to GaussianFactorGraph and redirected all uses of it to GaussianFactorGraph
|
2012-09-04 22:42:09 +00:00 |
|
testSymbolicBayesNetB.cpp
|
…
|
|
|
testSymbolicFactorGraphB.cpp
|
…
|
|
|
timeBatch.cpp
|
Added overall timing scripts for batch and incremental (ISAM2) solving
|
2012-09-28 17:48:49 +00:00 |
|
timeGaussianFactorGraph.cpp
|
…
|
|
|
timeIncremental.cpp
|
Added overall timing scripts for batch and incremental (ISAM2) solving
|
2012-09-28 17:48:49 +00:00 |
|
timeMultifrontalOnDataset.cpp
|
…
|
|
|
timeSequentialOnDataset.cpp
|
…
|
|