Commit Graph

15296 Commits (d54cf484de9ed9c86b387d4776faba13e367627e)

Author SHA1 Message Date
Akshay Krishnan 0e8c5eb5a7 ../gtsfm/sfm/sfm.i 2022-05-07 09:23:00 -07:00
Akshay Krishnan e517c34464 move betweenTranslations outside params 2022-05-07 09:12:56 -07:00
Varun Agrawal 8dbbb1fe1f fix test 2022-05-06 16:45:37 -04:00
Akshay Krishnan 2e8d8ddf88 Merge branch 'develop' of github.com:borglab/gtsam into ta-add-methods 2022-05-05 21:49:51 -07:00
Akshay Krishnan 279b9bedf9 wrapper changes 2022-05-05 18:52:01 -07:00
Akshay Krishnan 1d6fd5409a change to input params, add docstring 2022-05-05 18:40:58 -07:00
Varun Agrawal f0be857191 Merge branch 'fix/combined-imu-cov' into fix/combined-imu 2022-05-05 16:52:21 -04:00
Varun Agrawal 63e2a593d6 Merge branch 'fix/368' into fix/combined-imu-cov 2022-05-05 16:51:49 -04:00
Varun Agrawal 008bb93eb7 Merge branch 'develop' into fix/368 2022-05-05 16:50:58 -04:00
Varun Agrawal 239dd62801 Merge branch 'develop' into fix/combined-imu-cov 2022-05-05 16:50:10 -04:00
Varun Agrawal 1d77ba55e4 fix python test 2022-05-05 16:49:03 -04:00
Varun Agrawal 0cfeb8621c fix tests and remove additional keyformatter calls 2022-05-05 14:35:10 -04:00
Varun Agrawal 2d3859db01 Merge branch 'develop' into fix/combined-imu 2022-05-05 13:41:52 -04:00
Varun Agrawal 995710f8fd update PDF doc 2022-05-05 11:38:18 -04:00
Varun Agrawal 40e6d8be9b formatting 2022-05-05 11:35:08 -04:00
Varun Agrawal 51d1c27f2d add prior factor tests and remove TODO 2022-05-05 11:24:26 -04:00
Varun Agrawal 4d275a45e6 remove key formatting from keys when defining vertices and edges to avoid syntax errors 2022-05-05 11:23:51 -04:00
Fan Jiang 28b216b72f Correct the binding for BinaryMeasurement 2022-05-03 16:24:09 -04:00
Fan Jiang 21b8365d7b Address comments 2022-05-03 16:02:00 -04:00
Fan Jiang 86b9761b5b Also copy the preambles and specializations 2022-05-03 13:57:48 -04:00
Fan Jiang fcec6839d3 added SfmTracks and SfmCameras so we can easily
access them in Python
2022-05-03 13:56:41 -04:00
Fan Jiang acaf6a273a Wrap GeneralSFMFactor for PinholePose 2022-05-03 13:55:08 -04:00
Fan Jiang d4eadbaf20 Added wrapping for Shonan constructor 2022-05-03 13:54:45 -04:00
Fan Jiang 3571420010 Added PinholePose in wrap
and FromPose3 in EssentialMatrix
2022-05-03 13:54:25 -04:00
Fan Jiang 099ba8a8ca Add block Jacobi preconditioner wrap 2022-05-03 13:52:09 -04:00
Jose Luis Blanco-Claraco f4bcb11ec6
Merge pull request #1181 from borglab/fix/warnings
Fix warnings and docs
2022-05-01 09:57:37 +02:00
Varun Agrawal 69310840af
Merge pull request #918 from borglab/add-Similarity2-classes 2022-04-30 19:21:43 -04:00
Varun Agrawal 287279fc42 use Jose's suggestion 2022-04-30 17:05:41 -04:00
Varun Agrawal 12dd2ecc47 identity needs to be lowercase and fix tests 2022-04-30 16:41:14 -04:00
Varun Agrawal a73d6e0f47 Sim3 cpp unit tests 2022-04-30 15:21:05 -04:00
Varun Agrawal b8b52cb719 AdjointMap method 2022-04-30 08:52:19 -04:00
Varun Agrawal 7a56473d8f add Lie group operations 2022-04-30 05:12:43 -04:00
Varun Agrawal 9eff71ea8e Rot2::ClosestTo with SVD 2022-04-29 18:42:18 -04:00
Varun Agrawal e704b40ab5 typo fix 2022-04-29 18:19:08 -04:00
Varun Agrawal ba6c3ccc1c Merge branch 'develop' into add-Similarity2-classes 2022-04-29 18:08:23 -04:00
Varun Agrawal ad2e347c12 update assertions 2022-04-29 18:08:18 -04:00
Varun Agrawal 53b370566e remove Pose2/3 casts from Sim2/3 2022-04-29 17:53:07 -04:00
Varun Agrawal 5be6309a58 GTSAM_EXPORT at the class level 2022-04-29 17:36:53 -04:00
Varun Agrawal d8e56585fe capitalize static methods 2022-04-29 17:36:38 -04:00
Varun Agrawal a0799f7e88 update IMU factor docs to clarify that the measurements are in sensor frame 2022-04-29 17:03:12 -04:00
Varun Agrawal 84dc91fbb9 fix type warnings 2022-04-29 16:52:06 -04:00
Akshay Krishnan 3ea19f4bd0 add additional methods to TA + wrapper 2022-04-23 19:08:16 +05:30
senselessDev 7fe577b553 update explanation of uncertainty ellipses, try to fix #1067 2022-04-22 18:54:59 +02:00
Frank Dellaert b1d936e567
Merge pull request #1175 from borglab/feature/add-missing-getters
noise models: Add getters for all model parameters
2022-04-22 11:03:13 -04:00
Jose Luis Blanco Claraco a9ba1da877
Revert "fix derivative"
This reverts commit 42b795c769.
2022-04-22 12:37:48 +02:00
Jose Luis Blanco Claraco 42b795c769
fix derivative
Signed-off-by: Jose Luis Blanco Claraco <joseluisblancoc@gmail.com>
2022-04-22 01:02:03 +02:00
Jose Luis Blanco Claraco 017e3cdb17
document loss functions
Signed-off-by: Jose Luis Blanco Claraco <joseluisblancoc@gmail.com>
2022-04-22 01:01:48 +02:00
Gerry Chen 3d2079237c
Merge pull request #1176 from borglab/bugfix/python_utils_regenerate
Regenerate python utils files upon edit
2022-04-21 01:37:26 -04:00
Gerry Chen 1e03c8b195 reset captured stdout buffer for each test 2022-04-20 16:55:51 -04:00
Gerry Chen 48310cf8d4
fix bug that python utils files don't regenerate upon edit 2022-04-20 16:33:50 -04:00