Commit Graph

16563 Commits (5d9b0cfe5db069cb1564c154d8b83152527172cc)

Author SHA1 Message Date
Varun Agrawal 64744b057e Hybrid Mixture error calculation 2022-10-26 10:14:09 -04:00
Varun Agrawal 74133b26e4
Merge pull request #1310 from mauricefallon/fix/g2o_parse_error
fix typo in g2o file format parsing for the information matrix
2022-10-26 09:03:09 -04:00
Varun Agrawal b1a822562b
Merge pull request #1255 from borglab/fix/doxygen 2022-10-26 05:16:39 -04:00
Varun Agrawal cc350f4c7a
Merge pull request #1315 from borglab/hybrid/gaussian-isam 2022-10-26 05:16:07 -04:00
Akshay Krishnan b0533bb198 add gtsam:: prefix 2022-10-25 23:50:47 -04:00
Akshay Krishnan 0ec8b617b8 fix wrapper argument 2022-10-25 23:28:01 -04:00
Frank Dellaert 2dfc683a3e
Merge pull request #1314 from borglab/fix/cmake-eigen 2022-10-25 18:32:45 -07:00
Varun Agrawal 6f89d457ca Add GetOrdering method that can be re-used 2022-10-25 17:50:10 -04:00
Varun Agrawal 33e24265bd Merge branch 'develop' into fix/doxygen 2022-10-25 17:44:34 -04:00
Varun Agrawal 1129c95dd5 fix CMake so that Eigen discovery and linking is consistent 2022-10-25 17:37:29 -04:00
Varun Agrawal 1789bb74fe showing difference in computed probabilities 2022-10-25 14:02:36 -04:00
Varun Agrawal dcdcf30f52 new WIP test to check the discrete probabilities after elimination 2022-10-25 12:36:48 -04:00
Varun Agrawal 7dec7bb00d remove if guards and add timing counters 2022-10-25 12:36:15 -04:00
Varun Agrawal 08393314ac minor typo fixes 2022-10-25 12:35:29 -04:00
Varun Agrawal 3d4236ee12
Merge pull request #1304 from OznOg/UseEigen3Config.cmake 2022-10-25 10:20:12 -04:00
Frank Dellaert 05d4d9187d
Merge pull request #1312 from borglab/dsf-gtsfm-refactor 2022-10-23 18:27:58 -07:00
Frank Dellaert 32df824920 Vectorized interface 2022-10-23 16:27:01 -07:00
Frank Dellaert 90c990dc33 Rename of test 2022-10-23 16:26:41 -07:00
Frank Dellaert f68f0dbe41 Addressed review comments - removed class in favor of free function 2022-10-23 11:37:37 -07:00
Maurice Fallon 5cbc680039
Merge pull request #1 from mmattamala/fix/g2o_parse_error
Fix in writeG2o when writing Pose3 measurement
2022-10-23 17:06:06 +01:00
Matias Mattamala 3cb73ccf35 Fix in writeG2o when writing Pose3 measurement 2022-10-23 16:57:06 +01:00
Frank Dellaert ca451141c0 removed NamedSfmMeasurementVector 2022-10-22 19:48:48 -07:00
Frank Dellaert 466290cbdc Moved code to cpp file 2022-10-22 19:30:15 -07:00
Frank Dellaert 7e411fee51 Refactor into smaller functions 2022-10-22 19:18:45 -07:00
Frank Dellaert 38be12eaf4 Use SfmMeasurement and SfmTrack 2022-10-22 19:18:06 -07:00
Frank Dellaert cafa3c556c Split SfmTrack into 2 classes 2022-10-22 18:37:20 -07:00
Varun Agrawal ebb29ef33d Make Switching test fixture 0-indexed to match iMHS paper 2022-10-22 19:52:44 -04:00
Varun Agrawal 0b793997ac simplify conversion of root discrete conditional 2022-10-22 18:29:49 -04:00
Varun Agrawal 74d6f0548d add assertions for HybridEstimation example 2022-10-22 18:29:28 -04:00
Varun Agrawal 58a15c3385 remove extraneous tictoc print 2022-10-22 18:29:05 -04:00
Maurice Fallon 7499071802 fix typo in g2o file format parsing 2022-10-22 18:57:41 +01:00
Varun Agrawal 453870e43e unit test for end-2-end hybrid estimation 2022-10-20 16:49:22 -04:00
Varun Agrawal cc78a14a46 HybridSmoother based on BayesNet 2022-10-20 16:47:45 -04:00
Varun Agrawal 949958dc6e new updateDiscreteConditionals method for after we prune 2022-10-20 16:35:14 -04:00
Varun Agrawal 82f328b808 expose DiscreteKeysAsSet as a function 2022-10-20 15:43:29 -04:00
GAECHTER TOYA Stefan d1fa38457a Improve handling of GTSAM_BUILD_WITH_MARCH_NATIVE flag 2022-10-19 14:54:24 +02:00
Varun Agrawal 7f14b6e6ce update resetIntegration to set the initial covariance of the bias 2022-10-15 09:29:00 -04:00
Varun Agrawal 9891449049 rename jacobian variables so it matches the math in ImuFactor.pdf 2022-10-15 09:02:45 -04:00
Varun Agrawal 090fb4e275 Add python example for CombinedImuFactor 2022-10-14 17:11:24 -04:00
Varun Agrawal 843f53c6cc move PreintegrationCombinedParams to its own file 2022-10-14 16:50:19 -04:00
Varun Agrawal 40d38651cc rename discreteFactor to decisionTree 2022-10-14 16:44:38 -04:00
Varun Agrawal d387d2cf3f update switching example to accept measurements in constructor 2022-10-14 16:44:06 -04:00
Varun Agrawal cd69c51e86
Merge pull request #1306 from borglab/varun/test-hybrid-estimation
Hybrid Updates
2022-10-14 09:02:33 -04:00
Varun Agrawal 0faf2226d4 remove leftover comment 2022-10-13 11:10:42 -04:00
Varun Agrawal 8f7473d026 remove added test file 2022-10-13 10:46:04 -04:00
Varun Agrawal 1d70d14c72 remove custom keyformatter 2022-10-13 10:14:46 -04:00
Varun Agrawal 8c19f499a3 add curlyy brackets to for loop 2022-10-13 10:13:43 -04:00
senselessdev1 73fd3f9dc2 add namespace hack to prevent gtsam.gtsam.gtsfm 2022-10-13 09:12:55 -04:00
senselessdev1 f9971f5049 use gtsam.gtsfm namespace for new API 2022-10-13 01:07:41 -04:00
senselessdev1 7dee1af5b4 add verbose flag for logging messages during DSF track generation 2022-10-12 23:31:45 -04:00