| .. |
|
CMakeLists.txt
|
Compiling serialization unit tests with /bigobj on windows
|
2013-06-20 16:05:21 +00:00 |
|
simulated2D.h
|
Put header-implemented unit test functions in anonymous namespaces to avoid duplicate symbols in SINGLE_TEST_EXE mode
|
2013-06-20 16:05:24 +00:00 |
|
simulated2DConstraints.h
|
…
|
|
|
simulated2DOriented.h
|
Removed all non-test/timing cpp files from tests folder, small example now is header-only
|
2013-06-11 14:35:22 +00:00 |
|
simulated3D.h
|
Removed all non-test/timing cpp files from tests folder, small example now is header-only
|
2013-06-11 14:35:22 +00:00 |
|
smallExample.h
|
Put header-implemented unit test functions in anonymous namespaces to avoid duplicate symbols in SINGLE_TEST_EXE mode
|
2013-06-20 16:05:24 +00:00 |
|
testBoundingConstraint.cpp
|
…
|
|
|
testDoglegOptimizer.cpp
|
Fixed a bunch of compiler warnings
|
2013-04-05 21:34:04 +00:00 |
|
testExtendedKalmanFilter.cpp
|
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 |
|
testGaussianBayesNet.cpp
|
…
|
|
|
testGaussianBayesTree.cpp
|
Joint marginals using lowest-common-ancestor shortcuts. As part of this commit, caching of shortcuts is removed, the BayesTreeCliqueBase::marginal function computing single-variable shortcut marginals is removed, and the factor/frontal size checks in symbolic and discrete elimination are modified to permit eliminating empty factors or zero frontal variables.
|
2012-10-28 06:21:21 +00:00 |
|
testGaussianFactor.cpp
|
…
|
|
|
testGaussianFactorGraphB.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 |
|
testGaussianISAM.cpp
|
Fixed warning
|
2012-10-08 23:58:57 +00:00 |
|
testGaussianISAM2.cpp
|
Added ISAM2::marginalCovariance function.
|
2013-06-29 02:19:03 +00:00 |
|
testGaussianJunctionTreeB.cpp
|
…
|
|
|
testGradientDescentOptimizer.cpp
|
…
|
|
|
testGraph.cpp
|
…
|
|
|
testInferenceB.cpp
|
Added checks for proper noise model dimension
|
2012-10-05 23:23:40 +00:00 |
|
testIterative.cpp
|
…
|
|
|
testMarginals.cpp
|
…
|
|
|
testNonlinearEquality.cpp
|
Added checks for proper noise model dimension
|
2012-10-05 23:23:40 +00:00 |
|
testNonlinearFactor.cpp
|
…
|
|
|
testNonlinearFactorGraph.cpp
|
…
|
|
|
testNonlinearISAM.cpp
|
…
|
|
|
testNonlinearOptimizer.cpp
|
update namespace mEstimator for unittests
|
2013-02-08 00:47:52 +00:00 |
|
testOccupancyGrid.cpp
|
…
|
|
|
testRot3Optimization.cpp
|
…
|
|
|
testSerializationSLAM.cpp
|
Refactored existing serialization functionality, added exposed interface for serialization
|
2013-06-12 19:30:20 +00:00 |
|
testSimulated2D.cpp
|
…
|
|
|
testSimulated2DOriented.cpp
|
…
|
|
|
testSimulated3D.cpp
|
…
|
|
|
testSubgraphPreconditioner.cpp
|
…
|
|
|
testSubgraphSolver.cpp
|
…
|
|
|
testSummarization.cpp
|
Caught corner case in summarization causing ccolamd to segfault
|
2013-05-23 18:12:00 +00:00 |
|
testSymbolicBayesNetB.cpp
|
…
|
|
|
testSymbolicFactorGraphB.cpp
|
…
|
|
|
timeBatch.cpp
|
Finalized batch and incremental timing scripts
|
2012-10-08 22:40:47 +00:00 |
|
timeGaussianFactorGraph.cpp
|
…
|
|
|
timeIncremental.cpp
|
Adapted timeIncremental to work with landmarks
|
2013-07-31 15:24:58 +00:00 |
|
timeiSAM2Chain.cpp
|
Increased chain length in timeiSAM2Chain
|
2012-12-18 14:21:49 +00:00 |