| .. |
|
CMakeLists.txt
|
Working on standardizing/simplifying building unit tests and examples. Much simpler cmake function to add a glob of tests, doing away with convenience libraries, and removing other options that we never change from their defaults.
|
2014-02-13 01:34:31 -05:00 |
|
testCal3Bundler.cpp
|
Fix some tests
|
2014-10-22 16:26:56 +02:00 |
|
testCal3DS2.cpp
|
Cleaned up some small issues from reviewing PR
|
2014-11-28 02:26:14 +01:00 |
|
testCal3Unified.cpp
|
add DerivedValue test for Cal3Unified
|
2014-10-17 14:44:37 -04:00 |
|
testCal3_S2.cpp
|
New OptionalJacobian header/cpp, moved unit test to base
|
2014-11-28 14:57:05 +01:00 |
|
testCalibratedCamera.cpp
|
Fixed cheirality exceptions in arbitrary rotation cases
|
2015-02-21 17:39:50 +01:00 |
|
testCyclic.cpp
|
traits_x -> traits
|
2014-12-26 16:47:51 +01:00 |
|
testEssentialMatrix.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testOrientedPlane3.cpp
|
BORG formatting
|
2015-02-17 00:22:07 +01:00 |
|
testPinholeCamera.cpp
|
Add a unit test using BAL data
|
2015-02-22 18:29:56 -05:00 |
|
testPinholePose.cpp
|
Fixed cheirality exceptions in arbitrary rotation cases
|
2015-02-21 17:39:50 +01:00 |
|
testPoint2.cpp
|
traits_x -> traits
|
2014-12-26 16:47:51 +01:00 |
|
testPoint3.cpp
|
traits_x -> traits
|
2014-12-26 16:47:51 +01:00 |
|
testPose2.cpp
|
duplicate symbol errors on Windows
|
2015-02-07 23:31:53 -05:00 |
|
testPose3.cpp
|
Commented out offending Pose3 tests
|
2015-02-11 15:07:50 +01:00 |
|
testQuaternion.cpp
|
Added Logmap test
|
2015-02-11 14:28:44 +01:00 |
|
testRot2.cpp
|
Split up derivative tests
|
2014-12-26 16:10:47 +01:00 |
|
testRot3.cpp
|
Re-enabled tests - fail in Quaternion mode
|
2015-02-11 12:48:55 +01:00 |
|
testRot3M.cpp
|
Rot3 modernization: now derives from LieGroup, SLOW_CAYLEY is gone, retract and localCoordinates auto-generated so no more flag. Might re-add instance-based expmap and logmap in LieGroup for convenienece.
|
2014-12-24 17:43:38 +01:00 |
|
testRot3Q.cpp
|
Check quaternions
|
2015-02-11 15:00:32 +01:00 |
|
testSO3.cpp
|
Uncommented some SO3 tests
|
2015-02-10 23:03:14 +01:00 |
|
testSerializationGeometry.cpp
|
Deal with incomplete Pose2 type by including <Pose2.h>
|
2015-02-21 12:39:50 +01:00 |
|
testSimpleCamera.cpp
|
Deal with incomplete Pose2 type by including <Pose2.h>
|
2015-02-21 12:39:50 +01:00 |
|
testStereoCamera.cpp
|
Minor cleanup
|
2014-12-07 13:58:06 -05:00 |
|
testStereoPoint2.cpp
|
more progress, need to fix testSO3.cpp and testManifold.cpp
|
2014-12-17 22:53:56 +01:00 |
|
testTriangulation.cpp
|
moved TriangulationFactor to slam folder
|
2014-12-04 11:18:26 -05:00 |
|
testUnit3.cpp
|
more progress, need to fix testSO3.cpp and testManifold.cpp
|
2014-12-17 22:53:56 +01:00 |