nsrinivasan7
|
deff8b1e25
|
fixed the (*) to -> and code some more code beautification.
|
2014-12-03 11:27:18 -05:00 |
nsrinivasan7
|
bee32cc472
|
Rot2 done, make check works
|
2014-11-30 18:01:15 -05:00 |
nsrinivasan7
|
73564f1170
|
removed unecessary code
|
2014-11-30 17:07:26 -05:00 |
nsrinivasan7
|
c250f1d732
|
removed unecessary code
|
2014-11-30 17:06:03 -05:00 |
nsrinivasan7
|
ca9c66073f
|
Rot2 rotate() and unrotate() changes to OptionalJacobians
|
2014-11-30 16:09:46 -05:00 |
nsrinivasan7
|
010631a2eb
|
removed unecessary block oprations
|
2014-11-30 15:45:37 -05:00 |
nsrinivasan7
|
8457ef4182
|
make check works in this commit
|
2014-11-30 15:42:50 -05:00 |
nsrinivasan7
|
9137123f5f
|
added OptionalJacobian to relativeBearing
|
2014-11-30 11:59:32 -05:00 |
nsrinivasan7
|
0ac6c8b80b
|
Fixed the return value of Rot3
|
2014-11-30 08:32:35 -05: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
|
763083d2db
|
Fix Matrix_(...) to Mat() <<... in gtsam/base & gtsam/geometry
|
2013-11-13 04:50:42 +00:00 |
Chris Beall
|
4297d24c96
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
Frank Dellaert
|
861071cc3b
|
printing
|
2011-10-22 19:49:46 +00:00 |
Frank Dellaert
|
56d1d6ae34
|
Fixed some Doxygen problems with global replace
|
2011-10-14 03:23:14 +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
|
78b0fa054c
|
Properly handling zero range in Pose2::bearing, Pose2::range, and Rot2::relativeBearing. Also debugging check for normalized matrix in Pose2::between
|
2011-02-04 03:32:27 +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 |