Commit Graph

17904 Commits (0518b60c4d58878ba535778e94a5433010e84f99)

Author SHA1 Message Date
Varun Agrawal 0518b60c4d Merge branch 'develop' into hybrid-timing 2025-01-02 15:36:53 -05:00
Varun Agrawal 6c516cc404
Merge pull request #1947 from borglab/discrete-improvements 2025-01-02 10:49:11 -05:00
Jose Luis Blanco-Claraco 46f6cf0343
Merge pull request #1946 from Gold856/dont-force-shared-libraries
Add BUILD_SHARED_LIBS as a configurable option
2025-01-02 16:18:13 +01:00
Varun Agrawal ebd523eea4 fix naming 2025-01-01 19:23:12 -05:00
Gold856 7b9b14e03e Fix building with a shared metis 2025-01-01 00:45:04 -05:00
Gold856 cd27b7f2ac Add BUILD_SHARED_LIBS as a configurable option
Update build logic to match and also prevent conflicting options
2025-01-01 00:10:12 -05:00
Varun Agrawal 022ed50824 move common typedef to top 2024-12-31 21:01:59 -05:00
Varun Agrawal 6e4d1fa1cc rename 2024-12-31 21:01:28 -05:00
Varun Agrawal 30670ab1a5
Merge pull request #1954 from borglab/hybrid-with-tablefactor 2024-12-31 19:42:08 -05:00
Varun Agrawal 71ea8c5d4c fix tests 2024-12-31 14:56:26 -05:00
Varun Agrawal f95ae52aff Use TableFactor everywhere in hybrid elimination 2024-12-31 14:16:00 -05:00
Varun Agrawal 02d461e359 make a cmake flag 2024-12-30 22:49:58 -05:00
Varun Agrawal 9db9ad7a03
Merge pull request #1949 from mcm001/lingering-if-boosts
Fix lingering boost flags
2024-12-29 15:33:27 -05:00
Matt b7b48ba530 Fix lingering boost flags 2024-12-29 11:07:01 -08:00
Varun Agrawal 4d96af76e0 update config.h.in 2024-12-27 13:45:29 -05:00
Varun Agrawal 7c9d04fb65 conditional switch for hybrid timing 2024-12-27 12:02:21 -05:00
Varun Agrawal 4cf0727f2a Merge branch 'discrete-improvements' into hybrid-timing 2024-12-27 11:30:36 -05:00
Varun Agrawal 795780d647 Merge branch 'develop' into discrete-improvements 2024-12-27 11:29:41 -05:00
Varun Agrawal 7f4209335a Merge branch 'develop' into hybrid-timing 2024-12-27 11:28:31 -05:00
Varun Agrawal 2b9ab0e8c0 Merge branch 'discrete-improvements' into hybrid-timing 2024-12-27 11:28:23 -05:00
Varun Agrawal 39d92cbfc5
Merge pull request #1944 from borglab/boost-flags 2024-12-27 10:41:47 -05:00
Varun Agrawal ae213dd464 replace #ifdef with #if for GTSAM_ENABLE_BOOST_SERIALIZATION 2024-12-26 23:44:00 -05:00
Varun Agrawal 3694f7aeb3 undo change to TableFactor::toDecisionTreeFactor since it is incorrect for certain larger scale cases 2024-12-25 13:27:54 -05:00
Varun Agrawal c2e8867e82 avoid extra conversion step 2024-12-25 13:14:22 -05:00
Varun Agrawal 748db19795 rename normalization to normalizer 2024-12-25 13:13:21 -05:00
Frank Dellaert a2f917aa09
Merge pull request #1934 from truher/team100_frc_factors
projection and SFM for 2d poses
2024-12-25 10:49:18 -05:00
Joel Truher 993ac90e43 fix windows test 2024-12-24 15:27:49 -08:00
Joel Truher 1203f0c702 add newlines 2024-12-24 14:32:44 -08:00
Joel Truher 2827a1e041 fix test names 2024-12-24 14:30:41 -08:00
Joel Truher 69765496c5 fix windows test 2024-12-24 14:27:11 -08:00
Joel Truher 0f8fe15e31 remove "cam coord" idea 2024-12-24 09:06:25 -08:00
Varun Agrawal 05e01b1b53 remove extra space after comma 2024-12-24 12:02:43 -05:00
Varun Agrawal 09b0d48e8b
Merge pull request #1945 from borglab/dependabot/pip/wrap/pybind11/docs/jinja2-3.1.5 2024-12-24 09:49:24 -05:00
dependabot[bot] 427d54dce8
Bump jinja2 from 3.1.4 to 3.1.5 in /wrap/pybind11/docs
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-24 00:30:15 +00:00
Varun Agrawal 1c80fa1768 Merge branch 'develop' into hybrid-timing 2024-12-23 15:53:11 -05:00
Varun Agrawal c70898aac1
Merge pull request #1933 from borglab/tablefactor-conversion 2024-12-23 15:50:49 -05:00
Varun Agrawal ad3967e37f Merge branch 'develop' into hybrid-timing 2024-12-23 15:29:21 -05:00
Varun Agrawal 53cf49b1ba code to print timing as CSV 2024-12-23 15:20:40 -05:00
Varun Agrawal 51f3c6dea3 Optimize build time by adding Boost definitions in config.h 2024-12-22 23:48:50 -05:00
Varun Agrawal 3fb1b21452 remove add_definitions since it is deprecated and suboptimal 2024-12-22 23:48:10 -05:00
Varun Agrawal 6f7365e1f3
Merge pull request #1942 from mcm001/cephus-use-lib-type 2024-12-22 23:42:41 -05:00
Matt 60506e2440 [cephes] use GTSAM_LIBRARY_TYPE 2024-12-22 09:25:06 -08:00
Varun Agrawal faf55faffd
Merge pull request #1939 from borglab/fix-pim-serialization 2024-12-21 14:17:28 -05:00
Varun Agrawal 8a30aacf6c fix serialization of ImuFactor 2024-12-21 13:10:29 -05:00
Varun Agrawal 4437baf013 expose GTSAM_ENABLE_TIMING 2024-12-18 12:30:33 -05:00
Varun Agrawal 3690937159 add comments 2024-12-18 08:11:42 -05:00
Joel Truher e4538d5b3e address some comments 2024-12-17 22:39:13 -08:00
Varun Agrawal 60b00ebdda improve testing for deep copy 2024-12-17 10:08:19 -05:00
Varun Agrawal 8f77bfa13b serialize navigation factors 2024-12-17 09:22:47 -05:00
Varun Agrawal dfcbba822e move default AHRSFactor constructor to public for wrapper 2024-12-17 09:20:33 -05:00