alescontrela
|
30a109e38e
|
Make small commit to re-trigger travis build.
|
2020-04-13 10:37:35 -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
|
3d3c41b754
|
Move PriorFactor.h to gtsam/nonlinear. Point slam/PriorFactor.h to new header location for backwards compatibility.
|
2020-04-10 22:00:58 -04:00 |
Jose Luis Blanco Claraco
|
76b29b78af
|
Prefer C++11 nullptr
|
2020-04-06 23:31:05 +02:00 |
Frank Dellaert
|
5a819645a4
|
Fixed print when no noise model
|
2019-06-01 17:34:24 -04:00 |
Duy-Nguyen Ta
|
b2e5dadcdb
|
Merge branch 'develop' of https://bitbucket.org/gtborg/gtsam into fix/trailing_whitespaces
# Conflicts:
# gtsam/symbolic/tests/testVariableIndex.cpp
# gtsam_unstable/gtsam_unstable.h
# gtsam_unstable/linear/RawQP.cpp
# gtsam_unstable/linear/RawQP.h
|
2019-05-12 09:26:28 -04:00 |
Frank Dellaert
|
1365a04b09
|
Added default noise model argument in two crucial factors.
|
2019-03-25 23:01:05 -04:00 |
Duy-Nguyen Ta
|
1cdc228d6a
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
Frank Dellaert
|
b8f3cd0f13
|
Merge in alignment-related changes from 'origin/fix/msvc2017'
|
2018-11-04 13:05:28 -05:00 |
alexhagiopol
|
1feed7c20e
|
Work in progress: deprecating inline functions.
|
2016-04-11 11:34:57 -04:00 |
Frank
|
935801d8e1
|
Reversed arguments to Local to work with Unit3
|
2015-10-19 15:02:12 -07:00 |
Abe
|
13a4da21b2
|
misc bugfixes and cleanup from skydio
|
2015-05-13 22:26:24 -07:00 |
Thomas Schneider
|
ebf5746987
|
Fix some serialization warnings.
|
2015-03-06 16:12:09 +01:00 |
dellaert
|
e5017984a1
|
traits_x -> traits
|
2014-12-26 16:47:51 +01:00 |
Paul Furgale
|
7f7c181945
|
Replaced ChartValue with GenericValue. Now at the point where we are bumping up against missing Jacobians in gtsam types. It feels like progress.
|
2014-12-14 12:13:59 +01:00 |
Christian Forster
|
1d7c895031
|
using chart.getDimsion() instead of traits::dim
|
2014-12-01 21:18:09 -05:00 |
Christian Forster
|
c472c86730
|
get dimension of prior factor with traits
|
2014-12-01 12:10:45 -05:00 |
Paul Furgale
|
6b4d2321b4
|
Fixed the prior factor to use charts and traits
|
2014-12-01 15:29:40 +01:00 |
Yong-Dian Jian
|
b356ca6e6a
|
add a function to retrieve the prior
|
2012-10-05 16:57:44 +00:00 |
Chris Beall
|
4297d24c96
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
Chris Beall
|
6111904b1c
|
add SLAM doxygen module
|
2012-09-07 15:16:14 +00:00 |
Frank Dellaert
|
821c08844c
|
Printing fix
|
2012-08-04 20:18:06 +00:00 |
Frank Dellaert
|
50b40b1b5b
|
printing detail
|
2012-07-05 18:10:09 +00:00 |
Alex Cunningham
|
b602e75a99
|
Removed the use of the ADD_CLONE_NONLINEAR_FACTOR macro, documented instances of clone() in factors
|
2012-06-09 21:06:06 +00:00 |
Frank Dellaert
|
a000745799
|
small printing detail
|
2012-06-02 23:21:25 +00:00 |
Alex Cunningham
|
54f6f3629c
|
Added clone() functionality to nonlinear factors
|
2012-05-21 20:54:40 +00:00 |
Richard Roberts
|
a3797e3cdb
|
Int keys with formatter objects, all unit tests pass
|
2012-02-21 00:53:35 +00:00 |
Richard Roberts
|
0a81c4e57a
|
Renamed NonlinearFactor[1-6] to NoiseModelFactor[1-6]
|
2012-02-20 21:52:47 +00:00 |
Richard Roberts
|
0592b71ac4
|
Switched Values, Ordering, and factors to int 'Key' instead of 'Symbol',
still more code changes required to compile
|
2012-02-19 01:02:07 +00:00 |
Richard Roberts
|
eaa9e4d739
|
Continuing changes from templating NonlinearFactors on value instead of key
|
2012-02-06 23:32:59 +00:00 |
Richard Roberts
|
811be62ed3
|
Working on templating factors on Value type instead of key type
|
2012-02-06 00:44:25 +00:00 |
Duy-Nguyen Ta
|
d3d5ee3b39
|
[inprogress] switching to DynamicValues
|
2012-01-28 20:47:43 +00:00 |
Alex Cunningham
|
5798868ab7
|
Changed LieValues->Values. Did not change Values typedefs in slam domains, just adjusted namespaces
|
2011-11-06 19:08:42 +00:00 |
Alex Cunningham
|
2b9a3db085
|
Added Group concept, reworked naming and conventions to reduce unnecessary functions
|
2011-11-05 23:01:43 +00:00 |
Alex Cunningham
|
b3501efdec
|
Merge branch 'master' into retraction_name
|
2011-11-05 04:30:02 +00:00 |
Alex Cunningham
|
97a82add25
|
make check for entire library now works
|
2011-11-04 21:44:34 +00:00 |
Frank Dellaert
|
2ddc60063f
|
Fixed printing
|
2011-10-22 19:56:53 +00:00 |
Frank Dellaert
|
3692eae4fe
|
Doxygen compliance
|
2011-10-21 06:01:50 +00:00 |
Alex Cunningham
|
eeacef81b6
|
Merge branch 'master' into measurement_concepts
Conflicts:
gtsam/slam/BearingRangeFactor.h
|
2011-10-15 18:38:49 +00:00 |
Yong-Dian Jian
|
fd07d61a2e
|
Add a robust noise model. Change SharedGaussian to SharedNoiseModel
|
2011-08-26 21:41:01 +00:00 |
Alex Cunningham
|
611b5061cd
|
Added a generic prior factor for specific components of a variable
|
2011-05-23 17:29:13 +00:00 |
Alex Cunningham
|
a87a52035d
|
Serialization for (some) nonlinear factors now works, added virtual destructors to factor classes that needed them.
|
2011-03-03 17:16:13 +00:00 |
Alex Cunningham
|
cee6b4523e
|
Improved serialization for noisemodel and NonlinearFactors, however currently fails on NonlinearFactorGraphs and some factors
|
2011-02-23 20:31:19 +00:00 |
Richard Roberts
|
a735b7cdeb
|
Virtual equals and print methods in NonlinearFactor so that printing nonlinear factors works correctly
|
2010-10-26 20:21:52 +00:00 |
Richard Roberts
|
2c90e3d836
|
Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'.
|
2010-10-25 20:10:33 +00:00 |