Frank Dellaert
|
c979a6f136
|
use anonymous namespace
|
2022-02-16 13:07:26 -05:00 |
Frank Dellaert
|
3a49c79ee8
|
Fix check.geometry
|
2022-02-16 08:25:10 -05:00 |
Duy-Nguyen Ta
|
1cdc228d6a
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
Alex Hagiopol
|
76308a5d46
|
Deprecated Vector zero(size_t n). All unit tests pass.
|
2016-04-15 16:54:46 -04:00 |
Alex Hagiopol
|
70b2aab352
|
Deprecated all inline functions in Matrix.h.
|
2016-04-11 15:11:29 -04:00 |
dellaert
|
b8e980258c
|
Fixed invariant tests (which were basically no-ops)
|
2015-05-24 10:26:07 -07:00 |
dellaert
|
27156ec8c1
|
Split up derivative tests
|
2014-12-26 16:10:47 +01:00 |
dellaert
|
e0a767e7fd
|
Renamed all dexpL/dexpInvL, merged Luca/Duy versions in Rot3
|
2014-12-24 12:25:53 +01:00 |
krunalchande
|
e539738fd0
|
Remove support for dual keys. Added finished() after all matrices and vectors. Remove buildDualGraph from GaussianFactorGraph. Remove support for multipliedHessians for non-linear equality constraints.
|
2014-12-12 17:23:31 -05:00 |
thduynguyen
|
e12add2739
|
Merged in develop (pull request #71). Resolve conflicts.
|
2014-12-12 15:34:53 -05:00 |
nsrinivasan7
|
ca9c66073f
|
Rot2 rotate() and unrotate() changes to OptionalJacobians
|
2014-11-30 16:09:46 -05:00 |
Richard Roberts
|
aa093a35da
|
Updated all comma initializer usages to use .finished()
|
2014-11-22 16:35:27 -08:00 |
thduynguyen
|
db93f4137c
|
dexp and dexpInv for Point2 and Rot2
|
2014-08-06 10:55:26 -04:00 |
jing
|
5e9540470a
|
modified Vector_() in gtsam/base and gtsam/geometry folders
|
2014-01-23 01:17:07 -05:00 |
Chris Beall
|
4297d24c96
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
Richard Roberts
|
c2c9c4a982
|
Almost everything compiles and passes in windows
|
2012-05-23 18:51:49 +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
|
07aaf38245
|
Geometry passes tests with newer interfaces and more concept checks
|
2011-11-04 21:44:29 +00:00 |
Frank Dellaert
|
f62a6bda1e
|
wrapping PlanarSLAMExample_easy
|
2011-10-21 16:56: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 |
Alex Cunningham
|
d0507535cd
|
Added unit() to Rot2 as syntactic sugar
|
2011-09-02 01:50:12 +00:00 |
Richard Roberts
|
36ff110eef
|
Added Rot2 compose and between derivatives and unit tests
|
2011-08-30 19:08:22 +00:00 |
Richard Roberts
|
1a94808f57
|
Tightened thresholds in Rot3, Pose3, Rot2, Pose2, that were "correcting" numbers to zero and one with too loose tolerance. This made it necessary to specify large steps for numerical derivatives (1e-2 instead of the default 1e-5). Fixed this, and updated unit tests to use the default step size.
|
2011-04-08 18:41:50 +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 |