Commit Graph

12599 Commits (06aa4ef780379ec4c20e6b3d7f1b41bb2181b19c)

Author SHA1 Message Date
Varun Agrawal 4c037ff254
Merge pull request #551 from borglab/fix/remove-cython
Remove all Cython references
2020-10-02 20:12:09 -04:00
Frank Dellaert 188efad2c5
Merge pull request #546 from borglab/fix/LP_QP_stype
LP/QP Style Update
2020-10-02 18:01:53 -04:00
Varun Agrawal 3f3e286a4d
Merge pull request #553 from borglab/fix/find-python
Find python if using Default
2020-10-02 17:07:55 -04:00
Varun Agrawal 4fcfde07bd check if mex compiler exists for Matlab wrapper, formatting 2020-10-02 17:06:41 -04:00
Frank Dellaert a8ea6f2bd2 Fixed include error 2020-10-02 16:12:10 -04:00
Varun Agrawal eb9ca8cd92 find python if using Default 2020-10-02 14:05:13 -04:00
akrishnan86 f11ce11678 fixing one variable that was not renamed 2020-10-02 08:03:28 -07:00
akrishnan86 695f75bc8d readability changes 2020-10-02 07:56:41 -07:00
akrishnan86 a490017669 outlier rejection in separate fn and other readability changes 2020-10-01 22:19:17 -07:00
John Lambert 04c12c364f add 2020-10-01 23:40:54 -04:00
Frank Dellaert 52518c9b0b Merge branch 'develop' into fix/LP_QP_stype 2020-10-01 21:37:45 -04:00
Frank Dellaert 323fb85cff
Merge pull request #549 from borglab/fix/means
Rename mean to means + some refactoring
2020-10-01 21:29:13 -04:00
Frank Dellaert cef937e09d
Update Point3.h
Fix doxygen comment
2020-10-01 20:21:14 -04:00
Varun Agrawal b30448733c remove all Cython references 2020-10-01 19:56:35 -04:00
Frank Dellaert eb0b48a10f Merge branch 'develop' into fix/means
# Conflicts:
#	gtsam/geometry/Point3.cpp
2020-10-01 13:58:55 -04:00
Frank Dellaert eb4f5288e9 Clean up code and tests and use "means" 2020-10-01 12:01:33 -04:00
Frank Dellaert b9174ae0f4 Changed name to avoid template confusion in VC 2016 2020-10-01 11:24:26 -04:00
akrishnan86 634682738e renaming variables 2020-09-30 23:25:20 -07:00
lcarlone fa26cf85ab reverted changes to cproject 2020-09-30 16:13:51 -04:00
lcarlone 1506001166 fixed typo 2020-09-30 16:10:27 -04:00
lcarlone 455f81dfc5 reverted changes to cproject and language settings 2020-09-30 16:07:45 -04:00
Frank Dellaert dc1057f314 Fixed spelling mistake 2020-09-30 15:41:43 -04:00
Frank Dellaert 6b739b17be Re-formatting and using "add"/"auto" where we can. 2020-09-30 15:38:46 -04:00
Frank Dellaert c51264ac98 New method "add" as in GaussianFactorGraph 2020-09-30 15:38:25 -04:00
Frank Dellaert c0fb3a271b Small formatting changes and removal of test header 2020-09-30 15:38:08 -04:00
Frank Dellaert 151923cf3b
Merge pull request #545 from borglab/fix/cal3bundler-jacobians
Minor fixes
2020-09-29 17:55:38 -04:00
Varun Agrawal bb08c62693 wrap PinholeCameraCal3Bundler 2020-09-29 15:51:47 -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
Varun Agrawal 0ae5a92d42 compute inverse only once 2020-09-29 12:57:55 -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
akrishnan86 98404ad27e updating defaultdict init 2020-09-27 18:55:14 -07: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
lcarlone 6567422ec5 added control over minimum rank in ShonanAveraging example, and resolved hard-coded sigma in FrobeniusFactor 2020-09-26 19:06:55 -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
lcarlone 3734039bf5 added check and unit test 2020-09-26 16:24:34 -04:00