Commit Graph

10478 Commits (4226da3f0d3038bb58f3dfc0e3fcea87e1da4b09)

Author SHA1 Message Date
Frank Dellaert 2991ce67d7
Merge branch 'develop' into gpt-docs 2025-04-06 16:45:36 -04:00
Frank Dellaert 942750b127 Reviewed all remaining notebooks 2025-04-06 16:43:40 -04:00
Frank Dellaert 0e68480e32 Reviewed 3 more 2025-04-06 15:35:13 -04:00
Frank Dellaert 02150a2f90 Moved stuff to notebook, Jacobian guidance 2025-04-06 14:08:45 -04:00
Frank Dellaert 3e8a29ae13 Added examples to site 2025-04-06 13:29:46 -04:00
Frank Dellaert ed6038d6f9 CustomFactor docs 2025-04-06 10:08:25 -04:00
Frank Dellaert eb705c6a70 More details and code example 2025-04-05 22:33:14 -04:00
Frank Dellaert 796364d4fb Add navigation to docs 2025-04-05 19:01:20 -04:00
Frank Dellaert c14df877c9 Add docs for AHRS-related classes 2025-04-05 19:01:04 -04:00
Frank Dellaert 2ae55d7482 Add PreintegratedRotation to wrapper 2025-04-05 19:00:25 -04:00
p-zach 50e40d00df Move remaining files 2025-04-05 16:06:00 -04:00
p-zach dc082510a4 Files for nonlinearopt 2025-04-05 16:03:22 -04:00
p-zach 159e185764 Refine other optimizers' docs 2025-04-05 16:00:52 -04:00
p-zach 7c1a1e0765 Nitpicking 2025-04-05 15:29:11 -04:00
Frank Dellaert 8a0521bde9 NLO and Dogleg docs 2025-04-05 12:30:30 -04:00
Frank Dellaert f2745c47ef Better overview 2025-04-05 12:14:44 -04:00
Frank Dellaert 1fa20f544e Move optimizer docs to nonlinear 2025-04-05 12:05:17 -04:00
Frank Dellaert 0078774266 Moved BatchFixedLagSmoother in right spot 2025-04-05 12:02:02 -04:00
Varun Agrawal 5ab2e3f03b fix return type of DiscreteFactorGraoh::product 2025-04-03 19:26:20 -04:00
Varun Agrawal 74fba4bc63 fix DiscreteBayesTree::marginalFactor return type 2025-04-03 19:22:49 -04:00
Varun Agrawal 3ef95a482a update Metis' cmake_minimum_required to 3.5 2025-04-03 16:07:48 -04:00
Frank Dellaert e7b27a0cf1 unused variables 2025-03-23 20:41:05 -04:00
Frank Dellaert 12908a957e Converted c++ tests 2025-03-23 20:27:34 -04:00
Frank Dellaert f75e41be0e int -> size_t 2025-03-23 17:05:13 -04:00
Frank Dellaert 5ef8c0ae1a IntegrationMatrix and DoubleIntegrationWeights 2025-03-23 14:17:40 -04:00
Frank Dellaert e32ccdfec7 IntegrationMatrix 2025-03-22 23:09:30 -04:00
Frank Dellaert 9d79215fda Helper differentiationMatrixRow cuts down on copy/pasta 2025-03-22 17:38:06 -04:00
Frank Dellaert 392abd6eab Make Clenshaw-Curtis weights faster in case [-1,1] 2025-03-22 17:29:00 -04:00
Frank Dellaert 5ffa9c1788 Avoid half the cosines in IntegrationWeights 2025-03-22 16:57:32 -04:00
Frank Dellaert 44e692c3e9 use helpers coincidentPoint and signedDistances 2025-03-22 16:44:21 -04:00
Frank Dellaert 94590a2492 Add test for coinciding point and avoid copy/pasta 2025-03-22 16:43:54 -04:00
Frank Dellaert ac4959d1fe Save half the cos() evals for Points 2025-03-22 15:49:46 -04:00
Maciej Halber 1575968571 Add BetweenFactor for Similiarity2 2025-03-21 11:16:47 -04:00
Maciej Halber 8f3a447116 Extend template values with Similarity2 and Similarity3 2025-03-21 11:00:48 -04:00
Maciej Halber 858808475c Add serialization to Similarity2 2025-03-21 11:00:36 -04:00
Varun Agrawal d01aaf0c84
Merge pull request #2062 from borglab/nonlinear-hybrid-smoother
Nonlinear Hybrid Smoother
2025-03-18 22:39:49 -04:00
Frank Dellaert 89e736b2ca
Merge pull request #2061 from borglab/hybrid-fix
Remove fixed values when keys are reintroduced in `newFactors`
2025-03-18 18:50:13 -04:00
mkielo3 31c84311c8 Exposed ExtendedKalmanFilter to Python and added ports of easyPoint2KalmanFilter and elaboratePoint2KalmanFilter notebooks 2025-03-17 21:21:41 +00:00
Varun Agrawal e1f5a5155a update the HybridCity10000 script 2025-03-17 16:56:01 -04:00
Varun Agrawal d2f13710d5 add new methods for HybridSmoother relinearization 2025-03-17 16:51:06 -04:00
Varun Agrawal d27583ba92 new HybridSmoother::relinearize method 2025-03-17 16:33:50 -04:00
Varun Agrawal 82fc21a7e6 update wrapper 2025-03-17 16:33:13 -04:00
Varun Agrawal 27c2031e0b update tests 2025-03-17 16:24:02 -04:00
Varun Agrawal 3fed73b993 hybrid smoother directly accepts nonlinear factors 2025-03-17 16:23:40 -04:00
Varun Agrawal 2dc45bac96 break into smaller methods 2025-03-17 16:00:13 -04:00
Varun Agrawal 88fb8f7c65 remove fixed values when keys are reintroduced in newFactors 2025-03-17 15:39:56 -04:00
Fan Jiang b332412afe Fix wrong CONCEPT ASSERT 2025-03-16 16:45:03 -07:00
Varun Agrawal 528c2ee58d
Merge pull request #2047 from borglab/fix/concept-usage
Use `GTSAM_CONCEPT_USAGE` in lieu of `BOOST_CONCEPT_USAGE`
2025-03-14 16:11:53 -04:00
Varun Agrawal fc0ae78ea5 set printing precision 2025-03-13 13:33:41 -04:00
Varun Agrawal c0da727a14 fix test 2025-03-13 12:15:48 -04:00