..
CMakeLists.txt
Moved "bigobj" MSVC compile flag to affect testSerializationSLAM
2012-06-11 14:50:22 +00:00
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
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
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
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
smallExample.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
testBoundingConstraint.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
testDoglegOptimizer.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
testExtendedKalmanFilter.cpp
Removed the use of the ADD_CLONE_NONLINEAR_FACTOR macro, documented instances of clone() in factors
2012-06-09 21:06:06 +00:00
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
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
testGaussianFactorGraphB.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
testGaussianISAM.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
testGaussianISAM2.cpp
Streamlining of SLAM namespaces:
2012-06-24 02:48:12 +00:00
testGaussianJunctionTreeB.cpp
Streamlining of SLAM namespaces:
2012-06-24 02:48:12 +00:00
testGradientDescentOptimizer.cpp
Streamlining of SLAM namespaces:
2012-06-24 02:48:12 +00:00
testGraph.cpp
Streamlining of SLAM namespaces:
2012-06-24 02:48:12 +00:00
testInferenceB.cpp
Streamlining of SLAM namespaces:
2012-06-24 02:48:12 +00:00
testMarginals.cpp
Merged from branch 'branches/windows'
2012-06-05 14:09:58 +00:00
testNonlinearEquality.cpp
1. remove a redundant constructor of PinholeCamera
2012-06-19 15:28:22 +00:00
testNonlinearFactor.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
testNonlinearFactorGraph.cpp
Added mechanism to create a constrained ordering directly from a NonlinearFactorGraph
2012-06-20 01:35:42 +00:00
testNonlinearISAM.cpp
Streamlining of SLAM namespaces:
2012-06-24 02:48:12 +00:00
testNonlinearOptimizer.cpp
Streamlining of SLAM namespaces:
2012-06-24 02:48:12 +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
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
testSimulated2D.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
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
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
testSubgraphPreconditioner.cpp
move iterative.* back to stable. add a template-style nonlinear iterative solver
2012-06-12 14:19:01 +00:00
testSymbolicBayesNetB.cpp
Created derived classes for SymbolicSequentialSolver and SymbolicMultifrontalSolver. This simplifies calling eliminate, mimics the Gaussian versions, and makes matlab wrapping possible.
2012-06-21 22:31:41 +00:00
testSymbolicFactorGraphB.cpp
Created derived classes for SymbolicSequentialSolver and SymbolicMultifrontalSolver. This simplifies calling eliminate, mimics the Gaussian versions, and makes matlab wrapping possible.
2012-06-21 22:31:41 +00:00
timeGaussianFactorGraph.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
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