Commit Graph

4517 Commits (8fbab3bde85246e4226117bfafc76610692ec11b)

Author SHA1 Message Date
dellaert 8fbab3bde8 Changed API slightly and made very clear what is measurement (typically in nav frame) and what is reference direction (typically in body frame) 2014-01-29 13:34:52 -05:00
dellaert 19ed8b93b4 Merge branch 'feature/2.4.0/AttitudeFactor' 2014-01-28 20:14:13 -05:00
dellaert 344ef7801e New AttitudeFactor is useful for aiding with an accelerometer 2014-01-28 19:43:44 -05:00
dellaert ff83094b5c EXPECT not CHECK 2014-01-28 19:43:19 -05:00
dellaert 40f1858fd8 Fixed some things in GPSFactor 2014-01-28 16:24:59 -05:00
dellaert 6bda38583f EstimateState
Also, some more comments, and cpp file
2014-01-28 15:46:18 -05:00
dellaert 16071f5360 Fixed Jacobians 2014-01-25 21:20:18 -05:00
dellaert f924c21c19 Added test for Jacobian 2014-01-25 21:11:37 -05:00
dellaert c06ecb4f49 Merge branch 'origin/release/2.4.0' 2014-01-25 20:51:00 -05:00
dellaert 4bd6bc9f5f Merge branch 'origin/feature/2.4.0/GeographicLib' 2014-01-25 20:47:01 -05:00
dellaert 60f0c4e51f Tested local ENU coordinates 2014-01-25 20:32:22 -05:00
dellaert 94e045e864 Convert to UTM 2014-01-25 19:45:10 -05:00
dellaert 32455c3817 Geocentric coordinates test 2014-01-25 19:28:55 -05:00
dellaert 088d85d8ba Now links properly 2014-01-25 19:28:37 -05:00
dellaert 73b3748bc6 enu coordinates 2014-01-25 18:57:10 -05:00
dellaert bcb13ec4e6 Expected result 2014-01-25 18:28:45 -05:00
dellaert ee018ecbee Added unit test scaffold, but no idea how to link 2014-01-25 18:22:23 -05:00
dellaert ddaf473e28 Added GeographicLib in 3rdparty 2014-01-25 15:38:59 -05:00
dellaert d3a61a9bb6 Merge branch 'support/2.4.0/mergeDevelop' 2014-01-25 11:10:24 -05:00
dellaert a606d0eab9 EssentialMatrixFactor 2014-01-25 11:09:20 -05:00
dellaert 05625ff25e Sphere2 and EssentialMatrix 2014-01-25 10:21:58 -05:00
dellaert f01ee3b5d9 MATLAB changes from develop 2014-01-25 10:18:58 -05:00
dellaert 0464b38ca0 Merged changes from develop 2014-01-25 10:07:34 -05:00
dellaert 6be91a2df2 Merge branch 'feature/2.4.0/templatedEF'
Adds CALIBRATION template argument to a second constructor

Resolved Conflicts (with Jing):
	gtsam/slam/EssentialMatrixFactor.h
	gtsam/slam/tests/testEssentialMatrixFactor.cpp
2014-01-24 17:26:03 -05:00
dellaert 8e96f6a0d4 Checked in proposed change to *any* cartesian frame 2014-01-24 16:18:08 -05:00
dellaert 3476264e21 Added test scaffold and prototype 2014-01-24 16:06:48 -05:00
dellaert f675dc3bd4 ignore .DS_Store 2014-01-24 16:03:58 -05:00
dellaert a3a37131a1 Moved streaming to implementation file 2014-01-22 01:05:32 -05:00
dellaert 6c9fd16ce8 Moved streaming to header 2014-01-22 01:03:40 -05:00
dellaert 1eafec036b added testEssentialMatrix.run 2014-01-22 00:59:55 -05:00
dellaert fafa3326f3 Streaming implemented with test 2014-01-22 00:59:22 -05:00
dellaert fd188a4978 Development of templated factors 2014-01-22 00:37:21 -05:00
Frank Dellaert 48c7e49e84 Merge branch 'origin/feature/2.4.0/EssentialMatrixConstraint' 2014-01-05 17:16:13 -05:00
Frank Dellaert 5f8bb217d7 Moved implementation to .cpp file 2014-01-05 16:54:35 -05:00
Frank Dellaert 832a6fe5c7 New "between factor" that is agnostic about scale. 2014-01-05 16:46:22 -05:00
Frank Dellaert 3cd45be423 Named constructor FromPose3, with Jacobians 2014-01-05 16:26:19 -05:00
Frank Dellaert fd9805c64f Named constructor FromPoint3, with optional Jacobian 2014-01-05 16:25:47 -05:00
Frank Dellaert 2acffe885e normalize 2014-01-05 16:25:14 -05:00
Frank Dellaert 651dd3e931 Added a unit test for EssentialMatrixFactor3 with LevenbergMarquardt optimization 2014-01-04 11:59:57 -05:00
Frank Dellaert f8fbfaea50 Use precisions_ where possible 2014-01-04 10:14:59 -05:00
Frank Dellaert aa6aee1157 Fixed two "unused" warnings 2014-01-04 10:14:22 -05:00
Frank Dellaert 902c48d4f1 Fixed small comment 2014-01-04 09:46:52 -05:00
Frank Dellaert d8b68c6fab Merged in feature/2.4.0/extrinsicE (pull request #2)
A third factor for essential matrices, now with an extrinsic calibration (rotation only)
2014-01-03 23:18:08 -05:00
Frank Dellaert fe3177c257 Extra constructor with calibration, unit tested 2014-01-03 23:12:04 -05:00
Frank Dellaert 4f81d110f1 Moved new class EssentialMatrixFactor3 into header 2014-01-03 22:22:48 -05:00
Frank Dellaert 861bd148e9 evaluateError Jacobians now implemented and unit tested 2014-01-03 22:17:05 -05:00
Frank Dellaert 5ae65d3f3a Derivatives of rotate work (at least, part that matters: not yet with respect to rotation) 2014-01-03 19:54:43 -05:00
Frank Dellaert b839387028 Evaluation works 2014-01-03 18:10:06 -05:00
Frank Dellaert 5002f3da8a Moved to header as friend function 2014-01-03 17:49:45 -05:00
Frank Dellaert d6864b0478 Rotate, without derivatives 2014-01-03 17:46:36 -05:00