Commit Graph

7451 Commits (239dd62801e0089d5092104b0b9fe6c98fbbda0b)

Author SHA1 Message Date
Varun Agrawal 239dd62801 Merge branch 'develop' into fix/combined-imu-cov 2022-05-05 16:50:10 -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 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 ba6c3ccc1c Merge branch 'develop' into add-Similarity2-classes 2022-04-29 18:08:23 -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
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
Jose Luis Blanco Claraco f12db7ab0e
noise models: Add getters for all model parameters 2022-04-19 18:35:03 +02:00
Fan Jiang 3cf7442112
Merge pull request #1171 from borglab/feature/jacobian_camera
Add camera and Calibration Jacobians in Python
2022-04-17 19:39:16 -04:00
Fan Jiang 4c8260bc0e Add stereo jacobians 2022-04-17 17:04:07 -04:00
Fan Jiang e6420cfcb7 Added Jacobians for all calibrations 2022-04-17 16:50:07 -04:00
Fan Jiang 807d63c7bf Use templated Eigen::Ref wrapper 2022-04-17 16:49:52 -04:00
Fan Jiang 923c57e68b Address comments 2022-04-17 16:03:00 -04:00
Fan Jiang f3c9b3967b Use implicit conversion 2022-04-16 13:51:18 -04:00
Fan Jiang 939416c3d0 Add camera Jacobian 2022-04-15 13:57:01 -04:00
Fan Jiang 41c8a67107 Fix robust deserialization 2022-04-14 15:24:29 -04:00
Fan Jiang 415e41b0f5
Merge pull request #1168 from borglab/fix/slow_cast
Fix slow dynamic cast
2022-04-14 14:57:23 -04:00
Fan Jiang 1b63fb51eb Address comments by Frank 2022-04-14 13:05:15 -04:00
Varun Agrawal caa14bc5aa
Merge pull request #1156 from borglab/decisiontree-prune 2022-04-13 23:22:45 -04:00
Frank Dellaert 78d7e903f0
Merge pull request #1155 from borglab/decisiontree-refactor 2022-04-13 22:24:43 -04:00
Fan Jiang ed34ee3245
Update the other codepath to also use ptr cast 2022-04-12 15:09:52 -04:00
Varun Agrawal 8e6a583e7e update for better docstrings 2022-04-12 14:04:42 -04:00
Fan Jiang 49b40d3942
Fix slow dynamic cast 2022-04-12 13:56:36 -04:00
Varun Agrawal 29fe4364e7 increase precision of ADT printing 2022-04-07 16:41:24 -04:00
Fan Jiang af1dedb879 Optimize locking 2022-04-05 23:25:09 -04:00
Fan Jiang 027a4a5a8e Fix the race! 2022-04-05 00:00:53 -04:00
Varun Agrawal 99c01c4dba
Merge pull request #1154 from borglab/decisiontree/nrAssignments
Record number of assignments for each leaf
2022-04-02 10:01:50 -04:00
Frank Dellaert b2b878efc7
Merge pull request #1150 from borglab/feature/align_align
Pose2::Align
2022-03-31 23:58:35 -04:00
Varun Agrawal 2da2bcbf9c update docs and test 2022-03-31 10:08:02 -04:00
Varun Agrawal dac84e9932 update prune to new max number of assignments scheme 2022-03-31 10:04:00 -04:00
Varun Agrawal 039ecfc3c3 add new visitLeaf method that provides the leaf as the function argument 2022-03-31 10:03:23 -04:00
Varun Agrawal e81e04acf5 convert DT_NO_PRUNING flag to GTSAM_DT_NO_PRUNING in case we wish to expose it via cmake 2022-03-31 06:38:49 -04:00
Varun Agrawal d5d5ecc3b3 refactor DecisionTree to make a distinction between leaves and assignments 2022-03-31 06:10:40 -04:00
Varun Agrawal cc7f4992b7 record number of assignments for each leaf 2022-03-30 19:42:48 -04:00
Varun Agrawal a7c2bc54e0
Merge pull request #1147 from borglab/fix/gaussian-conditional-print 2022-03-30 19:07:13 -04:00
Varun Agrawal 00d8e5610c fix assertions 2022-03-30 17:39:36 -04:00
Varun Agrawal 77adcdbab2 undo default print change 2022-03-30 16:28:36 -04:00
Varun Agrawal 0850e89b0e
Merge pull request #1151 from borglab/feature/decision-tree-factor-prune 2022-03-27 16:46:12 -04:00
Varun Agrawal 365473fc5a address review comments 2022-03-27 14:35:19 -04:00
Varun Agrawal cd8d5590e6 doc fix 2022-03-27 13:34:42 -04:00