Commit Graph

12406 Commits (b30448733c66ec8194fa49e376834b1f4eb711d3)

Author SHA1 Message Date
Varun Agrawal b30448733c remove all Cython references 2020-10-01 19:56:35 -04:00
Varun Agrawal 1bbd233f0f
Merge pull request #539 from borglab/fix/cal3bundler-jacobians
Add calibrate with jacobians for Cal3Bundler
2020-09-29 15:29:43 -04:00
Frank Dellaert 6fdf39d2c1
Merge pull request #542 from Alexma3312/sim3
Point3 mean to throw an exception when input size=0 .
2020-09-29 14:12:52 -04:00
alexma3312 983652b166 Merge remote-tracking branch 'upstream/develop' into sim3 2020-09-29 12:05:10 -04:00
alexma3312 31ad107053 Modify error message to be more descriptive. 2020-09-29 12:04:42 -04:00
Varun Agrawal 7dab718861 fixed sized matrices and minor improvements 2020-09-29 10:49:44 -04:00
Frank Dellaert 182dfbdb44
Merge pull request #518 from borglab/feature/isam2-error
ISAM2 Evaluate Nonlinear Error
2020-09-29 10:18:09 -04:00
Varun Agrawal 8634d3f42e make Cal3Bundler wrapper constructor backwards compatible 2020-09-29 01:50:21 -04:00
Varun Agrawal c52c217592 added test for Cal3Bundler::calibrate Jacobians1 2020-09-29 01:50:14 -04:00
Varun Agrawal 3743202a0d use implicit function theorem to compute jacobians of Cal3Bundler::calibrate 2020-09-29 01:50:04 -04:00
alexma3312 6d842ab117 Merge remote-tracking branch 'upstream/develop' into sim3 2020-09-28 20:56:56 -04:00
alexma3312 49ba9a7990 Throw an exception when n=0 . 2020-09-28 20:52:31 -04:00
Frank Dellaert b89478c0fa
Merge pull request #464 from Alexma3312/sim3
Update Simitary3 with Align feature
2020-09-28 09:47:50 -04:00
alexma3312 2f322310cd Merge remote-tracking branch 'upstream/develop' into sim3 2020-09-27 20:38:11 -04:00
alexma3312 95724be4ae Fix quaternions test failure. 2020-09-27 20:36:50 -04:00
Varun Agrawal b6f095c033
Merge pull request #528 from borglab/fix/wrapper-todos
Wrapper fixes
2020-09-27 17:33:00 -04:00
Varun Agrawal 94bb0fb6df remove Point3 serialization test since Point3 is now just a vector 2020-09-26 18:02:07 -04:00
Varun Agrawal ff9dc99ddf MATLAB readme update 2020-09-26 18:01:42 -04:00
Varun Agrawal 9bdcd2caa7 remove all LieScalar/LieVector/LieMatrix references from wrapper 2020-09-26 18:01:26 -04:00
Frank Dellaert b9733a8396
Merge pull request #536 from borglab/feature/numerical-derivative-dim
Add numericalDerivative Dimension Template Parameter
2020-09-26 16:26:04 -04:00
Varun Agrawal 5defa4c278 wrapped BearingRange::Measure method and removed deprecated classes 2020-09-26 14:43:39 -04:00
Varun Agrawal de5f002467 Merge branch 'develop' into fix/wrapper-todos 2020-09-26 14:38:52 -04:00
Varun Agrawal 23547c76b8
Merge pull request #541 from borglab/wrap-update
Wrap update
2020-09-26 14:36:51 -04:00
alexma3312 3727cc6053 Merge remote-tracking branch 'upstream/develop' into sim3 2020-09-26 14:11:53 -04:00
alexma3312 8236d69fa1 Refactor code to increase speed. 2020-09-26 14:09:37 -04:00
alexma3312 e12d3ba197 Change input into centroids. 2020-09-26 12:13:40 -04:00
alexma3312 933565c045 Emphasize Rdb is a vector. 2020-09-26 12:05:17 -04:00
alexma3312 ffd0d5e6b9 Change getXY to calculateScale. 2020-09-26 12:03:10 -04:00
alexma3312 463b634328 Move private func to .cpp. 2020-09-26 11:58:10 -04:00
Frank Dellaert 79d6d5fa2f
Merge pull request #507 from JzHuai0108/develop
correct coefficients of approximated SE3 Q_r
2020-09-26 11:56:16 -04:00
Varun Agrawal aa173ac230 Merging 'master' into 'wrap' 2020-09-25 20:59:12 -04:00
Varun Agrawal f79a1fb2b3 Squashed 'wrap/' changes from 314b121fd..5e1373486
5e1373486 Merge pull request #7 from varunagrawal/fix/matlab-wrapper-templates
db647232d support for This with multiple templates

git-subtree-dir: wrap
git-subtree-split: 5e1373486d5d9ba0827aab20ca3ea1083e24b3da
2020-09-25 20:59:12 -04:00
Frank Dellaert b5014b1403
Merge pull request #540 from borglab/fix/imu-factor-example
ImuFactorExample minor fixes
2020-09-25 15:31:43 -04:00
JIanzhu Huai 2550bf76a4 correct Qr coefficients in approximation 2020-09-25 20:26:24 +08:00
JIanzhu Huai 52fc9cf4ba test Qr with old codebase fails 2020-09-25 19:47:07 +08:00
JIanzhu Huai c4ebab5e44 Merge branch 'borglab/develop' into develop 2020-09-25 17:35:06 +08:00
Varun Agrawal 09f09fa44f update wrapper to also work for Matlab 2020-09-24 19:01:52 -04:00
Varun Agrawal 74c4a60e83 small fixes to ensure marginals are computed correctly 2020-09-24 17:34:30 -04:00
Varun Agrawal cb78b281a5 update calibrate in wrapper 2020-09-24 00:09:39 -04:00
Varun Agrawal c7936cdeb2
Merge pull request #538 from borglab/fix/matlab-logmap
Remove logmap function from LieVector and LieMatrix
2020-09-23 22:54:55 -04:00
Varun Agrawal b499006b12 make tolerance as a constructor param 2020-09-23 13:48:40 -04:00
Varun Agrawal 611974c63a put the jacobians at the end so that the calibrate function can be wrapped 2020-09-23 10:45:57 -04:00
Varun Agrawal 3fab304191 combine the calibrate functions into one 2020-09-23 09:59:46 -04:00
Frank Dellaert f6ef1d6d2c
Merge pull request #537 from johnwlambert/SfmTrack_expose_p
Expose 3d point attribute p of SfmTrack in wrapper
2020-09-23 07:59:54 -04:00
John Lambert 82be5e253c Merge branch 'SfmTrack_expose_p' of https://github.com/johnwlambert/gtsam into SfmTrack_expose_p 2020-09-22 23:21:11 -04:00
John Lambert e6057fc4fa rename get3dPoint() to point3() 2020-09-22 23:20:36 -04:00
Varun Agrawal 921dc848a0 added calibrate with jacobians for Cal3Bundler 2020-09-22 20:17:09 -04:00
Varun Agrawal 0afec43612 remove logmap function from LieVector and LieMatrix 2020-09-22 17:05:42 -04:00
John Lambert 8e0b0c1641
mark SFMExample_bal as still in progress 2020-09-22 15:49:05 -04:00
John Lambert 34f670e9d5 remove BAL for now, and add get3dPoint() for p access 2020-09-22 15:44:31 -04:00