Commit Graph

7626 Commits (a25b2f14d66f20cbb6220b39e66ea4da2a88bd17)

Author SHA1 Message Date
dellaert 31b2a92b66 Missing header 2014-12-21 22:02:13 +01:00
Mike Bosse c607f48a3c fixed some Point2 constructions 2014-12-21 18:50:01 +01:00
dellaert 88a83fe9e7 re-formatted ScalarTraits while checking correctness (seems correct) 2014-12-21 16:46:20 +01:00
dellaert 505c876588 Small changes, fixed matrices 2014-12-21 15:57:21 +01:00
dellaert be356947ca Agree this should be done, don't agree it should be test failure. 2014-12-21 15:08:34 +01:00
dellaert 25f95ed22f Additional checking 2014-12-21 15:04:29 +01:00
dellaert 7bba8c42e4 Fixed testQuaternion 2014-12-21 14:59:59 +01:00
dellaert 00b374c9e9 Merge remote-tracking branch 'origin/develop' into feature/tighteningTraits
Conflicts:
	gtsam/base/LieScalar.h
	gtsam/geometry/Point2.h
2014-12-21 14:39:23 +01:00
dellaert f939723ca4 Two small comments 2014-12-21 13:54:27 +01:00
dellaert a34dae558a Some reformatting, doxygen niceties... 2014-12-21 13:52:36 +01:00
dellaert 3d3d574325 Small refactor 2014-12-21 13:30:21 +01:00
dellaert 4a5a5c3738 Small changes 2014-12-21 12:53:59 +01:00
Mike Bosse d0e1c1a770 test compiling!! but 34 tests failed out of 198 2014-12-20 20:36:54 +01:00
Mike Bosse b7204b100d PoseRTV 2014-12-20 20:22:34 +01:00
Mike Bosse 6e5dbcf2a3 flushing out more compilation errors in tests 2014-12-20 11:54:08 +01:00
krunalchande 6120bf0846 Fixed matrix block index of jacobians in CombinedIMUFactor. 2014-12-19 14:15:14 -05:00
thduynguyen 30afbc5f1d closed-form formula of Pose2's expmap/logmap derivatives 2014-12-19 13:53:08 -05:00
Zhaoyang Lv 02e4f920d0 Merged in fix/matlab_examples_wrapper (pull request #75)
Fixing bugs in Wrap - re-creating
2014-12-19 13:04:29 -05:00
krunalchande d7ba38e476 fixed testAHRSFactor in debug mode. 2014-12-19 12:56:41 -05:00
lvzhaoyang 33d53211d3 define insertDouble, missed in merge 2014-12-19 12:12:05 -05:00
lvzhaoyang 3363edf77c Merge branch 'fix/matlab_examples_wrapper' into develop 2014-12-19 11:27:20 -05:00
dellaert c29e6ca2e7 Fixed subtle (imperative!) bug where a forward declaration was partially parsed as a class, only then as a forward declaration. 2014-12-19 16:19:02 +01:00
dellaert fac54f87b9 Added Vector1 from develop 2014-12-19 16:18:10 +01:00
dellaert 09a4fb26d5 merge insertFixed into this branch 2014-12-19 15:46:17 +01:00
dellaert 959a002693 Fixed and double versions 2014-12-19 15:40:43 +01:00
dellaert 9f2e6562c2 test virtual, cleaned up other test 2014-12-19 15:40:21 +01:00
dellaert aaba18c61d Added expected files. 2014-12-19 15:39:34 +01:00
Mike Bosse 99d2203617 bit more progress 2014-12-18 22:43:16 +01:00
Mike Bosse 263d4e163c more progress, need to fix testSO3.cpp and testManifold.cpp 2014-12-17 22:53:56 +01:00
Mike Bosse 121ae9f575 temporary disable of some concept checks 2014-12-17 21:49:36 +01:00
Mike Bosse 98c5189392 stub jacobians for point2 and point3 2014-12-17 21:18:23 +01:00
Duy-Nguyen Ta 73a281974a Merged in feature/qp_noLP (pull request #73)
QP without LP
2014-12-17 11:29:58 -05:00
thduynguyen 662eb77a88 use I_3x3 and Matrix3 2014-12-17 11:24:22 -05:00
Mike Bosse e17baac774 more progress 2014-12-17 17:06:24 +01:00
Mike Bosse a41d172618 more fixing of Lie* 2014-12-16 19:22:01 +01:00
thduynguyen 1694a56194 remove lpsolve 2014-12-16 11:28:20 -05:00
thduynguyen b39d14872a remove lpsolve 2014-12-16 11:27:20 -05:00
Paul Furgale 37fc86b595 More slow progress. Added a variable-size specialization for OptionalJacobian 2014-12-16 12:30:11 +01:00
Mike Bosse e9ae4f3c4d stuck since LieMatrix uses dynamic matrices and hence not compatible with traits 2014-12-16 01:28:02 +01:00
Mike Bosse 3dc9a7c852 group_flavor in internal::LieGroup template 2014-12-15 23:48:30 +01:00
Mike Bosse 79ea949df9 added placeholder for needed numerical derivative test 2014-12-15 23:29:59 +01:00
Mike Bosse 07bcc18d43 fixed testTSAMFactors 2014-12-15 23:23:40 +01:00
krunalchande 44477e12f2 Fixed initialization error for active_ 2014-12-15 11:47:04 -05:00
Mike Bosse 30b21503b3 fixed size matrices for numerical derivatives 2014-12-15 16:11:28 +01:00
Paul Furgale a8bd7281f3 Moving away from fixed-size matrices 2014-12-15 15:00:48 +01:00
Paul Furgale cb7fb21add Fixed the Eigen::Map compilation error 2014-12-15 11:13:42 +01:00
Mike Bosse 0857c1069c traits for eigen matrices 2014-12-14 23:24:19 +01:00
Paul Furgale 0706caf173 Latest edits...started on Eigen types 2014-12-14 20:28:25 +01:00
Paul Furgale c0e4f76d94 More manifolds...more numerical differentiation...more. 2014-12-14 18:59:57 +01:00
Paul Furgale da4c44e12d More progress 2014-12-14 15:26:43 +01:00