Frank Dellaert
|
049cea6964
|
3D Pose SLAM + removed obsolete Urban files that somehow re-appeared in CitySLAM
|
2010-01-16 19:37:17 +00:00 |
Frank Dellaert
|
99db4c37d8
|
2D Pose SLAM: created a new templated factor to accommodate GPS measurements, and as part of the refactor I consolidated all Pose2 SLAM classes in pose2SLAM.h. For backwards compatibility it contains
typedef pose2SLAM::Prior Pose2Prior;
typedef pose2SLAM::Odometry Pose2Factor;
typedef pose2SLAM::Constraint Pose2Constraint;
typedef pose2SLAM::Config Pose2Config;
typedef pose2SLAM::Graph Pose2Graph;
|
2010-01-16 18:01:16 +00:00 |
Frank Dellaert
|
eef8445ebd
|
added Kai's trick
|
2010-01-16 04:24:35 +00:00 |
Chris Beall
|
11b61138b7
|
oops, when I fixed the typo I had the optimized version uncommented.
|
2009-12-11 05:11:14 +00:00 |
Chris Beall
|
2f8e7b2d47
|
fixed important typo
|
2009-12-11 05:07:23 +00:00 |
Chris Beall
|
b65b0c367e
|
Significant performance gains can be achieved by compiling gtsam with NDEBUG defined. This causes uBLAS to be optimized.
5x speedup on large factor graph, 10x speedup on smaller one.
|
2009-12-11 04:47:52 +00:00 |
Richard Roberts
|
d80fa24a9f
|
Fixing directory structure
|
2009-08-21 22:23:24 +00:00 |