Commit Graph

8154 Commits (1ae0f256a161b88732f70a876090b8c5fef0ab99)

Author SHA1 Message Date
Frank Dellaert 1ae0f256a1 Moved test to right place (geometry tests should not be relying on optimization code, and this was a test of the factor, not pinholecamera) 2015-06-07 20:25:35 -07:00
Frank Dellaert 2d98056497 organize headers 2015-06-07 20:24:53 -07:00
Frank Dellaert 298850484a Merged in feature/testPinholeCameraBAL (pull request #113)
Add a unit test using BAL data
2015-06-07 18:47:43 -07:00
Frank Dellaert aae8fa1beb Merged in fix/install-nonlinear-internal-headers (pull request #146)
Install nonlinear internal headers.
2015-06-07 17:44:53 -07:00
Chris Beall 5efcd5276c Merged in fix/testGroup-Linux (pull request #147)
namespace fix for issue #239
2015-06-07 18:31:19 -04:00
cbeall3 8dc6cfb158 namespace fix for issue #239 2015-06-07 17:28:25 -04:00
Frank Dellaert 874c4796c9 Merged in feature/DirectProduct (pull request #143)
Added machinery to create product types
2015-06-04 14:45:25 -07:00
cbeall3 7882d74263 Merge branch 'fix/matlab_wrapper' into develop 2015-06-03 13:25:57 -04:00
cbeall3 569e6d90ef remove wrapped functions which no longer exist. 2015-06-03 13:25:16 -04:00
Thomas Schneider b820db58e3 Install the nonlinear internal headers. 2015-06-03 01:13:22 +02:00
Chris Beall 390bada6a9 Merged in feature/StereoPoint2_VectorSpace (pull request #145)
Made StereoPoint2 a vector space just like Point2
2015-05-26 19:04:10 -04:00
cbeall3 0961d61404 minor cleanup 2015-05-26 18:43:36 -04:00
Chris Beall 1f4d384d8d Merged in fix/Point2_equality (pull request #144)
Fix equality operator for Point2, and add test that would have caught this bug
2015-05-26 13:34:01 -04:00
cbeall3 c786943152 Made StereoPoint2 a vector space just like Point2, removed old-style dimensions, and fixed indentation 2015-05-26 12:34:49 -04:00
cbeall3 3d99c24d82 Fix equality operator for Point2, and add test that would have caught this bug 2015-05-26 12:25:33 -04:00
Chris Beall 913affc755 Merged in feature/FixedVectorsInPoses (pull request #142)
Switch to using Fixed Vectors in PoseX
2015-05-26 08:04:17 -04:00
dellaert 6a67ea86af Made testLie a bit stronger 2015-05-26 01:53:58 -07:00
Frank Dellaert 2ebe7d676a Reverted change in test 2015-05-26 01:44:08 -07:00
dellaert d385984f26 Working compose/between/inverse derivatives 2015-05-26 01:08:27 -07:00
dellaert 69c9017b36 Added identity 2015-05-26 01:03:13 -07:00
Frank Dellaert f2c37ee67d Merged in fix/matlab-serialization-test (pull request #139)
Only install (and run) testSerialization.m if GTSAM_WRAP_SERIALIZATION is on
2015-05-26 00:11:26 -07:00
dellaert ce039fc5a2 Fixed some missing includes 2015-05-26 00:10:26 -07:00
dellaert 22ff9b6aef Made retract etc take Fixed vectors in poses 2015-05-26 00:10:03 -07:00
dellaert d060d4621e PoseRTV is now implemented using ProductLieGroup 2015-05-25 23:50:00 -07:00
dellaert 8939adc799 Moved ProductLieGroup to its own header 2015-05-25 23:49:41 -07:00
dellaert 512e373530 ProductLieGroup prototype 2015-05-25 22:42:05 -07:00
dellaert 043bebe8ef Group-related targets 2015-05-25 22:04:18 -07:00
dellaert 9d522c72f3 internal::LieGroup needed if you also want Testable traits 2015-05-25 22:04:04 -07:00
dellaert 42b0f0f4d4 We need identity 2015-05-25 22:02:54 -07:00
dellaert e65f510ebf Harmonized traits internal helper classes 2015-05-25 22:02:42 -07:00
dellaert 111d0d39dd Got rid of CRTP 2015-05-25 20:51:50 -07:00
dellaert 1bbbb7ad56 Get rid of obsolete comments 2015-05-25 18:31:06 -07:00
dellaert 8582357976 test Product 2015-05-25 18:30:53 -07:00
dellaert 4aa7225585 Get rid of g() and h() 2015-05-25 18:30:40 -07:00
dellaert b23a51db6d PoseRTV as ProductManifold works 2015-05-25 17:13:08 -07:00
dellaert b8a8a16348 typedefs are no longer possible with CRTP :-( 2015-05-25 16:51:08 -07:00
dellaert 6569bd49aa Put Derived in Group, as well 2015-05-25 16:31:56 -07:00
dellaert fe8f519109 Two new group-related targets 2015-05-25 16:30:00 -07:00
dellaert 3b7c4404f9 Now Private base class 2015-05-25 12:00:05 -07:00
dellaert 740f49576b ProductManifold 2015-05-25 11:59:56 -07:00
dellaert 5d04af634c Merge remote-tracking branch 'origin/develop' into feature/DirectProduct 2015-05-25 10:31:55 -07:00
dellaert b525ef7c9d Fixed serialization issue 2015-05-25 10:30:06 -07:00
Frank Dellaert 45c96fe7b1 Merged in fix/GeographicLib_tests (pull request #141)
Fix system-installed GeographicLib detection and run tests.
2015-05-25 09:23:07 -07:00
cbeall3 4015fba225 Fix system-installed GeographicLib detection and run tests. 2015-05-24 19:15:37 -04:00
Frank Dellaert f3bb4434ab Merged in fix/revert_PINHOLEBASE_LINKING_FIX (pull request #140)
Revert: Merged in fix/PninholeBaseLinking (pull request #111)
2015-05-24 15:45:21 -07:00
dellaert 994196d37d Successful representation of E as product manifold 2015-05-24 15:34:48 -07:00
dellaert 387dfe5229 Some more tests on retract/localCoordinates 2015-05-24 15:33:15 -07:00
dellaert 2c235d98be Formatting and comments only 2015-05-24 15:32:20 -07:00
cbeall3 cf9588542a Revert: Merged in fix/PninholeBaseLinking (pull request #111)
Added a quick fix to unblock develop (reverted from commit ee9ef6f9bc)
2015-05-24 17:18:49 -04:00
dellaert 9fc9e70dd6 Test DirectProduct by constructing dihedral group Dih6 2015-05-24 12:39:41 -07:00