Commit Graph

6562 Commits (a55e4744261f3aa411e000c9b66a9dbfc280c9f5)

Author SHA1 Message Date
Varun Agrawal a55e474426 update docstrings and format 2021-05-29 21:47:13 -04:00
Varun Agrawal ab92779b25
Merge pull request #762 from borglab/feature/wrapper-interface-updates 2021-05-05 11:12:58 -04:00
Varun Agrawal c398a62943 fix some interface todos 2021-05-04 12:16:38 -04:00
Varun Agrawal cba8f62642 fix unused warning 2021-05-03 17:01:26 -04:00
Varun Agrawal 0a501a5615 fix warnings from tests 2021-05-03 17:01:18 -04:00
Varun Agrawal 6c3aca8cac remove virtual from overridden methods, add virtual destructors to appease compiler 2021-04-30 12:58:52 -04:00
Varun Agrawal 4d6eef2c2f override print methods and update wrapper 2021-04-29 19:43:27 -04:00
Varun Agrawal 14314071ff
Merge pull request #738 from borglab/feature/update_print_wrap 2021-04-29 16:23:53 -04:00
Varun Agrawal 45ce9ebc7d print default arguments update 2021-04-28 14:03:03 -04:00
Jose Luis Blanco-Claraco 2b43e7f8f8
Avoid potential wrong memory access
If the user uses an invalid index, the [] operator won't check it and the program will access invalid memory. Using at() would throw instead.
2021-04-27 11:24:46 +02:00
Varun Agrawal 1cdc6c1db3 fix printing of preintegration params 2021-04-23 17:36:53 -04:00
Varun Agrawal d0d8f48039 assign default variables for string in print() 2021-04-21 00:17:34 -04:00
Varun Agrawal 323a15d56c Merge branch 'develop' into feature/update_print_wrap 2021-04-20 17:32:55 -04:00
Varun Agrawal 3c184a60b0 remove redundant stuff 2021-04-18 21:31:26 -04:00
Asa Hammond d8105ca73e update docstring for dt param 2021-04-18 08:32:16 -07:00
Asa Hammond a866df16da Remove unused body_P_sensor param 2021-04-17 07:42:41 -07:00
Varun Agrawal 0657d28e5b
Merge pull request #732 from Alevs2R/develop 2021-04-08 12:45:40 -04:00
Aleksei Evlampev 6cef675e6e return back including boost version.hpp header 2021-04-08 14:54:52 +03:00
Varun Agrawal 276eaafc34
Merge pull request #736 from borglab/fix/minor
Bunch of minor fixes
2021-04-08 06:35:19 -04:00
Gerry Chen 70658852d4 update default args to match with c++ 2021-04-08 05:22:34 -04:00
Gerry Chen 36ab168558 update gtsam.i print function declarations 2021-04-08 05:01:14 -04:00
Gerry Chen 1d0c61b072 remove boost::function from Key.h 2021-04-08 01:42:09 -04:00
Varun Agrawal 5ea99c4f42 bunch of minor fixes 2021-04-07 16:45:05 -04:00
Varun Agrawal 22fcec4369 change KeyFormatter from boost::function to std::function 2021-04-07 16:38:17 -04:00
Aleksei Evlampev 16852849bd remove unnecessary includes in SubgraphBuilder.h 2021-04-07 13:15:12 +03:00
Aleksei Evlampev 039250983c fix boost serialization version includes 2021-04-06 14:33:55 +03:00
Varun Agrawal 9922608d03 added double as a template for PriorFactor, NavState retract and local, some formatting 2021-04-05 10:13:08 -04:00
Frank Dellaert 48a2fb5339 Added double as template arg 2021-04-03 22:27:11 -04:00
Varun Agrawal 38d867d556 add operator overloading and fix some TODOs in the wrapper 2021-04-02 09:59:29 -04:00
Varun Agrawal a63512dfba operator overloading for compose 2021-04-02 01:23:00 -04:00
Milo Knowles a0ff5e3886 Add LocalCoordinates() to ProductLieGroup and remove unnecessary <Eigen/Core> include to reduce compile memory 2021-03-26 14:36:43 -04:00
Varun Agrawal 9dbb47fced Merge branch 'develop' into fix-verbosityLMTranslator 2021-03-18 16:19:24 -04:00
Varun Agrawal 4bf353031f fix the Similarity3 export declarations and wrapper 2021-03-17 20:22:54 -04:00
Jose Luis Blanco Claraco 43078f7cb8
fix missing verbosityLMTranslator case 2021-03-17 04:29:54 +01:00
Varun Agrawal 436c8fa436
Merge pull request #711 from borglab/feature/matlab-wrap 2021-03-14 11:13:44 -04:00
Varun Agrawal 6016a2d764 Move wrapper documentation to the wrap project 2021-03-13 12:03:17 -05:00
Varun Agrawal 51be66ff14 templated return types are now supported 2021-03-13 12:01:56 -05:00
Frank Dellaert 8bd4f2bcd8
Merge pull request #713 from borglab/fix/boost_issue
Fix/boost issue
2021-03-11 22:09:10 -05:00
Frank Dellaert c37c8b794e Added explicit header as suggested in issue #634 2021-03-11 18:26:22 -05:00
Frank Dellaert cfc77b7df8 fixed inhertance 2021-03-11 18:24:34 -05:00
John Lambert 35ea79b2cb Merge branch 'develop' of https://github.com/borglab/gtsam into sim3-alignment 2021-03-11 16:59:28 -05:00
Frank Dellaert a9f9d463bf
Merge pull request #701 from asa/asa/ConstantVelocityFactor
Constant Velocity Constraint between NavStates
2021-03-11 15:24:44 -05:00
Asa Hammond 11b196b528 Move to fixed size matrix for derivative calculations 2021-03-11 11:41:16 -08:00
Asa Hammond b0b5b04ce8 Avoid derivative calcs if they aren't asked for 2021-03-11 09:22:40 -08:00
Varun Agrawal 99f351da4c Merge branch 'develop' into feature/matlab-wrap 2021-03-10 15:59:57 -05:00
Varun Agrawal faf004347b Fix Matlab tests and add saveGraph method to GaussianBayesNet 2021-03-10 15:58:12 -05:00
John Lambert a27679e803 use different brace indent format 2021-03-10 12:34:40 -05:00
John Lambert 10b2465351 improve docstring 2021-03-10 10:23:11 -05:00
John Lambert bddd7e68eb add const on Rot3 2021-03-10 09:45:19 -05:00
John Lambert 490c14b95e Merge branch 'develop' of https://github.com/borglab/gtsam into sim3-alignment 2021-03-10 09:32:00 -05:00