Commit Graph

8645 Commits (fdcb4e823497e1df1fb29e544f73b53a19524d1c)

Author SHA1 Message Date
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
dellaert 6c6abe0b6c compose_pow and DirectProduct 2015-05-24 12:38:53 -07:00
dellaert b8e980258c Fixed invariant tests (which were basically no-ops) 2015-05-24 10:26:07 -07:00
dellaert 379e0c6ede Test non-abelian groups with permutation group 2015-05-24 10:25:42 -07:00
dellaert f335e70196 Fixed some issues and further testing 2015-05-24 10:25:19 -07:00
dellaert 58f3945605 Moved DirectSum template to Group.h header 2015-05-23 22:25:44 -07:00
dellaert 0062152120 prototyping direct sum 2015-05-23 22:00:39 -07:00
dellaert 8d97415239 Modernized group traits 2015-05-23 22:00:21 -07:00
Chris Beall 899b8df6a8 Merged develop into fix/matlab-serialization-test 2015-05-20 22:57:21 -04:00
Chris Beall 283faba562 Merged in fix/boost-1-58-mac (pull request #138)
Trivial fixes for Boost 1.58
2015-05-20 22:56:51 -04:00
cbeall3 83d02a7f27 Only install (and run) testSerialization.m if GTSAM_WRAP_SERIALIZATION is on. 2015-05-20 22:44:33 -04:00
cbeall3 28d48aae09 Fix for boost 1.58 2015-05-20 21:45:09 -04:00
cbeall3 68416d6330 Add serialization include to remedy issue #229 2015-05-20 21:38:38 -04:00
Frank Dellaert 00896629c4 Merged in fix/matlab_wrapper (pull request #137)
Matlab wrapper and serialization
2015-05-20 17:23:46 -07:00
cbeall3 add6bf7dbd Correct documentation about Eigen patches 2015-05-20 13:58:58 -04:00
cbeall3 bf026eb33d Small fixes to make it actually work in Matlab 2015-05-20 13:30:36 -04:00
cbeall3 f8ab4ef144 Change SimpleCamera from typedef back to regular class to make wrapping+serialiation work. Had to change some templates because vector<PinholeCamera> can't be upcast to vector<SimpleCamera> 2015-05-18 14:33:27 -04:00
Chris Beall 9132af9e60 Merged develop into fix/matlab_wrapper 2015-05-15 17:07:06 -04:00
Frank Dellaert 0efdf3aad0 Merged in fix/misc_bugfixes_and_cleanup (pull request #136)
Miscellaneous Bugfixes and Cleanup
2015-05-14 22:23:52 -07:00
cbeall3 d8b531aaba attempt to fix strange MKL-related error 2015-05-15 00:19:39 -04:00
dellaert fd95ebbef8 Fixed constructor argument 2015-05-13 23:57:07 -07:00
dellaert 79d20b6c44 GTSAM-style formatting 2015-05-13 23:44:46 -07:00
Abe 13a4da21b2 misc bugfixes and cleanup from skydio 2015-05-13 22:26:24 -07:00
Frank Dellaert e456923a74 Merged in feature/SimplerExpressions (pull request #135)
Expressions without MPL
2015-05-13 00:36:49 -07:00
Frank 24128f15fc Some comments 2015-05-12 16:12:28 -07:00
Frank a585e8ac09 And one more warning... 2015-05-12 15:07:49 -07:00
Frank 057aef90d9 Fixed some more warnings on Ubuntu 2015-05-12 15:05:34 -07:00
Frank 72d2d77e21 Fixed warning 2015-05-12 14:23:51 -07:00
Frank 41a1aab0e2 Virtual destructor 2015-05-12 14:23:42 -07:00
Frank 68d26ad2af Fixed typo 2015-05-12 13:54:01 -07:00
Frank 3b83c18d67 Fixed traceSize failures 2015-05-12 13:46:43 -07:00
Frank 4ba329c23b Fixed many warnings on Ubuntu 2015-05-12 13:46:24 -07:00
Frank e43591e4d5 Fixed Eigen include issue 2015-05-12 12:42:18 -07:00
Frank 32ecaf7e89 Forgotten header 2015-05-12 12:42:06 -07:00
dellaert 4f846ff75f No more boost::mpl needed for Expressions 2015-05-12 01:33:33 -07:00
dellaert 4a8dbd689a TernaryExpression now without MPL 2015-05-12 01:25:34 -07:00
dellaert e1b3a11957 BinaryExpression now without MPL 2015-05-12 01:10:03 -07:00
dellaert b8024b10b5 Simplifying UnaryExpression 2015-05-11 23:37:50 -07:00
dellaert 8fecac46c0 more descriptive names, get rid of value confusion 2015-05-11 23:00:50 -07:00
dellaert 69c31d20e1 Made JacobianMap internal 2015-05-11 22:21:52 -07:00