Frank Dellaert
|
2b26b3c971
|
Major improvement -> no need to copy keys anymore
|
2024-09-27 06:49:36 -07:00 |
Frank Dellaert
|
bc555aef0a
|
Changed order
|
2024-09-27 06:49:07 -07:00 |
Frank Dellaert
|
14ad127094
|
Review comments
|
2024-09-27 06:48:23 -07:00 |
Frank Dellaert
|
d93ebeafde
|
Yet another python test
|
2024-09-26 17:23:44 -07:00 |
Frank Dellaert
|
3e6227f2b5
|
Move code to cpp file.
|
2024-09-26 16:47:07 -07:00 |
Frank Dellaert
|
71d5a6c1f1
|
Fix more wrapper tests
|
2024-09-26 16:28:56 -07:00 |
Varun Agrawal
|
d72d23cd3c
|
Merge pull request #1846 from borglab/wrap-triangulation-factor
|
2024-09-26 18:52:01 -04:00 |
Varun Agrawal
|
95098e0cad
|
add missing preprocessor guard
|
2024-09-26 18:51:30 -04:00 |
Varun Agrawal
|
234dd0930c
|
common macro for setting python library properties
|
2024-09-26 18:51:18 -04:00 |
Varun Agrawal
|
5c75a52fa6
|
remove extra whitespaces
|
2024-09-26 18:50:50 -04:00 |
Varun Agrawal
|
e0ce34833a
|
remove postfix for python when compiling with Timing and Profiling
|
2024-09-26 18:48:44 -04:00 |
Frank Dellaert
|
1a566ea2bb
|
Fix wrapper
|
2024-09-26 14:51:39 -07:00 |
Frank Dellaert
|
bb4c3c95ab
|
Fix call sites for HybridNonlinearFactor
|
2024-09-26 14:51:22 -07:00 |
Frank Dellaert
|
2c12e685ea
|
Fix HybridNonlinearFactor
|
2024-09-26 14:50:50 -07:00 |
Frank Dellaert
|
e18dd3e905
|
Removed unneeded changes
|
2024-09-26 13:38:54 -07:00 |
Frank Dellaert
|
83fae8ecf8
|
Remove error checking
|
2024-09-26 13:34:03 -07:00 |
Frank Dellaert
|
69b1313eed
|
Working version with helper
|
2024-09-26 13:22:32 -07:00 |
Frank Dellaert
|
08cf399bbf
|
Fix all call sites
|
2024-09-26 13:07:10 -07:00 |
Frank Dellaert
|
35dd42ed23
|
Three constructor variants extract keys
|
2024-09-26 12:53:50 -07:00 |
Frank Dellaert
|
e8089dc7cb
|
Made augment static
|
2024-09-26 11:56:47 -07:00 |
Frank Dellaert
|
e04f0afd0e
|
De-clutter header
|
2024-09-26 11:53:38 -07:00 |
Frank Dellaert
|
ebebf7ddd5
|
Fix initialization issue with helper class
|
2024-09-26 11:43:05 -07:00 |
Frank Dellaert
|
b45ba003ca
|
Simplify all call sites
|
2024-09-26 11:29:03 -07:00 |
Frank Dellaert
|
977112d004
|
Avoid double traversal
|
2024-09-26 11:28:41 -07:00 |
Frank Dellaert
|
1f11b5472f
|
Initial attempt at removing extra arguments
|
2024-09-26 10:41:04 -07:00 |
Varun Agrawal
|
580dcb27f4
|
ignore errors in stub generation
|
2024-09-26 12:12:26 -04:00 |
Varun Agrawal
|
e36fa332f2
|
Revert "Revert "Fix compile error on Clang 18, tweak for better type generation""
This reverts commit 6190e3d13f .
|
2024-09-26 11:51:41 -04:00 |
Varun Agrawal
|
e023360843
|
Revert "Revert "Use pybind11-stubgen for generating stubs""
This reverts commit 92c7f51db5 .
|
2024-09-26 11:50:58 -04:00 |
Varun Agrawal
|
8d5ff15c25
|
Merge pull request #1847 from borglab/feature/testGaussianMixture
|
2024-09-26 11:17:16 -04:00 |
Frank Dellaert
|
4d10c1462b
|
Include what you use
|
2024-09-25 18:54:53 -07:00 |
Frank Dellaert
|
a4a0a2a424
|
Test different workflows
|
2024-09-25 18:48:01 -07:00 |
Frank Dellaert
|
314a8310cf
|
Simplify tests
|
2024-09-25 17:39:00 -07:00 |
Frank Dellaert
|
06887b702a
|
Moved mixture model tests to its own file
|
2024-09-25 16:11:23 -07:00 |
Varun Agrawal
|
569eeb9202
|
update Config.cmake.in to conditionally include Boost
|
2024-09-25 16:45:06 -04:00 |
Varun Agrawal
|
8f474600e0
|
Merge pull request #1842 from borglab/better-noisemodel-checking
Non-loop versions for checking sigma values
|
2024-09-25 16:38:02 -04:00 |
Varun Agrawal
|
9243655e3b
|
simplify
|
2024-09-25 14:13:14 -04:00 |
Varun Agrawal
|
e2fba7a85c
|
expose Measurement type in TriangulationFactor
|
2024-09-25 11:28:54 -04:00 |
Varun Agrawal
|
832ef7725b
|
wrap TriangulationFactor
|
2024-09-25 11:28:38 -04:00 |
Varun Agrawal
|
798db544a4
|
keep include<algorithm>
|
2024-09-25 11:08:06 -04:00 |
Varun Agrawal
|
92c7f51db5
|
Revert "Use pybind11-stubgen for generating stubs"
This reverts commit 30c789dbdb .
|
2024-09-25 11:06:51 -04:00 |
Varun Agrawal
|
6190e3d13f
|
Revert "Fix compile error on Clang 18, tweak for better type generation"
This reverts commit e3dd4e1704 .
|
2024-09-25 11:03:15 -04:00 |
Varun Agrawal
|
e4ec8d3b9c
|
Merge pull request #1844 from borglab/feature/timeHybrid
|
2024-09-24 15:32:03 -04:00 |
Frank Dellaert
|
82c25d887c
|
Address comments on PR #1843
(cherry picked from commit 7e587e4eb396cadf67799e968cb0cf153af9750a)
|
2024-09-24 11:26:40 -07:00 |
Frank Dellaert
|
6c97e4b641
|
Merge pull request #1843 from borglab/feature/easy_hnf
Easy HNF constructors
|
2024-09-24 11:25:22 -07:00 |
Varun Agrawal
|
2682cde259
|
re-add the gotos
|
2024-09-23 22:57:05 -04:00 |
Frank Dellaert
|
74c40556e3
|
Make key generation more efficient
|
2024-09-23 18:36:00 -07:00 |
Frank Dellaert
|
ae8d79cb3c
|
Add test for combine
|
2024-09-23 18:35:36 -07:00 |
Frank Dellaert
|
52acceebc9
|
Some formatting
|
2024-09-23 18:35:19 -07:00 |
Frank Dellaert
|
2757ca4fbe
|
Make sure label is formatted for Choice
|
2024-09-23 17:55:01 -07:00 |
Frank Dellaert
|
502101100e
|
Split test
|
2024-09-23 17:53:43 -07:00 |