Commit Graph

206 Commits (120723b718fa26806b821d887caebe50c47886b5)

Author SHA1 Message Date
dellaert 3b10f61e5c utilities.localToWorld 2014-05-27 00:42:03 -04:00
dellaert 499f2f2918 Small comments in examples (and timing of marginals) 2014-05-25 17:47:12 -04:00
dellaert c2e748b362 This example stopped working: now fixed 2014-05-25 17:46:47 -04:00
dellaert 852e1e1f2f Drastic speedup of plotting 2014-05-25 17:46:30 -04:00
dellaert 1762825c28 Forgot to update docs 2014-05-25 11:17:49 -04:00
dellaert ab4bb159e8 Unit tests for new routines (and they *failed* at first, as I had a bug) 2014-05-25 11:15:49 -04:00
dellaert 87c386d77f Fast creation of large key sets from within MATLAB 2014-05-25 02:03:33 -04:00
dellaert 779d6ad2af Added utilities to Contents.m 2014-05-06 00:23:34 -04:00
dellaert 3b1f947909 Renamed to test 2014-05-05 11:29:02 -04:00
dellaert 9409357fe7 Works, but is really a test, not an example 2014-05-05 11:26:16 -04:00
dellaert f5e0a7f2b1 ignore 2014-05-05 10:15:23 -04:00
dellaert 0a2385711b MATLAB wrapping of TSAMFactors 2014-05-05 10:14:56 -04:00
dellaert 219b2b4db7 Updated to 3.0 2014-05-03 15:50:38 -04:00
Alex Cunningham 6a91d7405c covarianceEllipse now returns the matlab handle for the lines object to allow for additional formatting by the user 2014-02-09 20:34:18 -05:00
Frank Dellaert 8688fc85d0 MATLAB wrapping and Monocular VO example 2013-12-17 16:18:31 +00:00
Alex Cunningham 511ab6334d Added a matlab version of the EXPECT assertion that throws a warning rather than an error on failure 2013-10-30 16:12:15 +00:00
Alex Cunningham d1ff62d640 Optional std deviation scaling (developed with Frank) 2013-10-29 14:34:41 +00:00
Luca Carlone 0e5069c26c Added toy example on SmartRangeFactors 2013-09-14 00:21:10 +00:00
Richard Roberts 8e9556d900 Fixed dataset paths 2013-08-27 17:22:33 +00:00
Richard Roberts fedf276160 When GTSAM_BUILD_TYPE_POSTFIXES is enabled, install Matlab toolboxes for different build modes in different directories. Also now using CMake generator expressions to control wrap flags so that build type switching within the IDE works for visual studio and xcode. 2013-08-24 18:23:07 +00:00
Richard Roberts deaabeb0bf Committing correct dataset files for Kitti IMU example 2013-08-13 21:04:44 +00:00
Richard Roberts efac059561 Fixed dataset search in IMUKittiExampleGPS 2013-08-13 21:04:40 +00:00
Richard Roberts d03aae959e Moved VO and advanced Kitti IMU matlab examples to unstable 2013-08-13 21:04:37 +00:00
Luca Carlone a518dae06a Fixed GPS Kitti example, VO works but bad results 2013-08-12 20:45:44 +00:00
Luca Carlone 0320baf3f7 Small updates in IMUKittiExampleVO 2013-08-11 22:57:54 +00:00
Luca Carlone d46902ea06 Working IMUKitti example with VO only (slow!) 2013-08-11 22:45:58 +00:00
Richard Roberts 2f84788c2a Adjusted sigma 2013-08-09 19:03:38 +00:00
Richard Roberts 7f5de1c3bc Added simple Kitti example 2013-08-09 18:50:20 +00:00
Luca Carlone 334d71ce51 IMUKittiExample: added infrastructure for reading and processing data - work in progress 2013-08-02 20:07:52 +00:00
Richard Roberts fc79a13932 Working on IMUKittiExample script 2013-07-31 15:25:06 +00:00
Luca Carlone 7f2a903bea Added IMUKittExample 2013-07-30 22:55:56 +00:00
Frank Dellaert e9a8782a51 Switched datasets 2013-06-25 17:12:01 +00:00
Frank Dellaert 05f883f953 C++ cleanup and dataset switch 2013-06-22 00:49:00 +00:00
Frank Dellaert 49338228a5 Ability to switch between plaza1 and plaza2 2013-06-21 14:17:58 +00:00
Frank Dellaert 169eb4af3e Range SLAM examples in MATLAB, one SAM, one iSAM 2013-06-20 19:45:51 +00:00
Frank Dellaert 955c13a8bb Multifrontal solver in toc 2013-06-20 19:45:15 +00:00
Frank Dellaert 6c2a20cee4 Added range ISAM example from Djugash08iser and Boots13icml 2013-06-20 06:51:00 +00:00
Frank Dellaert 6f2cbbb709 Added two new datafiles 2013-06-20 06:50:50 +00:00
Frank Dellaert 278c116785 Cleaned up spurious import statements 2013-06-20 06:49:56 +00:00
Alex Cunningham 456d1b5cf7 Cleanup: moving old serialization function to gtsam_unstable, renaming matlab serializaion test 2013-06-19 17:50:09 +00:00
Alex Cunningham 45b5389f8a Serialized more classes in gtsam and gtsam_unstable 2013-06-19 17:50:07 +00:00
Alex Cunningham 23de91d44d serialization works for graph and PriorFactor. Added second flag for serialization: can add "void serializable()" or "void serialize()" to allow for either just exporting (necessary if no default constructor), or implementing the full serialization functions 2013-06-19 17:50:05 +00:00
Alex Cunningham b5b1eac597 Rearranged serialization test to use new interface, added serialize() flags to Point2 and Values. Serialzing values fails - now to add export commands 2013-06-19 17:50:01 +00:00
Alex Cunningham 46ea1d229d Added test for serializing to file in matlab, graph still fails 2013-06-13 14:53:18 +00:00
Alex Cunningham 527ea5e511 Moved serialization tests over to a single test scenario - factors don't appear to work at the moment 2013-06-12 20:01:59 +00:00
Alex Cunningham e69af84c36 Added wrapping for graph/values serialization with tests in Matlab. Values serializes correctly, but graphs do not in either case. 2013-06-12 19:30:22 +00:00
Natesh Srinivasan edffa347a8 added documentation for noisemodel 2013-06-06 02:23:20 +00:00
Frank Dellaert 75803f0229 smart indent, and change push_back to add 2013-05-21 21:22:55 +00:00
Stephen Williams 8e26da7396 Added matlab version of the Concurrent Filtering and Smoothing example 2013-05-21 21:07:45 +00:00
Alex Cunningham e8cb5491f0 Added function to convert from a Rot3 to a vector quaternion that works in matlab. Fixed plot2DTrajectory to actually plot poses when there are no marginals 2013-03-25 17:58:11 +00:00