alescontrela
|
211119b00e
|
Replace addPrior<> with addPrior
|
2020-04-12 13:10:09 -04:00 |
alescontrela
|
aa3ac32235
|
Change all old cases of graph.emplace_shared<PriorFactor<...>>(...) and graph.add(PriorFactor<...>(...)) to graph.addPrior<...>(...). Removed unnecessary PriorFactor.h includes.
|
2020-04-11 20:09:54 -04:00 |
alescontrela
|
f4525b51e4
|
Change PriorFactor includes from gtsam/slam to gtsam/nonlinear
|
2020-04-10 22:26:22 -04:00 |
chrisbeall
|
22d9b162d2
|
Fix more clang issues with FactorIndices
|
2019-05-18 20:51:00 -07:00 |
Frank Dellaert
|
67b65f9845
|
Merge remote-tracking branch 'origin/develop' into feature/improvementsIncrementalFilter
|
2019-05-17 22:19:27 -04:00 |
Duy-Nguyen Ta
|
1cdc228d6a
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
lcarlone
|
b59a58278b
|
fixed unit test!
|
2016-08-04 23:38:39 -04:00 |
lcarlone
|
4e8968e3f5
|
starting to add remove functionality in fixedLagSmoothers, test does not pass..
|
2016-08-04 18:46:26 -04:00 |
Abe
|
13a4da21b2
|
misc bugfixes and cleanup from skydio
|
2015-05-13 22:26:24 -07:00 |
Richard Roberts
|
f9ca07e610
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
Richard Roberts
|
aa093a35da
|
Updated all comma initializer usages to use .finished()
|
2014-11-22 16:35:27 -08:00 |
Richard Roberts
|
880d9a8e3c
|
Switched to new Eigen built-in special comma initializer
|
2013-12-16 21:33:12 +00:00 |
Jing Dong
|
87f9a2ab03
|
Fix Vector_() to Vec() in gtsam_unstable/nonlinear
|
2013-10-22 04:35:21 +00:00 |
Alex Cunningham
|
4b12d6f794
|
Moved Symbol and LabeledSymbol to inference as they are no longer specific to nonlinear optimization
|
2013-08-19 15:32:16 +00:00 |
Luca Carlone
|
e4f65eacf8
|
Updating ConcurrentIncrementalSmoother/Filter to work with unordered (work in progress)
|
2013-08-14 19:12:24 +00:00 |
Richard Roberts
|
2d60d2cdfa
|
Fixed more unit tests
|
2013-08-06 18:04:40 +00:00 |
Richard Roberts
|
09643929fd
|
Making some tests compile
|
2013-08-05 22:31:26 +00:00 |
Richard Roberts
|
3ade190128
|
Renamed old classes to "Ordered" and removed "Unordered" name from new classes
|
2013-07-29 23:55:40 +00:00 |
Richard Roberts
|
d5e721a1d0
|
Continued work on unordered classes and elimination algorithm
|
2013-06-06 15:36:11 +00:00 |
Stephen Williams
|
60d3ba2d0e
|
Added and incremental fixed-lag smoother using new iSAM2 marginalization functionality, and created a common base class for all fixed-lag smoother implementations.
|
2013-02-27 20:23:47 +00:00 |