Frank Dellaert
|
c8fe2fcff2
|
Test more things in BayesTree
|
2023-06-04 22:39:14 +01:00 |
Frank Dellaert
|
40e5a1a6ab
|
Derive factors from gtsam::Factor
|
2023-06-04 22:38:56 +01:00 |
Frank Dellaert
|
e1802814ca
|
wrapped List[float] constructor
|
2023-06-04 16:27:28 +01:00 |
Frank Dellaert
|
6cb0fa7cd7
|
Better documentation and new test
|
2023-06-04 16:04:18 +01:00 |
Frank Dellaert
|
febeacd686
|
Improved documentation and tests
|
2023-06-04 15:40:02 +01:00 |
Varun Agrawal
|
dafa0076ec
|
Merge pull request #1466 from borglab/hybrid-support
|
2023-02-15 21:30:04 -05:00 |
Varun Agrawal
|
2714dc5625
|
add ordering method for HybridSmoother
|
2023-02-13 15:59:30 -05:00 |
Varun Agrawal
|
b5a3f11993
|
Add better hybrid support
|
2023-02-13 15:28:35 -05:00 |
Frank Dellaert
|
d6e87ec084
|
Merge pull request #1429 from borglab/fix/wrapper-4.2
|
2023-01-28 16:41:43 -08:00 |
Frank Dellaert
|
b3e87360d5
|
Add missing header to fix gtbook.
|
2023-01-28 16:39:57 -08:00 |
Frank Dellaert
|
ffce28da5f
|
Merge pull request #1427 from borglab/patch-ros-package-4.2
|
2023-01-28 16:33:33 -08:00 |
Frank Dellaert
|
f09546f134
|
Merge pull request #1425 from borglab/fixes
|
2023-01-28 16:24:21 -08:00 |
Jose Luis Blanco Claraco
|
0b7a2be2ea
|
Update ROS package.xml format to v3 and update gtsam version
|
2023-01-29 00:31:48 +01:00 |
Varun Agrawal
|
efeafd74b0
|
Merge branch 'release/4.2' into fixes
|
2023-01-28 16:45:46 -05:00 |
Frank Dellaert
|
006a7c7752
|
Merge pull request #1424 from borglab/fix/version
|
2023-01-28 13:35:10 -08:00 |
Varun Agrawal
|
60ed242226
|
remove commented Cmake commands
|
2023-01-28 16:27:56 -05:00 |
Varun Agrawal
|
09d5380514
|
only print cmake compile options for current build version
|
2023-01-28 16:27:41 -05:00 |
Varun Agrawal
|
a1ed2f9866
|
fix warnings
|
2023-01-28 16:27:27 -05:00 |
Varun Agrawal
|
f2f1bbaf8c
|
update examples to use C++11
|
2023-01-28 16:27:07 -05:00 |
Frank Dellaert
|
be9b00e408
|
Fix docs
|
2023-01-28 13:03:19 -08:00 |
Frank Dellaert
|
faae928eae
|
Fix version
|
2023-01-28 13:02:54 -08:00 |
Frank Dellaert
|
a132a36ff2
|
Avoid warning
|
2023-01-28 12:57:47 -08:00 |
Frank Dellaert
|
ee63a5bf6f
|
Merge pull request #1423 from oicchris/release/4.2
|
2023-01-27 17:24:54 -08:00 |
chris
|
a7b42dc878
|
Fix (issue #1336) dangling pointer access violation.
|
2023-01-27 13:45:19 -10:00 |
Frank Dellaert
|
88b4082be7
|
Merge pull request #1417 from borglab/feature/iterator
|
2023-01-26 09:53:31 -08:00 |
Frank Dellaert
|
d00971d2c9
|
Use boost::shared ptr
|
2023-01-25 22:59:22 -08:00 |
Frank Dellaert
|
e2f69e0afe
|
Forgot [key, value] only works for c++17
|
2023-01-25 21:47:33 -08:00 |
Frank Dellaert
|
f2fff1936b
|
Added some more functions and fixed both flag paths.
|
2023-01-25 21:17:03 -08:00 |
Frank Dellaert
|
b281f62e24
|
Added a const_iterator back in
|
2023-01-25 19:46:09 -08:00 |
Frank Dellaert
|
e9e794b7cd
|
Merge pull request #1407 from borglab/feature/deprecate_boost
|
2023-01-22 15:28:37 -08:00 |
Frank Dellaert
|
fdc0068c00
|
Fix some CI issues (running in Debug, with TBB)
|
2023-01-22 13:20:37 -08:00 |
Frank Dellaert
|
c681628cd0
|
Fixed some stragglers in timing
|
2023-01-22 12:18:25 -08:00 |
Frank Dellaert
|
ae63321d1b
|
Deprecated boost iterators in Values
|
2023-01-22 12:18:09 -08:00 |
Frank Dellaert
|
9bca36fd2c
|
Move some Eigen methods to cpp
|
2023-01-22 11:57:13 -08:00 |
Frank Dellaert
|
8c83e432b9
|
Merge pull request #1402 from borglab/fix/examples
|
2023-01-21 15:02:34 -08:00 |
Frank Dellaert
|
f1dcc6bede
|
Removed filter from examples and timing scripts
|
2023-01-21 12:20:01 -08:00 |
Frank Dellaert
|
45e487c440
|
Merge pull request #1397 from borglab/feature/deprecate_filtered
|
2023-01-20 15:00:22 -08:00 |
Frank Dellaert
|
4bfde71d8a
|
Deprecate `filter` in favor of `extract`, which copies to std::map without boost.
|
2023-01-20 12:43:09 -08:00 |
Frank Dellaert
|
d920d94198
|
Merge pull request #1394 from borglab/hybrid/pruning_test
|
2023-01-19 09:27:44 -08:00 |
Varun Agrawal
|
3460147df8
|
Merge pull request #1390 from borglab/hybrid/simplify-2
|
2023-01-18 12:08:55 -05:00 |
Varun Agrawal
|
7849cf4c41
|
add a TODO about reorder_relinearize
|
2023-01-17 15:57:18 -05:00 |
Frank Dellaert
|
b5d574552c
|
Switch pruning test to probabilities.
|
2023-01-17 12:56:53 -08:00 |
Varun Agrawal
|
bfa4d6f3e6
|
update function names and docs to be correct
|
2023-01-17 15:56:37 -05:00 |
Frank Dellaert
|
0571af997c
|
Merge pull request #1388 from borglab/hybrid/simplify
|
2023-01-17 12:37:37 -08:00 |
Frank Dellaert
|
f714c4ac82
|
Merge branch 'develop' into hybrid/simplify
|
2023-01-17 07:50:45 -08:00 |
Frank Dellaert
|
e444962aad
|
Added correction with the normalization constant in the second elimination path.
|
2023-01-17 07:47:56 -08:00 |
Frank Dellaert
|
c3ca31f2f3
|
Added partial elimination test
|
2023-01-17 07:47:10 -08:00 |
Varun Agrawal
|
7cd360039f
|
Merge pull request #1387 from borglab/discreteKeys-vector
Some Hybrid Improvements
|
2023-01-17 04:00:41 -05:00 |
Frank Dellaert
|
892759e5d6
|
Add math related to hybrid classes
|
2023-01-16 20:00:07 -08:00 |
Frank Dellaert
|
b494a61150
|
Removed obsolete normalizationConstants method
|
2023-01-16 19:59:42 -08:00 |