Commit Graph

14477 Commits (cf5e3729e085ae63453073ed5391bf0b23a7aecc)

Author SHA1 Message Date
Frank Dellaert 9d6f9f647a Address comments 2022-01-03 11:13:32 -05:00
Frank Dellaert 6cd3eeb692 Some small doc changes 2022-01-03 11:07:28 -05:00
Frank Dellaert cf50d10fab Added more GTSAM_DEPRECATED directives 2022-01-03 10:32:55 -05:00
Frank Dellaert 754d03696d Undo changes in 3dparty 2022-01-03 10:27:42 -05:00
Frank Dellaert 8a28ac2426
Merge pull request #1002 from borglab/feature/decision_tree_2 2022-01-03 10:15:01 -05:00
Varun Agrawal 022b719560 Undo DefaultFormatter change 2022-01-03 09:50:46 -05:00
Varun Agrawal a119eb8e59
Merge pull request #1003 from borglab/fix/change-local-plane-factor-to-shared-noise-model 2022-01-03 09:31:59 -05:00
Varun Agrawal 6bfad39343
Merge pull request #1004 from borglab/fix/projection-factor-pppc-documentation 2022-01-03 09:31:51 -05:00
David Wisth 25c82c9878 change a couple of variables to const 2022-01-03 16:41:21 +11:00
David Wisth c86e42e8a1 fix constructor documentation 2022-01-03 16:41:04 +11:00
David Wisth b166985a82 remove unnessecary constructor - use default arguments instead 2022-01-03 16:40:48 +11:00
David Wisth 2151fd3852 change from SharedGaussian to SharedNoiseModel 2022-01-03 16:06:11 +11:00
David Wisth 6af7c3ac29 fix destructor virtual keyword 2022-01-03 16:05:58 +11:00
Varun Agrawal cfb6011560 replace typedef with using and improve docstrings 2022-01-03 00:04:06 -05:00
Varun Agrawal 174490eb51 kill commented out code 2022-01-02 23:49:47 -05:00
Varun Agrawal a9b2c32669 Move DefaultFormatter to base class and add defaults. Also replace Super with Base and add using. 2022-01-02 23:45:01 -05:00
Frank Dellaert 8c3d512629 Fixed python test 2022-01-02 23:24:03 -05:00
Frank Dellaert 53a6523943 Fixed issues with sample 2022-01-02 23:23:51 -05:00
Frank Dellaert 88c79a2a56 Fixed some examples 2022-01-02 22:48:55 -05:00
Frank Dellaert fca23e0559 italicized parent values 2022-01-02 22:38:39 -05:00
Frank Dellaert c51bba81d8 Fix sample() 2022-01-02 22:30:26 -05:00
Frank Dellaert 8eb623b58f Added an optional names argument for discrete markdown renderers 2022-01-02 21:34:22 -05:00
Frank Dellaert 636425404d Fix compile error on windows 2022-01-02 19:57:07 -05:00
Frank Dellaert 6c23fd1e86 Renamed protected method convert -> convertFrom 2022-01-02 18:08:45 -05:00
Frank Dellaert 5c4038c7c0 Fixed dot to have right arguments 2022-01-02 18:08:09 -05:00
Frank Dellaert db3cb4d9ac Refactor print, equals, convert 2022-01-02 16:41:30 -05:00
Frank Dellaert 78f8cc948d Define empty and check for it in apply variants 2022-01-02 16:41:13 -05:00
Frank Dellaert 7f3f332d09 Removed copy/paste convert 2022-01-02 16:41:04 -05:00
Varun Agrawal 731cff746b rename comparator to compare and capture tol in the function lambda.
# Conflicts:
#	gtsam/hybrid/DCMixtureFactor.h
2022-01-02 16:40:24 -05:00
Varun Agrawal 26c48a8c1f address more review comments
# Conflicts:
#	gtsam/hybrid/DCGaussianMixtureFactor.h
#	gtsam/hybrid/DCMixtureFactor.h
2022-01-02 16:39:50 -05:00
Varun Agrawal b24da8399a add comparator as argument to equals method
# Conflicts:
#	gtsam/hybrid/DCMixtureFactor.h
2022-01-02 16:38:56 -05:00
Varun Agrawal 9982057a2b undo dot changes 2022-01-02 16:38:29 -05:00
Varun Agrawal ed839083e2 formatter passed as reference and added a default formatter method 2022-01-02 16:38:18 -05:00
Varun Agrawal 573d0d1773 undo change to test 2022-01-02 16:38:10 -05:00
Varun Agrawal 1c76de40d1 minor fix 2022-01-02 16:37:44 -05:00
Varun Agrawal f1dedca2b7 replace dot with DOT to prevent collision with vector dot product 2022-01-02 16:37:37 -05:00
Varun Agrawal 28071ed23d added SFINAE methods for Leaf node equality checks 2022-01-02 16:37:20 -05:00
Varun Agrawal 315b10bb96 minor format 2022-01-02 16:37:08 -05:00
Varun Agrawal bb6e489c37 new DecisionTree constructor and methods that takes an op to convert from one type to another
# Conflicts:
#	gtsam/hybrid/DCMixtureFactor.h
2022-01-02 16:36:27 -05:00
Varun Agrawal 8b5d93ad37 revert incorrect change 2022-01-02 16:35:20 -05:00
Varun Agrawal ddaf9608d0 add formatting capabilities to DecisionTree 2022-01-02 16:34:54 -05:00
Varun Agrawal 94f21358f4 fix decision tree equality and move default constructor to public 2022-01-02 16:34:30 -05:00
Frank Dellaert a25e3f6d38 Remove deprecated methods from wrapper 2022-01-02 16:23:56 -05:00
Frank Dellaert 906176291f Fix everything to work with no deprecated methods allowed. 2022-01-02 16:19:17 -05:00
Frank Dellaert 6d0c55901c Global replace to V42 2022-01-02 15:49:47 -05:00
Frank Dellaert a38de28535 Tested python wrapper without Lie* 2022-01-02 15:00:49 -05:00
Frank Dellaert 9518346161 Fix unstable c++ examples 2022-01-02 14:59:28 -05:00
Frank Dellaert 8dbe5ee179 "fixed" Unstable MATLAB examples - untested 2022-01-02 14:46:39 -05:00
Frank Dellaert 70092ca18a Remove Deprecated Lie* classes 2022-01-02 14:43:48 -05:00
Frank Dellaert 55f31ab2d7 Revive BetweenFactorEM, without LieVector 2022-01-02 14:38:20 -05:00