Commit Graph

14307 Commits (f5da8522221b6d6e2e5f7de0eeec890f08074a5c)

Author SHA1 Message Date
lcarlone b523623277 still challenging to parse extrinsics 2021-08-25 22:22:53 -04:00
lcarlone 7b399a363a removed line 2021-08-25 22:22:21 -04:00
lcarlone 492c2b8561 progress on tests 2021-08-25 21:39:57 -04:00
lcarlone df82ca1b0c fixed bug 2021-08-25 21:24:37 -04:00
lcarlone 37dfb0c3da compiles, testing now 2021-08-25 21:05:56 -04:00
lcarlone 432921e362 and created a new factor instead - moving to testing now 2021-08-25 20:35:31 -04:00
lcarlone 8d9ede8285 reverted all changes back to master 2021-08-25 20:35:18 -04:00
lcarlone db2a9151e5 don't like it - going to create a different class 2021-08-24 20:56:40 -04:00
lcarlone cf3cf39683 investigating potential templating alternatives 2021-08-24 20:35:19 -04:00
lcarlone be55635468 starting to make templates for smart projection factors uniform (all on cameras) 2021-08-24 13:36:45 -04:00
Varun Agrawal dc148edd5e
Merge pull request #858 from borglab/fix/missing-import
Add missing import of Pose3
2021-08-24 03:29:13 -07:00
Varun Agrawal d4202a23ec add missing import of Pose3 2021-08-23 18:45:37 -04:00
Varun Agrawal bc1f64e943 Add section about Boost version requirement 2021-08-23 13:05:26 -04:00
Varun Agrawal 3d17e74eec
Merge pull request #856 from borglab/feature/wrap-nonlinearequality2
Wrap NonlinearEquality2
2021-08-23 09:53:28 -07:00
Varun Agrawal 5baf0ce85a Update `make python-test` so that it works even if GTSAM is already installed 2021-08-23 02:14:04 -04:00
Varun Agrawal 366ad84773 wrap NonlinearEquality2 + python unit test 2021-08-23 02:13:31 -04:00
Varun Agrawal d8fe2b2839 format and modernize NonlinearEquality2 2021-08-23 01:44:39 -04:00
Frank Dellaert 086e1a12aa
Merge pull request #850 from borglab/feature/cleanup
Some Cleanup
2021-08-22 11:17:55 -04:00
Frank Dellaert 57bdf33f6e
Merge pull request #855 from borglab/SFMdata-add-type-hints
clean up SFMdata python module
2021-08-22 11:17:03 -04:00
Frank Dellaert 14789364e4
Merge pull request #853 from FranzEricSchneider/es/small_README_update
Small clarification and md cleanup
2021-08-22 11:16:27 -04:00
Varun Agrawal 713df3ce86 Merge remote-tracking branch 'origin' into feature/cleanup 2021-08-22 00:17:15 -04:00
Varun Agrawal 4739f70f40
Merge pull request #854 from borglab/expand-dsf-map-unit-tests 2021-08-21 21:16:45 -07:00
John Lambert 67403b0e96
clean up SFMdata 2021-08-21 21:08:37 -06:00
John Lambert 36421243aa
improve docstring 2021-08-21 20:22:53 -06:00
John Lambert 068e558d34
Expand DSF map unit tests 2021-08-21 20:16:39 -06:00
Eric 1046bf481a Small clarification and md cleanup 2021-08-21 17:04:33 -04:00
Varun Agrawal 52161785cf
Merge pull request #851 from borglab/fix/extract-point2
Fix utilities and add tests
2021-08-20 10:41:51 -07:00
Varun Agrawal 23858f31e9 working implementation 2021-08-20 13:37:27 -04:00
Varun Agrawal a4a58cf803 only format c++ file (no code changes) 2021-08-20 13:33:57 -04:00
Varun Agrawal 4c9ce4ca95 Link to GTSAM-EXPORT doc 2021-08-20 11:11:28 -04:00
Varun Agrawal 42b7525337 set lowest common boost version 2021-08-20 11:10:13 -04:00
Varun Agrawal a7ff8e0600 update wrapper with defaults 2021-08-20 00:55:39 -04:00
Varun Agrawal 0098e76e99 full slew of tests 2021-08-20 00:55:15 -04:00
Varun Agrawal d074dbedf5 updated docs 2021-08-20 00:55:10 -04:00
Varun Agrawal e056a3393c added Python tests 2021-08-19 23:32:52 -04:00
Varun Agrawal 910aceae74 fix extractPoint2/3 and added C++ tests 2021-08-19 23:32:34 -04:00
Varun Agrawal 158a620eba small wrapper updates 2021-08-19 19:34:58 -04:00
Varun Agrawal d90dca7fab update docs to reflect min Boost version 2021-08-19 19:33:49 -04:00
Varun Agrawal 0e231be536 modernize NonlinearEquality.h 2021-08-19 19:33:30 -04:00
Fan Jiang 4ea2b2ee9a
Merge pull request #844 from borglab/add-python-type-hints
Add python type annotations to some older python files
2021-08-17 00:57:55 -04:00
John Lambert 5dff046488
Start wrapping the verbosity options for GNC 2021-08-14 01:14:23 -04:00
lcarlone 0a8ebdf8cd renamed interp param to alpha, improved comments, added cpp 2021-08-13 21:42:09 -04:00
lcarlone a3ee695b85 reformatted using google style 2021-08-13 20:05:19 -04:00
lcarlone 9f19077217 simplified jacobian computation, improved comments 2021-08-13 19:54:23 -04:00
lcarlone cbd6a2a01c now using MakeJacobian 2021-08-13 19:36:15 -04:00
John Lambert 4e1e76250e
Merge pull request #843 from borglab/wrap-gnc
Wrap GNC
2021-08-13 13:32:16 +09:00
John Lambert 939c3047e7
add Optional type annotations where needed 2021-08-12 20:01:03 -04:00
John Lambert b7eccdab7b
add missing gtsam prefix 2021-08-12 18:35:39 -04:00
John Lambert db9b98030b
import GncLMParams, GncLMOptimizer to prevent pybind's automatic long names from name concat 2021-08-12 18:31:24 -04:00
lcarlone 0b002e6f24 Merge branch 'develop' into feature/rollingShutterSmartFactors 2021-08-12 17:37:43 -04:00