Commit Graph

21 Commits (a75c9f1da34e411486fe3840e7a42c14e751d93e)

Author SHA1 Message Date
Frank Dellaert a75c9f1da3 Small Manhattan world example 2012-06-03 05:26:30 +00:00
Frank Dellaert 20a5eed051 Fixed keys in planarSLAM matlab example 2012-06-03 05:25:50 +00:00
Frank Dellaert f924d01bc3 Synchronized mixed case naming 2012-06-03 05:25:05 +00:00
Frank Dellaert 5160c2eb50 Significant API change in slam (GTSAM 2.0.1 or 2.1): to eliminate confusion and give the user more freedom in creating their own Keys, the different slam variants no longer create Symbol keys themselves. Instead, all interaction is done via Keys (which are just unordered, unsigned ints). All PoseSLAM unit tests and examples now just use sequential keys. However, a user can still create Keys using the Symbol constructor, which is illustrated in the landmark-based unit tests and examples. 2012-06-02 16:18:40 +00:00
Frank Dellaert 69e8923690 Plot covariance ellipses in MATLAB 2012-05-23 12:35:48 +00:00
Frank Dellaert 8a69bb8bcb Added marginals in MATLAB, but had to fix a bug in converting from 64 bit ints to size_t. This begs the question what happens on 32-bit machines with Symbols. 2012-05-22 19:01:40 +00:00
Frank Dellaert 3e9ceda062 Sync with C++ example 2012-05-21 21:53:26 +00:00
Stephen Williams 3dc3f93145 Removed references to the old nonlinear optimizer parameters from Matlab 2012-05-15 18:46:51 +00:00
Duy-Nguyen Ta 1345a5fe86 fix small bugs in matlab wrapper to make it compiled. Still have runtime errors in when calling graph.optimize in matlab 2012-02-25 17:31:00 +00:00
Alex Cunningham 5a3740daeb Removed extraneous "shared" prefix from SharedNoiseModel named constructors 2012-02-12 17:41:57 +00:00
Duy-Nguyen Ta 9f055fc812 bug fix in advanced example. Question: Currently, pose2SLAMOptimizer is in fact useless! Is it needed? Why don't we add more functionalities for it? 2012-02-06 03:33:40 +00:00
Chris Beall 537a1a3fae Matlab wrapped classes now live within the gtsam namespace, meaning you have to use gtsamPose2 instead of just Pose2 in Matlab. This fixes the Point2 and Point3 issues we had with Matlab 2011b.
promote pose2SLAM planarSLAM etc. namespaces to be next to gtsam instead of within
2012-01-30 22:00:13 +00:00
Chris Beall 37ba09d836 adding Pose2SLAM example 2012-01-28 02:51:35 +00:00
Alex Cunningham 379fe4e557 Removed references to "Landmark2" in matlab example 2012-01-10 14:55:42 +00:00
Alex Cunningham 2572265096 Added noisemodel syntactic sugar so that matlab interface examples and tests work 2012-01-04 16:18:38 +00:00
Frank Dellaert 03280f2446 renamed sparse to sparseJacobian_ 2011-10-30 20:38:08 +00:00
Frank Dellaert 0a101eb50f Fixed matlab wrapper of sparse to take no arguments 2011-10-30 20:25:08 +00:00
Frank Dellaert 9ff18b4e4e Wrapped GaussianFactorGraph.sparse and provided example usage in PlanarSLAMExample_easy 2011-10-29 04:28:47 +00:00
Frank Dellaert 980ed4d590 Fixed VectorValues, added linearize and denseJacobian/denseHessian 2011-10-28 16:25:15 +00:00
Frank Dellaert 3fbc459d0f planar SLAM example works in MATLAB ! 2011-10-22 20:10:25 +00:00
Frank Dellaert f62a6bda1e wrapping PlanarSLAMExample_easy 2011-10-21 16:56:50 +00:00