Commit Graph

15073 Commits (ca4293b70ddcdadb2de7c1107856519243a128d6)

Author SHA1 Message Date
Varun Agrawal a0c47f6b97
Merge pull request #1252 from agilemapper/docs/use-ingroup-for-slam 2022-07-26 16:37:13 -04:00
Varun Agrawal bb5b2be792 fix typo 2022-07-26 14:03:21 -04:00
Varun Agrawal 987448fa77 remove derived push_back in HybridNonlinearFactorGraph and HybridFactorGraph 2022-07-26 14:01:05 -04:00
Varun Agrawal d92ce6ba9a break up Python CI steps so reading logs is easier 2022-07-26 13:11:21 -04:00
Varun Agrawal 1d51c4e646 Use new GncParams::IndexVector 2022-07-26 07:54:05 -04:00
Varun Agrawal 43c28e7870 renaming fixes 2022-07-26 07:40:24 -04:00
Varun Agrawal 7a55341e32 add IsGaussian template check 2022-07-26 07:21:05 -04:00
Varun Agrawal 8ddc2ea989 rename to HybridNonlinearFactorGraph 2022-07-26 07:15:48 -04:00
Varun Agrawal 3780b8c21e Merge branch 'develop' into feature/nonlinear-hybrid 2022-07-25 23:10:08 -04:00
Varun Agrawal 42bab8f3e7 use KeyVector for GNC inliers & outliers 2022-07-25 22:19:29 -04:00
Varun Agrawal 4edcb41ad3 remove redundant KeyVector definition 2022-07-25 22:19:05 -04:00
Varun Agrawal 27951b7b18 use python 3.7 2022-07-25 22:17:48 -04:00
agilemapper aef4ec8185 replace addtogroup with ingroup for the SLAM group 2022-07-23 13:04:42 +02:00
Varun Agrawal c15d288418 Merge branch 'develop' into custom-factor-separate 2022-07-22 22:49:45 -04:00
Varun Agrawal a700c87504
Merge pull request #1251 from borglab/macos-ci
Update macos CI env
2022-07-22 21:15:23 -04:00
Varun Agrawal 322c08071e Merge branch 'develop' into fix/368 2022-07-22 14:29:44 -04:00
Varun Agrawal 8a33a5bc53 Revert "change python CI cores to 1"
This reverts commit 2d41b01734.
2022-07-22 14:29:36 -04:00
Varun Agrawal 7edd021956 fix copying of test files in Cmake 2022-07-22 14:00:03 -04:00
Varun Agrawal 31cfce0b8d update macos CI env 2022-07-22 13:59:40 -04:00
Varun Agrawal 7eb9a95c5f minor fixes 2022-07-22 13:55:54 -04:00
Varun Agrawal 12b35b4142 remove pybind stl.h 2022-07-22 13:55:54 -04:00
Amado Antonini 029631e483 Merge branch 'develop' into main 2022-07-21 11:42:48 -04:00
Varun Agrawal e5c47b38ef
Merge pull request #1250 from borglab/fix/ci-python-swapspace
Fix Python CI: More swap space
2022-07-20 20:55:13 -04:00
Gerry Chen 07c33c46e5
Set more swap space on linux since gcc runs out of memory 2022-07-20 18:58:41 -04:00
Varun Agrawal 2d41b01734 change python CI cores to 1 2022-07-20 15:28:49 -04:00
Varun Agrawal c767dfafb3
Merge pull request #879 from borglab/fix/combined-imu-cov
Fix Preintegration Covariance of CombinedImuFactor
2022-07-20 00:49:29 -04:00
Amado Antonini 90723d933e Remove pybind/stl.h again 2022-07-19 19:32:21 -04:00
Amado Antonini 74678fbb8f
Merge pull request #1 from varunagrawal/custom-factor-separate
Wrap custom factor in a separate file
2022-07-19 15:20:50 -04:00
Varun Agrawal 31d174d640 add gtsam namespace 2022-07-19 14:10:46 -04:00
Varun Agrawal 3d3703441c wrap custom factor in a separate file 2022-07-19 14:10:46 -04:00
Varun Agrawal 0af17f438f
Merge pull request #1248 from ScottMcMichael/fix_vector_values_deserialize 2022-07-18 17:17:23 -04:00
Scott f332d21dd7 Add unit test for ConcurrentMap serialization 2022-07-17 19:00:24 -07:00
Scott b8fb26a0b0 Clear ConcurrentMap before loading archive data 2022-07-16 15:18:45 -07:00
Amado Antonini e381a7c9d2 Revert pybind stl include 2022-07-13 23:28:45 -04:00
Akshay Krishnan b1f441dea9
Merge pull request #1241 from borglab/lost-triangulate
Implementation of the LOST triangulation algorithm
2022-07-13 07:04:48 -07:00
Amado Antonini 01ea316336 Make vector<size_t> opaque 2022-07-13 08:33:09 -04:00
Akshay Krishnan a3ee2660e5 LOST in python wrapper 2022-07-12 22:50:58 -07:00
Akshay Krishnan 897dae4436 more renames to camelcase 2022-07-12 20:03:02 -07:00
Akshay Krishnan f347209d4c more camelcase changes 2022-07-12 19:30:41 -07:00
Akshay Krishnan b52aaeab22 update to camelcase names in test 2022-07-12 19:14:26 -07:00
Akshay Krishnan da78cc202a add author 2022-07-12 18:47:37 -07:00
Akshay Krishnan 223ea468d6 change global variable names in test 2022-07-12 18:45:46 -07:00
Akshay Krishnan 7d9cf47579 unit tests pass 2022-07-10 22:00:18 -07:00
Akshay Krishnan ed5fa923cf Example to run LOST and compare to DLT 2022-07-10 16:49:30 -07:00
Akshay Krishnan 63e0446f0b update triangulation LOST API 2022-07-10 16:49:15 -07:00
Varun Agrawal 34298c497d Merge branch 'hybrid/hybrid-factor-graph' into hybrid/pruning 2022-07-10 13:46:54 -04:00
Amado Antonini b4fdda4740 Run yapf 2022-07-08 16:49:04 -04:00
Amado Antonini 9dd1f8ffaf Adress review comments 2022-07-08 16:48:52 -04:00
Amado Antonini 26dd94bdaf Expose remaining attributes, add tests 2022-07-08 12:33:47 -04:00
Varun Agrawal b8426c6658
Merge pull request #1240 from borglab/fix/912
Wrap BearingRange Factors
2022-07-08 07:26:15 -04:00