Varun Agrawal
547cb086a9
Merge branch 'model-selection-integration' into model-selection-bayestree
2024-06-28 11:02:36 -04:00
Varun Agrawal
1501b7c0e5
Merge branch 'develop' into model-selection-integration
2024-06-28 11:01:56 -04:00
Varun Agrawal
2af2c966d1
Merge pull request #1768 from borglab/update-windows-ci
2024-06-28 11:00:44 -04:00
Varun Agrawal
788826a72a
more explicit numpy version to avoid compiler issues
2024-06-28 09:15:58 -04:00
Varun Agrawal
75f9a901f3
restrict numpy to under v2.0.0
2024-06-27 21:57:15 -04:00
Varun Agrawal
522a105519
Merge branch 'model-selection-integration' into model-selection-bayestree
2024-06-26 15:40:00 -04:00
Varun Agrawal
d552eef26b
Merge branch 'develop' into model-selection-integration
2024-06-26 15:39:22 -04:00
Varun Agrawal
2780164b9b
Merge branch 'develop' into model-selection-bayestree
2024-06-26 15:38:18 -04:00
Varun Agrawal
f29ece9b60
update setup-python action version
2024-06-26 12:46:36 -04:00
Varun Agrawal
afee6ed106
update MSVC toolset version
2024-06-25 18:02:55 -04:00
Varun Agrawal
a2a7a06646
Merge pull request #1764 from talregev/TalR/build_all_tests_windows
2024-06-24 16:16:28 -04:00
Tal Regev
6419b0d749
Build all tests for windows
2024-06-13 14:20:20 +03:00
Frank Dellaert
a0870fc736
Merge pull request #1743 from borglab/updates
...
Some Updates
2024-06-10 15:14:20 -07:00
Frank Dellaert
aba056176e
Merge pull request #1755 from contagon/python-helpers
...
Tiny Updates to Python Wrapper
2024-06-10 15:13:53 -07:00
Frank Dellaert
f2bc3640cf
Add GTSAM_EXPORT
2024-06-09 23:16:38 -07:00
Frank Dellaert
ab73b956e0
Compile deprecated sections
2024-06-09 21:47:15 -07:00
Frank Dellaert
1bb26f86af
Attempt to resolve Windows linking
2024-06-09 21:34:37 -07:00
Frank Dellaert
fccf3cedd9
Make sure compiles without deprecated
2024-06-09 15:10:12 -07:00
Frank Dellaert
e47b4e5b2c
Add a strong end-to-end test
2024-06-09 14:34:04 -07:00
Frank Dellaert
ca50c82bad
CompareWithPreintegratedRotation
2024-06-09 13:51:24 -07:00
Frank Dellaert
0a3fdcc3a4
biascorrectedDeltaRij tests
2024-06-09 12:24:45 -07:00
Frank Dellaert
1ac286f97a
Removed (passing) tests of deprecated
2024-06-09 10:10:01 -07:00
Frank Dellaert
b531df7004
Fixed derivative with transform, deprecated integrateMeasurement
2024-06-09 10:07:57 -07:00
Frank Dellaert
2dad81d671
Function object with sane Jacobian
2024-06-09 08:59:48 -07:00
Frank Dellaert
d290f83268
Test incrementalRotation
2024-06-09 00:25:56 -07:00
Frank Dellaert
d72f31fbc6
Actually use displacement in test
2024-06-09 00:25:33 -07:00
Frank Dellaert
c18191d98d
Cleaned up tests
2024-06-08 16:11:55 -07:00
Frank Dellaert
e81b38114c
Ignore clangd cache
2024-06-08 16:11:24 -07:00
Frank Dellaert
344a36c568
Added clarification
2024-06-08 16:11:07 -07:00
Easton Potokar
32e8a43696
Merge branch 'borglab:develop' into python-helpers
2024-06-03 14:57:46 -06:00
Varun Agrawal
50021ed6d5
Merge pull request #1757 from borglab/fan/add_eliminate_qr
2024-05-30 14:54:11 -04:00
Fan Jiang
6f408fe1c0
Remove local changes
2024-05-29 19:34:49 -04:00
Fan Jiang
02784de742
Try fixing Windows build
2024-05-29 19:26:20 -04:00
Fan Jiang
cb30fddfc8
Try fixing Windows build
2024-05-29 15:31:54 -04:00
Fan Jiang
760b799ed8
Add EliminateQR to Python
2024-05-29 15:26:55 -04:00
Easton Potokar
d7e2e1cdf6
Expanded stereofactor python constructor
2024-05-27 15:58:05 -04:00
Easton Potokar
e116123ea5
Add a few functions to python wrapper
2024-05-27 13:31:43 -04:00
Vincent Richard
42b27e4484
fix typo
2024-05-24 10:01:10 -04:00
zzodo
0fee5cb76e
Add missing header in 3rdparty/cephes
2024-05-11 23:40:05 -04:00
ShuangLiu1992
ac5934822e
Update HessianFactor.cpp
...
add static_cast to make compiler happy
2024-04-25 12:58:53 -04:00
ShuangLiu1992
84a44eeca1
Update HessianFactor.cpp
...
Fix JacobianFactor and HessianFactor on platforms where Eigen::Index is not the same size as gtsam::Key
Eigen::Index is defined as std::ptrdiff_t (size_t), which is not always the same size as gtsam::Key (uint64)
2024-04-25 12:58:53 -04:00
ShuangLiu1992
1a591ace59
Fix JacobianFactor and HessianFactor on platforms where Eigen::Index is not the same size as gtsam::Key
...
Fix JacobianFactor and HessianFactor on platforms where Eigen::Index is not the same size as gtsam::Key
Eigen::Index is defined as std::ptrdiff_t (size_t), which is not always the same size as gtsam::Key (uint64)
2024-04-25 12:58:53 -04:00
Varun Agrawal
4abef9248e
Merge pull request #1740 from arutkowski/VectorValues_sorted
2024-04-04 08:52:33 -04:00
Varun Agrawal
8333c25dab
Fix slam module README
2024-04-03 16:15:54 +05:30
Varun Agrawal
8dd2bed6c1
don't check for 0 continuous keys when printing GaussianMixtureFactor as it is possible to have non-zero discrete keys
2024-04-03 16:15:21 +05:30
Varun Agrawal
bd241f61ec
wrap logProbability and evaluate methods of GaussianMixtureFactor
2024-04-03 16:14:46 +05:30
Varun Agrawal
c05d17dedf
minor formatting in linear.i
2024-04-03 16:14:19 +05:30
Varun Agrawal
c5d6cd5466
wrap DiscreteConditional which takes a vector of doubles
2024-04-03 16:13:55 +05:30
Adam Rutkowski
afd3330acb
added VectorValues::sorted()
2024-03-25 16:05:47 -05:00
Fan Jiang
11409b03ab
Merge pull request #1737 from ntnu-arl/fix/recursive_include
...
Removed a self include in PreintegrationCombinedParams.h
2024-03-22 14:54:24 -04:00