Commit Graph

683 Commits (bea191f009211b679a67f0ceee96b5aa6154dec4)

Author SHA1 Message Date
kartik arcot c037e0a1fc replaced casts 2023-01-22 08:40:02 -08:00
kartik arcot 852e8768c0 shared_ptr, make_shared, allocate_shared 2023-01-22 08:40:02 -08:00
Kartik Arcot 6cd59d755f Merge branch 'feature/remove_deprecated_code' into verdant/replace-boost-optional-vals 2023-01-21 11:42:23 -08:00
Frank Dellaert c71d07bbfd Removed filter from examples and timing scripts 2023-01-21 11:39:42 -08:00
kartik arcot ee65c85442 linear, navigation, std::optional serialization tests 2023-01-21 09:27:20 -08:00
kartik arcot 236c02eb52 examples folder 2023-01-21 09:27:20 -08:00
kartik arcot 200aa13701 return before using statement 2023-01-20 18:06:55 -08:00
kartik arcot 9c56c73c1a fixing some mr comments. added new lines 2023-01-20 18:06:55 -08:00
kartik arcot ce02873140 everything compiles but tests fail in no boost mode 2023-01-20 18:06:55 -08:00
kartik arcot 841dc6005a changed signatures to use OptionalMatrix keyword 2023-01-20 18:06:55 -08:00
kartik arcot abc7e34a8b replace list_of with initializer list 2023-01-10 16:45:33 -08:00
Frank Dellaert 9b5321ce03 Remove unused boost::assign headers 2023-01-07 23:58:35 -08:00
Gerry Chen 885eed33d1
replace all NoiseModelFactor1, 2, ... with NoiseModelFactorN 2022-12-22 17:25:48 -05:00
Varun Agrawal ad9c1a72f5
Merge pull request #1324 from Taeyoung96/fix-imuFactor-example 2022-11-14 11:04:46 -05:00
Tae Young Kim 193ee66e8f Remove unnecessary functions in ImuFactorsExample.cpp 2022-11-13 16:57:16 +09:00
Varun Agrawal d57fffb703 allow examples to link to gtsam_unstable 2022-11-07 18:31:15 -05:00
Varun Agrawal 587678e0b7
Merge pull request #874 from borglab/fix/368
CombinedImuFactor: Add bias effect on position jacobian
2022-08-21 16:33:53 -04:00
Philipp Glira a8720fe910
Update README.md
Removed unavailable file
2022-08-12 11:49:35 +02:00
Varun Agrawal 103c78b0de revert name change, save for another PR 2022-08-10 10:31:10 -04:00
Varun Agrawal 322c08071e Merge branch 'develop' into fix/368 2022-07-22 14:29:44 -04:00
Akshay Krishnan 897dae4436 more renames to camelcase 2022-07-12 20:03:02 -07:00
Akshay Krishnan ed5fa923cf Example to run LOST and compare to DLT 2022-07-10 16:49:30 -07:00
Varun Agrawal 2d3859db01 Merge branch 'develop' into fix/combined-imu 2022-05-05 13:41:52 -04:00
Frank Dellaert cf5e3729e0 Fixed parsing error and cleaned up 2022-03-19 15:19:25 -04:00
Frank Dellaert f7af2c09e7 Now initializing randomly 2022-03-10 17:28:18 -05:00
Frank Dellaert 98efc464dc Fixed all lint errors, formatting 2022-03-10 16:51:19 -05:00
acxz 67fc9a93e2 add newline at end of file 2022-02-21 13:50:27 -05:00
acxz 1bf53fc414 add missing header guards under timing/ and examples/ 2022-02-21 13:50:27 -05:00
Frank Dellaert 55ad1841bd
Merge pull request #1108 from borglab/fix/headers
Header discipline in base
2022-02-17 01:25:01 -05:00
Frank Dellaert c78af4d3ea Add headers in the place they are needed 2022-02-16 22:51:53 -05:00
Frank Dellaert bac5d4f120 Fix serialization class name 2022-02-16 20:59:26 -05:00
Frank Dellaert 2e9b51aff1 fix typo 2022-01-31 16:22:09 -05:00
Frank Dellaert 9dfe52d0b6 Made reading static named constructors 2022-01-31 13:43:41 -05:00
Frank Dellaert 762e8097bb nr -> number 2022-01-31 12:46:42 -05:00
Frank Dellaert 3d51989f2e Deprecated incorrectly named methods 2022-01-31 08:32:44 -05:00
Frank Dellaert 99a97da5f7 Fix examples 2022-01-21 18:12:38 -05:00
Frank Dellaert c1561dba02 Made cartesian product static, and added specialization in DiscreteValues. Added markdown and html methods for the latter. 2022-01-09 14:46:23 -05:00
Frank Dellaert 92744d13c6 Add auto 2021-12-30 10:30:13 -05:00
Frank Dellaert 752972c1fa Use non-deprecated graphviz methods 2021-12-21 10:17:36 -05:00
Frank Dellaert 371fe3e865 Fixed all examples 2021-11-20 16:34:53 -05:00
Frank Dellaert 9fe6d23d9f Got rid of sharedValues 2021-11-20 16:15:05 -05:00
Varun Agrawal 9aa0dbf493 replace static variable with variable of greater scope in cpp example 2021-10-21 18:42:46 -04:00
Varun Agrawal 86ab7d323a Merge branch 'develop' into fix/566 2021-10-21 15:02:33 -04:00
Varun Agrawal af714cdb5a undo name change from 984a90 2021-09-30 09:05:22 -04:00
Varun Agrawal 5e735e10f7 minor improvements to CombinedImuFactor 2021-09-16 13:03:11 -04:00
Eric 1046bf481a Small clarification and md cleanup 2021-08-21 17:04:33 -04:00
Varun Agrawal a4a58cf803 only format c++ file (no code changes) 2021-08-20 13:33:57 -04:00
Akshay Krishnan aec2cf06a5
Merge pull request #753 from borglab/feature/essential-mat-with-approx-k
Adding factor which considers the essential matrix and camera calibration as variable
2021-06-21 09:14:06 -07:00
akrishnan86 01561bc217 formatting example 2021-06-20 22:26:19 -07:00
Akshay Krishnan e3b6c8308a updating points name, constexpr 2021-06-21 03:47:10 +00:00