Varun Agrawal
|
987448fa77
|
remove derived push_back in HybridNonlinearFactorGraph and HybridFactorGraph
|
2022-07-26 14:01:05 -04:00 |
Varun Agrawal
|
43c28e7870
|
renaming fixes
|
2022-07-26 07:40:24 -04:00 |
Varun Agrawal
|
7a55341e32
|
add IsGaussian template check
|
2022-07-26 07:21:05 -04:00 |
Varun Agrawal
|
8ddc2ea989
|
rename to HybridNonlinearFactorGraph
|
2022-07-26 07:15:48 -04:00 |
Varun Agrawal
|
3780b8c21e
|
Merge branch 'develop' into feature/nonlinear-hybrid
|
2022-07-25 23:10:08 -04:00 |
Varun Agrawal
|
0af17f438f
|
Merge pull request #1248 from ScottMcMichael/fix_vector_values_deserialize
|
2022-07-18 17:17:23 -04:00 |
Scott
|
f332d21dd7
|
Add unit test for ConcurrentMap serialization
|
2022-07-17 19:00:24 -07:00 |
Scott
|
b8fb26a0b0
|
Clear ConcurrentMap before loading archive data
|
2022-07-16 15:18:45 -07:00 |
Akshay Krishnan
|
b1f441dea9
|
Merge pull request #1241 from borglab/lost-triangulate
Implementation of the LOST triangulation algorithm
|
2022-07-13 07:04:48 -07:00 |
Akshay Krishnan
|
a3ee2660e5
|
LOST in python wrapper
|
2022-07-12 22:50:58 -07:00 |
Akshay Krishnan
|
897dae4436
|
more renames to camelcase
|
2022-07-12 20:03:02 -07:00 |
Akshay Krishnan
|
f347209d4c
|
more camelcase changes
|
2022-07-12 19:30:41 -07:00 |
Akshay Krishnan
|
b52aaeab22
|
update to camelcase names in test
|
2022-07-12 19:14:26 -07:00 |
Akshay Krishnan
|
da78cc202a
|
add author
|
2022-07-12 18:47:37 -07:00 |
Akshay Krishnan
|
223ea468d6
|
change global variable names in test
|
2022-07-12 18:45:46 -07:00 |
Akshay Krishnan
|
7d9cf47579
|
unit tests pass
|
2022-07-10 22:00:18 -07:00 |
Akshay Krishnan
|
63e0446f0b
|
update triangulation LOST API
|
2022-07-10 16:49:15 -07:00 |
Varun Agrawal
|
b8426c6658
|
Merge pull request #1240 from borglab/fix/912
Wrap BearingRange Factors
|
2022-07-08 07:26:15 -04:00 |
Varun Agrawal
|
d12dd55c55
|
Merge pull request #1035 from borglab/fix/gncOptimizer
|
2022-07-07 15:28:35 -04:00 |
Varun Agrawal
|
2ab09a580f
|
add Python unit tests
|
2022-07-07 15:24:56 -04:00 |
Varun Agrawal
|
f5ec070f9f
|
wrap BearingRange classes and factors
|
2022-07-07 15:09:55 -04:00 |
yotams
|
7348586f60
|
1. changed interp name to slerp
2. added python tests for jacobians for some pose3 apis
|
2022-07-07 14:09:10 +03:00 |
yotams
|
3595e8588c
|
added jacobians for all pose3 methods in python wrappers
|
2022-07-04 11:27:49 +03:00 |
Varun Agrawal
|
b0369c48c8
|
import VectorSerialization to Point3 to allow serialization for downstream classes
|
2022-07-03 11:10:27 -04:00 |
Varun Agrawal
|
aab6af3368
|
replace boost::function with std::function
|
2022-07-03 11:09:46 -04:00 |
lcarlone
|
79305c1a9d
|
fixed compile issue
|
2022-07-02 17:05:14 -04:00 |
lcarlone
|
f947b973cd
|
addressed comments in PR
|
2022-07-02 16:02:42 -04:00 |
Varun Agrawal
|
f62a1b0b81
|
Merge pull request #1230 from borglab/fix/1162
Add `this->` to fix ROS compile issue
|
2022-07-01 09:47:58 -04:00 |
Fan Jiang
|
caf659f68c
|
Merge pull request #1161 from borglab/fix/robust_loss_factor
FIX: Robust loss error calculation
|
2022-06-30 21:44:17 -07:00 |
yetongumich
|
0d501b6de1
|
fix testNoiseModel
|
2022-06-30 23:38:34 -04:00 |
Akshay Krishnan
|
ca4b450e7e
|
experimenting with LS and TLS
|
2022-06-28 00:59:20 -07:00 |
Varun Agrawal
|
a1e45e0df5
|
add this-> to fix ROS issue
|
2022-06-25 23:34:16 -04:00 |
Akshay Krishnan
|
5ea8f2529f
|
make noise input, add LOST vs DLT unit test
|
2022-06-20 23:20:29 -07:00 |
Frank Dellaert
|
844520fdbe
|
Merge pull request #1217 from borglab/previous-hybrid
Improvements
|
2022-06-20 05:17:46 -04:00 |
Frank Dellaert
|
c663354d3f
|
Merge pull request #1224 from borglab/ta-priors-fix
Fix the failure in TA when adding betweenTranslations without any measurements.
|
2022-06-20 05:15:55 -04:00 |
Akshay Krishnan
|
e18840baff
|
update doc in header
|
2022-06-18 11:56:21 -07:00 |
Akshay Krishnan
|
6fae6f4231
|
update docstring
|
2022-06-18 11:55:55 -07:00 |
Akshay Krishnan
|
5ec6127c0b
|
add unit test, update doc
|
2022-06-18 11:35:46 -07:00 |
Akshay Krishnan
|
c49ad326d1
|
initial LOST implementation tested
|
2022-06-17 10:57:51 -07:00 |
Varun Agrawal
|
784f16fe75
|
Merge pull request #1220 from borglab/hybrid/tests
|
2022-06-10 07:19:38 -04:00 |
Varun Agrawal
|
f6b86fb17e
|
address review comments
|
2022-06-10 04:05:18 -04:00 |
HViktorTsoi
|
5ac71d20d5
|
Remove 'Rot3::quaternion()' API from 'geometry.i'
|
2022-06-09 17:56:35 +08:00 |
HViktorTsoi
|
f911ccf176
|
Move Rot3::quaternion to the deprecated block
|
2022-06-08 16:30:10 +08:00 |
Varun Agrawal
|
8b03eb5b2d
|
move += operator inside namespace
|
2022-06-07 17:57:26 -04:00 |
Varun Agrawal
|
60e3321da3
|
some formatting and improved printing
|
2022-06-07 14:11:49 -04:00 |
Varun Agrawal
|
fc939b08e0
|
GaussianMixtureFactor tests
|
2022-06-07 10:48:08 -04:00 |
Varun Agrawal
|
2396bca22f
|
Add GaussianMixture tests
|
2022-06-07 10:07:53 -04:00 |
Varun Agrawal
|
9a1eb022a9
|
Merge pull request #1203 from varunagrawal/fan/prototype-hybrid-tr
|
2022-06-03 15:51:09 -04:00 |
Varun Agrawal
|
8482cee10b
|
improvements made during the old hybrid scheme implementation
|
2022-06-03 13:53:25 -04:00 |
Varun Agrawal
|
eeecb27f14
|
rename back to HybridJunctionTree
|
2022-06-03 13:29:05 -04:00 |