| .. |
|
CMakeLists.txt
|
…
|
|
|
simulated2D.cpp
|
…
|
|
|
simulated2D.h
|
…
|
|
|
simulated2DConstraints.h
|
…
|
|
|
simulated2DOriented.cpp
|
…
|
|
|
simulated2DOriented.h
|
…
|
|
|
simulated3D.cpp
|
…
|
|
|
simulated3D.h
|
…
|
|
|
smallExample.cpp
|
Made SPCG unit tests compile again, needed several fixes in iterative.h
|
2012-09-03 00:06:13 +00:00 |
|
smallExample.h
|
Made SPCG unit tests compile again, needed several fixes in iterative.h
|
2012-09-03 00:06:13 +00:00 |
|
testBoundingConstraint.cpp
|
…
|
|
|
testDoglegOptimizer.cpp
|
Removed extra code that was sometimes maintaining a staircase pattern in JacobianFactor by sorting rows - a holdover from the staircase optimization that is no longer done now that we are using Eigen's QR
|
2012-08-27 22:29:56 +00:00 |
|
testExtendedKalmanFilter.cpp
|
…
|
|
|
testGaussianBayesNet.cpp
|
…
|
|
|
testGaussianFactor.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 |
|
testGaussianFactorGraphB.cpp
|
Removed deprecated unit tests from testGaussianFactorGraphB and moved SPCG-specific ones to testGraph and testJacobianFactorGraph
|
2012-09-03 18:00:26 +00:00 |
|
testGaussianISAM.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 |
|
testGaussianISAM2.cpp
|
Removed SLAM namespace from testGaussianISAM2
|
2012-07-23 22:42:42 +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
|
Moved testIterative.cpp back to GTSAM, made the first test compile/run
|
2012-09-03 18:01:24 +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
|
Return FastSet instead of std::set from NonlinearFactorGraph::keys()
|
2012-06-30 22:32:46 +00:00 |
|
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
|
Streamlining of SLAM namespaces:
|
2012-06-24 02:48:12 +00:00 |
|
testRot3Optimization.cpp
|
clean up noise model: Remove Shared[NoiseModel] classes and headers, typedef for backward compatibility in NoiseModel.h. Fix all tests and examples to create shared noise models through static functions in noise model classes. Fix MATLAB wrapper and examples as well. Add tests for MATLAB examples
|
2012-06-22 19:36:49 +00:00 |
|
testSerializationSLAM.cpp
|
Added additional factors to the serialization unit test
|
2012-07-25 22:13:22 +00:00 |
|
testSimulated2D.cpp
|
…
|
|
|
testSimulated2DOriented.cpp
|
clean up noise model: Remove Shared[NoiseModel] classes and headers, typedef for backward compatibility in NoiseModel.h. Fix all tests and examples to create shared noise models through static functions in noise model classes. Fix MATLAB wrapper and examples as well. Add tests for MATLAB examples
|
2012-06-22 19:36:49 +00:00 |
|
testSimulated3D.cpp
|
…
|
|
|
testSubgraphPreconditioner.cpp
|
remove simpleSPCG
|
2012-09-03 19:43:08 +00:00 |
|
testSubgraphSolver.cpp
|
remove simpleSPCG
|
2012-09-03 19:43:08 +00:00 |
|
testSymbolicBayesNetB.cpp
|
…
|
|
|
testSymbolicFactorGraphB.cpp
|
…
|
|
|
timeGaussianFactorGraph.cpp
|
…
|
|
|
timeMultifrontalOnDataset.cpp
|
Streamlining of SLAM namespaces:
|
2012-06-24 02:48:12 +00:00 |
|
timeSequentialOnDataset.cpp
|
Streamlining of SLAM namespaces:
|
2012-06-24 02:48:12 +00:00 |