Frank Dellaert
|
36f773670a
|
Merge pull request #1660 from borglab/chebyshev-improvements
Chebyshev2 Improvements
|
2023-12-05 22:20:08 -08:00 |
Varun Agrawal
|
7799fd5a6a
|
remove overridden WeightMatrix method
|
2023-12-05 14:13:11 -05:00 |
Varun Agrawal
|
bc1b949f8b
|
remove ParameterMatrix method
|
2023-12-05 14:10:29 -05:00 |
Varun Agrawal
|
2b545499c2
|
Merge pull request #1667 from borglab/fix/warnings
|
2023-12-04 15:55:29 -05:00 |
Frank Dellaert
|
c8d17b2d89
|
Merge pull request #1658 from borglab/enable-linux-ci
Re-enable Debug CI for Linux
|
2023-12-04 07:50:30 -08:00 |
Frank Dellaert
|
6f89bd8ddf
|
Merge pull request #1678 from kkelchte/develop
|
2023-11-30 07:53:45 -08:00 |
Fan Jiang
|
5d563b5ea5
|
Merge pull request #1677 from etamarlu/CMake_UNSTABLE_Corrected
Add a missing field in Matlab's CMakeLists.txt for UNSTABLE build
|
2023-11-28 17:06:55 -05:00 |
etamarlu
|
bf6680b2d3
|
Update CMakeLists.txt
add a missing field to "matlab_wrap" when GTSAM_UNSTABLE_INSTALL_MATLAB_TOOLBOX=ON
|
2023-11-27 13:55:05 -05:00 |
Varun Agrawal
|
7aa6e574e6
|
Merge branch 'develop' into chebyshev-improvements
|
2023-11-14 16:20:11 -05:00 |
Varun Agrawal
|
b4d7b4934d
|
Merge branch 'develop' into fix/warnings
|
2023-11-11 10:32:16 -05:00 |
Varun Agrawal
|
1121ece0eb
|
Merge pull request #1501 from borglab/fix-1496
|
2023-11-11 10:29:39 -05:00 |
Varun Agrawal
|
81b3aebc42
|
fix NavState.cpp filename in docstring
|
2023-11-09 15:39:14 -05:00 |
Varun Agrawal
|
4eef9023e9
|
small CMake formatting
|
2023-11-09 15:37:48 -05:00 |
Varun Agrawal
|
66a3c084f1
|
improved GaussianConditional docstring
|
2023-11-09 15:37:34 -05:00 |
Varun Agrawal
|
90a9e6f746
|
report correct error for discreteElimination
|
2023-11-09 15:37:15 -05:00 |
Varun Agrawal
|
fe81362783
|
Merge branch 'fix-1496' into remove-nrAssignments
|
2023-11-06 17:37:01 -05:00 |
Varun Agrawal
|
9b67c3a57a
|
Merge branch 'develop' into remove-nrAssignments
|
2023-11-06 17:32:41 -05:00 |
Varun Agrawal
|
e56e9b5ef9
|
fix unittest assertion deprecation
|
2023-11-06 11:05:50 -05:00 |
Varun Agrawal
|
c4d11c498c
|
fix unittest assertion deprecation
|
2023-11-06 11:05:23 -05:00 |
Varun Agrawal
|
ecd6450b5b
|
Merge branch 'develop' into fix-1496
|
2023-11-06 09:36:45 -05:00 |
Varun Agrawal
|
4386c5114c
|
remove nrAssignments from DecisionTree
|
2023-11-06 09:36:30 -05:00 |
Varun Agrawal
|
10f75a02b2
|
fix Chebyshev2 ParameterMatrix to take N values
|
2023-11-06 08:28:12 -05:00 |
Varun Agrawal
|
fb4957998f
|
Chebyshev2::WeightMatrix to take only N points
|
2023-11-06 08:21:35 -05:00 |
Varun Agrawal
|
8312a71af4
|
Revert "make Chebyshev nodes over N+1 points instead of N"
This reverts commit fe7d877352 .
|
2023-11-06 08:20:22 -05:00 |
Varun Agrawal
|
e952a31755
|
Merge branch 'develop' into chebyshev-improvements
|
2023-11-02 17:27:02 -04:00 |
Varun Agrawal
|
ba23e45722
|
Merge pull request #1663 from borglab/fix/template-project3-expression
|
2023-10-31 08:36:28 -04:00 |
Jose Luis Blanco-Claraco
|
a06303e55e
|
Update expressions.h
Template dimension too
|
2023-10-30 01:09:11 +01:00 |
Jose Luis Blanco-Claraco
|
fd02accccb
|
Fix apparent non-templated type in expressions
|
2023-10-30 00:20:27 +01:00 |
Varun Agrawal
|
36dc04d126
|
override WeightMatrix for Chebyshev2
|
2023-10-28 11:24:31 -04:00 |
Varun Agrawal
|
fe7d877352
|
make Chebyshev nodes over N+1 points instead of N
|
2023-10-23 18:14:18 -04:00 |
Varun Agrawal
|
9ee652c04a
|
ParameterMatrix as a separate static method
|
2023-10-23 17:57:07 -04:00 |
Varun Agrawal
|
3bff8ad317
|
use weights_.size() instead of passing in N
|
2023-10-23 17:55:39 -04:00 |
Varun Agrawal
|
d65e664a7c
|
re-enable debug CI for linux
|
2023-10-19 05:48:29 -04:00 |
Varun Agrawal
|
b5d19fb446
|
Merge pull request #1650 from borglab/factor-typecast
|
2023-10-18 13:45:51 -04:00 |
Varun Agrawal
|
5ffa7f2e35
|
Merge pull request #1649 from borglab/matlab-update
Matlab Wrapper Update
|
2023-10-17 19:20:19 -04:00 |
Frank Dellaert
|
7f511837fe
|
Merge pull request #1640 from borglab/fixes
Various Fixes and TODOs
|
2023-10-17 14:18:25 -07:00 |
Varun Agrawal
|
320ac1bc6a
|
Revert "re-enable debug CI for linux"
This reverts commit 331ae137af .
|
2023-10-17 15:32:56 -04:00 |
Varun Agrawal
|
79272bf8a8
|
overload the Chebyshev2::Point method to reduce duplication
|
2023-10-13 15:38:40 -04:00 |
Varun Agrawal
|
b766093022
|
improve bounds checks in Chebyshev2
|
2023-10-13 15:38:25 -04:00 |
Varun Agrawal
|
1b909d2eea
|
Revert "overload the Chebyshev2::Point method to reduce duplication"
This reverts commit b2efd64d2b .
|
2023-10-13 15:36:55 -04:00 |
Varun Agrawal
|
7e1a683e34
|
Revert "imrpove bounds checks in Chebyshev2"
This reverts commit 2a386f8631 .
|
2023-10-13 15:36:45 -04:00 |
Varun Agrawal
|
5a3706c6bb
|
Merge pull request #1655 from borglab/variable-keyformatter
|
2023-10-12 16:50:37 -04:00 |
Varun Agrawal
|
caef0de75a
|
Merge pull request #1656 from borglab/jacobian-factor-getA
|
2023-10-12 16:50:25 -04:00 |
Varun Agrawal
|
244c9b654b
|
Merge pull request #1654 from borglab/fix/1648
|
2023-10-12 16:49:18 -04:00 |
Varun Agrawal
|
d0987e58d8
|
Merge pull request #1651 from borglab/cmake-cleanup
|
2023-10-12 11:13:55 -04:00 |
Varun Agrawal
|
95add4786a
|
overload JacobianFactor::getA method with one that takes a key
|
2023-10-12 08:59:09 -04:00 |
Varun Agrawal
|
3c5c500aa5
|
mark DefaultKeyFormatter with GTSAM_EXPORT
|
2023-10-11 18:00:45 -04:00 |
Varun Agrawal
|
ebf3672c8d
|
add comment
|
2023-10-11 14:26:39 -04:00 |
Varun Agrawal
|
f0fcdfa902
|
make DefaultKeyFormatter an extern variable so it can be updated in downstream applications
|
2023-10-11 14:21:59 -04:00 |
Varun Agrawal
|
d16bba321f
|
correct method ordering as per documentation
|
2023-10-10 07:42:25 -04:00 |