Commit Graph

9626 Commits (5d5f0e770c0e6712992bb566366f8fc5e6be355b)

Author SHA1 Message Date
Luca 5d5f0e770c got rid of useless Eigen stuff in example 2016-06-09 19:43:03 -04:00
Luca 71a47d1469 added comments 2016-06-09 10:51:16 -04:00
Frank Dellaert b30a7685db Fix IMU example 2016-06-09 00:19:54 -07:00
Frank Dellaert 853d327725 Deal with Point3 changes 2016-06-09 00:19:40 -07:00
Frank Dellaert 68af6d6622 Merge remote-tracking branch 'origin/develop' into feature/imuFactorExample 2016-06-08 23:39:04 -07:00
Frank Dellaert bd8129d3f7 Merged in feature/EigenPoint2 (pull request #256)
Point2's turn to be Eigenized
2016-06-08 22:46:40 -07:00
Frank Dellaert a79be00dd6 no wrapping if typedef 2016-06-08 18:34:24 -07:00
Frank Dellaert face1fe6fa fixed two more vector issues 2016-06-08 17:30:51 -07:00
dellaert 6f509a34fd Fix two small problems 2016-06-08 09:53:30 -07:00
Luca dc415b7b0c reestablished header for output file 2016-06-07 21:00:34 -04:00
Luca 63bd6709f5 working example! 2016-06-07 20:54:42 -04:00
Luca 46e688bd36 cleaned up example 2016-06-07 20:36:18 -04:00
Luca c9e383e644 added IMU example, still debugging 2016-06-07 19:57:34 -04:00
Frank Dellaert 3fda4dd33a Fix issues to compile with class version of Point2. 2016-06-06 22:26:44 -07:00
Frank Dellaert a97502f5a1 Resolved all issues with typedefs 2016-06-06 21:57:52 -07:00
Frank aa40b266f6 Make changes needed to deal with typdef flag activation 2016-06-06 19:02:52 -07:00
Frank be21889e9d One flag to rule them all: GTSAM_TYPEDEF_POINTS_TO_VECTORS 2016-06-06 18:31:10 -07:00
Frank 0799cda9de Make compile in deprecated mode 2016-06-06 17:12:56 -07:00
Frank b2d2301533 Fixed remaining default constructor calls 2016-06-06 17:12:42 -07:00
Chris Beall e555990c0a Merged in feature/symbol-const-data-members (pull request #254)
Remove const qualifiers in the declaration of member datas in Symbol.h
2016-06-06 11:31:45 -07:00
yao f6de41e0ff Deleted one blank line 2016-06-06 13:33:30 -04:00
yao 2264678c65 Removed the const qualifier in the delarations of data members and removed the explicit assignment operator. 2016-06-06 13:32:36 -04:00
dellaert 12d04abb1e Remove vector in PointX headers 2016-06-06 09:56:44 -07:00
Frank Dellaert fa8313ad9d Merged in JzHuai0108/gtsam/SFMExample_SmartFactor (pull request #255)
Sfmexample_smartfactor
2016-06-06 09:53:39 -07:00
JzHuai0108 be494039d8 fix gtsam::ValuesIncorrectType 2016-06-06 11:11:57 -04:00
JzHuai0108 417fc13c7f fix gtsam::ValuesIncorrectType 2016-06-06 11:09:49 -04:00
yao 2a3eabc4bf Added one explicit assigment operator since the member data are qualified as const. 2016-06-06 09:07:18 -04:00
dellaert 41b091e86f Chasing down more vector() and Point2 default constructor uses 2016-06-06 00:37:49 -07:00
dellaert bdbbe0203d Derive Point2 from Vector2 and deprecate a number of methods 2016-06-05 23:52:04 -07:00
Frank Dellaert 489966a95d Merged in fix/examples/readme (pull request #253)
Imroved ReadMe, now in markup
2016-06-05 19:00:41 -07:00
dellaert 1ea390c014 Imroved ReadMe, now in markup 2016-06-05 18:58:35 -07:00
Frank Dellaert 89f7a331bb Merged in feature/restoreOldImuFactor (pull request #249)
Enable both Tangent and Manifold IMU pre-integration
2016-06-05 11:04:50 -07:00
dellaert 05cc8d8567 Added ImuFactor things in readme 2016-06-05 11:02:54 -07:00
dellaert 45d993dd0a Merge remote-tracking branch 'origin/develop' into feature/restoreOldImuFactor 2016-06-05 10:41:02 -07:00
dellaert 9f84b46e3f TRying to get past compile issue on Jenkins 2016-06-05 01:16:35 -07:00
dellaert 8aecbfd951 Trying different fix for Python wrapper 2016-06-05 01:04:18 -07:00
dellaert 6bed20b28a Abandoned silly coercion of NavState into Lie group. It's just a manifold: it does not make sense to compose two NavStates, or take the inverse of a NavState. 2016-06-05 01:04:18 -07:00
lcarlone 6302a79533 added functionality to change bias and reset integration 2016-06-04 23:00:48 -04:00
lcarlone 4709925c98 deleted old test 2016-06-04 21:36:55 -04:00
dellaert cdf9c53b96 Removed base class so python wrapper compiles 2016-06-04 17:52:10 -07:00
dellaert facab116ce Now testing bias-correction Jacobians in right place 2016-06-04 16:53:20 -07:00
dellaert 105a8183fb Fixed comment 2016-06-04 16:22:43 -07:00
dellaert 3d30f4ac5a Small change, prototype inline retract 2016-06-04 16:22:31 -07:00
dellaert 87446914df Clarifying comments 2016-06-04 16:22:04 -07:00
Luca ab5ac480db reincluded old tests for imu factors: these are also failing 2016-06-04 16:54:23 -04:00
Luca c7e25e8363 adding tests for Manifold preintegration (still 2 tests failing) 2016-06-04 16:44:26 -04:00
Jing Dong b173057e33 fix matlab compile issue, by removing abstract class PreintegrationBase from wrapper declearation 2016-06-02 21:04:52 -04:00
Frank Dellaert 6f24ac8de9 Merged in feature/boost-foreach (pull request #251)
Replace BOOST_FOREACH with the range based for loop of C++11
2016-05-22 17:04:59 -07:00
dellaert 72fe66d468 Removed headers 2016-05-22 14:22:36 -07:00
dellaert ef38e80857 Removed BOOST_REVERSE_FOREACH 2016-05-22 14:11:42 -07:00