Commit Graph

14036 Commits (989552b8ec8738e4aadf45d9534f5ee1c92dab9c)

Author SHA1 Message Date
Fan Jiang 615a932f30 Remove unnecessary comment 2021-05-17 20:11:17 -04:00
Fan Jiang 5d1fd83a2c Add printing for CustomFactor 2021-05-17 19:19:20 -04:00
Fan Jiang 3c327ff568 Add comment in gtsam.i 2021-05-17 14:43:32 -04:00
Fan Jiang 4708d7ad0e Add comment on functor signature 2021-05-17 14:40:17 -04:00
Fan Jiang 66e397cb38 Allow KeyVector to just be lists 2021-05-17 14:36:14 -04:00
Fan Jiang 3638b3745f Change to using nullptr 2021-05-17 14:22:57 -04:00
Fan Jiang 866d6b1fa1 Working CustomFactor 2021-05-14 16:24:31 -04:00
lcarlone 5510b41e31 amended 2021-05-12 19:22:16 -04:00
lcarlone 7d93e6fca0 added comment on example interface 2021-05-12 19:20:21 -04:00
yetongumich 0fe12ec984 resolve some nits 2021-05-12 16:57:27 -04:00
yetongumich a637737d5e refactor tests and add comments 2021-05-12 15:36:12 -04:00
lcarlone d6a3171e67 user can now also set the weights to initialize gnc! 2021-05-10 20:06:31 -04:00
lcarlone 5274abafd0 all tests done! 2021-05-10 18:23:12 -04:00
lcarlone 3ac97c3dbe adding knownOutlier input to GNC 2021-05-10 10:30:32 -04:00
lcarlone 7342438fb3 added GNC example 2021-05-10 10:30:17 -04:00
lcarlone c163e28c31 addeed gnc example 2021-05-08 17:03:04 -04:00
Varun Agrawal ab92779b25
Merge pull request #762 from borglab/feature/wrapper-interface-updates 2021-05-05 11:12:58 -04:00
Varun Agrawal d8f279b49c
Merge pull request #761 from borglab/fix/warnings 2021-05-04 21:17:46 -04:00
Varun Agrawal f74453cad8 Merge branch 'develop' into feature/wrapper-interface-updates 2021-05-04 15:59:42 -04:00
Varun Agrawal fa5d329702 Merge branch 'develop' into fix/warnings 2021-05-04 15:59:19 -04:00
Varun Agrawal 1fbb4e60ac
Merge pull request #763 from borglab/fix/boost-download
Update boost download link
2021-05-04 15:52:12 -04:00
Varun Agrawal a83721380f update boost download link 2021-05-04 12:28:38 -04:00
Varun Agrawal 26a8b602a5 add pybind11/operators.h to interface template 2021-05-04 12:17:36 -04:00
Varun Agrawal c398a62943 fix some interface todos 2021-05-04 12:16:38 -04:00
Varun Agrawal cba8f62642 fix unused warning 2021-05-03 17:01:26 -04:00
Varun Agrawal 0a501a5615 fix warnings from tests 2021-05-03 17:01:18 -04:00
Varun Agrawal 2c5be4de19
Merge pull request #760 from borglab/feature/override-print
Override print methods
2021-04-30 16:48:03 -04:00
Varun Agrawal 6c3aca8cac remove virtual from overridden methods, add virtual destructors to appease compiler 2021-04-30 12:58:52 -04:00
Varun Agrawal 4d6eef2c2f override print methods and update wrapper 2021-04-29 19:43:27 -04:00
Varun Agrawal 14314071ff
Merge pull request #738 from borglab/feature/update_print_wrap 2021-04-29 16:23:53 -04:00
Ayush Baid 4572282deb adding prior on calibrations 2021-04-28 18:49:07 -04:00
Varun Agrawal 45ce9ebc7d print default arguments update 2021-04-28 14:03:03 -04:00
Frank Dellaert 6097b8f8e5
Merge pull request #758 from borglab/fix-potential-crash
Avoid potential wrong memory access
2021-04-28 11:05:23 -04:00
Jose Luis Blanco-Claraco 2b43e7f8f8
Avoid potential wrong memory access
If the user uses an invalid index, the [] operator won't check it and the program will access invalid memory. Using at() would throw instead.
2021-04-27 11:24:46 +02:00
Ayush Baid 2cf76daf3c reverting jacobian computation from homogeneous function 2021-04-27 00:44:15 -04:00
Ayush Baid bd0838c0c9 fixing docstring 2021-04-26 20:56:54 -04:00
Ayush Baid b0fb6a3908 renaming key variable 2021-04-26 20:52:17 -04:00
Ayush Baid b00046c81a Merge branch 'develop' into feature/essential-mat-with-approx-k 2021-04-26 20:50:34 -04:00
Ayush Baid 64ff24b656 using fixed size matrix, and adding jacobian in homogeneous conversion 2021-04-26 20:50:22 -04:00
Ayush Baid f60e9e9365 fixing tests by moving to Cal3_S2 2021-04-24 10:57:28 -04:00
Frank Dellaert 32acaecdc9
Merge pull request #754 from borglab/feature/preint-params-print
Fix printing of preintegration params
2021-04-23 22:30:57 -04:00
Varun Agrawal 1cdc6c1db3 fix printing of preintegration params 2021-04-23 17:36:53 -04:00
Ayush Baid 8ca7f1ff1d Adding factor with shared calibration as a variable 2021-04-23 16:29:03 -04:00
Milo Knowles f584537412 Improve docs 2021-04-23 10:02:41 -04:00
Milo Knowles 378b379e56 Compute error in the body frame and fix print() 2021-04-23 09:42:07 -04:00
Milo Knowles 0313a56734 Add MagPoseFactor 2021-04-22 16:51:47 -04:00
yotams d4eaa15280 rolling shutter projection factor 2021-04-22 08:52:28 +03:00
Gerry Chen 905559d681 Merge branch 'develop' into feature/update_print_wrap 2021-04-21 10:26:34 -04:00
Frank Dellaert 301f7fe1a3
Merge pull request #750 from borglab/feature/wrap-update 2021-04-21 08:33:08 -04:00
Varun Agrawal d0d8f48039 assign default variables for string in print() 2021-04-21 00:17:34 -04:00