Frank Dellaert
|
c75f7ead65
|
explicit retract versions for calling in MATLAB
|
2012-01-10 20:23:48 +00:00 |
Richard Roberts
|
c8d6b389a4
|
Fixed spelling of coordinates modes in Rot3 and Pose3
|
2012-01-08 21:29:05 +00:00 |
Richard Roberts
|
f2638b2c0c
|
Fixed names of coordinates modes in Rot3 and Pose3
|
2012-01-08 21:25:29 +00:00 |
Richard Roberts
|
9055024032
|
Made CoordinatesMode enum name fully-qualified to avoid confusion with Pose3
|
2012-01-08 20:43:59 +00:00 |
Richard Roberts
|
fdf7bc6dae
|
retract and localCoordinates optional argument in Rot3 to switch between different math versions, and unit testing all versions
|
2012-01-08 19:40:32 +00:00 |
Frank Dellaert
|
164ff7ecd8
|
inlined unrotate instead of calling transpose
|
2012-01-07 21:11:25 +00:00 |
Frank Dellaert
|
f9f3b1c47d
|
Did more extensive testing on Logmap, cleaned that up, and replaced Taylor expansion on theta with one on (trace-3)
|
2012-01-07 19:40:42 +00:00 |
Frank Dellaert
|
0ba97cc39a
|
Mathematica closed form optimization (procrastination?) gone wild
|
2012-01-06 20:44:06 +00:00 |
Alex Cunningham
|
610faa8439
|
Experimented with using Eigen in Cayley implementations - ~4x speedup in Rot3M localCoordinates
|
2012-01-06 16:45:07 +00:00 |
Frank Dellaert
|
dae02c387f
|
Implemented and tested Rot3.retract based on the Cayley Transform (about three times faster)
|
2012-01-06 01:30:10 +00:00 |
Frank Dellaert
|
2dde2cf27c
|
replace double matrix call
|
2012-01-04 16:50:55 +00:00 |
Frank Dellaert
|
568ce68427
|
Fixed comments and authorship
|
2012-01-02 20:54:49 +00:00 |
Richard Roberts
|
b9bd2e61d8
|
Simplified Rot3 by having only one implementation available at a time
|
2012-01-02 20:24:23 +00:00 |
Richard Roberts
|
30508264d5
|
Reordered functions to be in the same order in the header and cpp files
|
2012-01-02 16:17:27 +00:00 |
Richard Roberts
|
fa4af2e211
|
Merged Rot3M.h and Rot3Q.h into Rot3.h, which now defines both Rot3M and Rot3Q.
|
2012-01-02 02:24:29 +00:00 |
Richard Roberts
|
c28bc7b06e
|
Moved all Rot3 function implementations to cpp files instead of header files
|
2012-01-01 23:46:34 +00:00 |
Alex Cunningham
|
a7ea0f4e04
|
Formatting and comments, adding Rot3 and Pose3 to matlab interface
|
2011-12-01 01:59:34 +00:00 |
Richard Roberts
|
711535e818
|
Added missing header and reverted debugging change from quaternion merge
|
2011-11-09 03:33:13 +00:00 |
Richard Roberts
|
716c5175ab
|
Quaternion implementation of Rot3, made default with GTSAM_DEFAULT_QUATERNIONS
|
2011-11-09 01:40:20 +00:00 |