| .. |
|
CMakeLists.txt
|
…
|
|
|
smartFactorScenarios.h
|
Fix memory alignment issues
|
2018-07-13 14:31:02 -04:00 |
|
testAntiFactor.cpp
|
Replaced graph.push_back with graph.emplace_shared if needed.
|
2016-10-01 11:17:41 -04:00 |
|
testBetweenFactor.cpp
|
switch to Rodrigues everywhere
|
2015-07-05 16:11:04 -07:00 |
|
testDataset.cpp
|
Add edge/vertex parsing from any input stream
|
2017-08-08 00:39:22 -07:00 |
|
testEssentialMatrixConstraint.cpp
|
Deprecated Vector zero(size_t n). All unit tests pass.
|
2016-04-15 16:54:46 -04:00 |
|
testEssentialMatrixFactor.cpp
|
Replaced graph.add with graph.emplace_shared if needed.
|
2016-10-01 11:41:37 -04:00 |
|
testGeneralSFMFactor.cpp
|
Replaced graph.push_back with graph.emplace_shared if needed.
|
2016-10-01 11:17:41 -04:00 |
|
testGeneralSFMFactor_Cal3Bundler.cpp
|
Replaced graph.push_back with graph.emplace_shared if needed.
|
2016-10-01 11:17:41 -04:00 |
|
testInitializePose3.cpp
|
Avoid default constructor in tests
|
2016-02-11 19:01:54 -08:00 |
|
testLago.cpp
|
Almost done. Still need to figure out how to remove the remaining 3 occurrences.
|
2016-05-21 12:44:46 -04:00 |
|
testOrientedPlane3Factor.cpp
|
Removed headers
|
2016-05-22 14:22:36 -07:00 |
|
testPoseRotationPrior.cpp
|
Deprecated Vector zero(size_t n). All unit tests pass.
|
2016-04-15 16:54:46 -04:00 |
|
testPoseTranslationPrior.cpp
|
Deprecated Vector zero(size_t n). All unit tests pass.
|
2016-04-15 16:54:46 -04:00 |
|
testPriorFactor.cpp
|
added test for dynamic size constructor
|
2014-12-01 21:17:40 -05:00 |
|
testProjectionFactor.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testReferenceFrameFactor.cpp
|
Replaced graph.push_back with graph.emplace_shared if needed.
|
2016-10-01 11:17:41 -04:00 |
|
testRegularImplicitSchurFactor.cpp
|
Switched to using c++11 braces-style initialization
|
2018-11-08 17:26:09 -05:00 |
|
testRotateFactor.cpp
|
Replaced graph.add with graph.emplace_shared if needed.
|
2016-10-01 11:41:37 -04:00 |
|
testSlamExpressions.cpp
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
testSmartFactorBase.cpp
|
Derive Point2 from Vector2 and deprecate a number of methods
|
2016-06-05 23:52:04 -07:00 |
|
testSmartProjectionFactor.cpp
|
Added test with transform
|
2019-01-06 18:18:23 -05:00 |
|
testSmartProjectionPoseFactor.cpp
|
Clean up
|
2019-01-04 15:50:12 -05:00 |
|
testStereoFactor.cpp
|
Replaced graph.push_back with graph.emplace_shared if needed.
|
2016-10-01 11:17:41 -04:00 |
|
testTriangulationFactor.cpp
|
Static methods should be uppercase.
|
2016-01-26 23:09:58 -08:00 |