Commit Graph

3141 Commits (ffd210b11ed4e2313a0b2f3924611347b5d6b907)

Author SHA1 Message Date
Frank Dellaert 9211a314a8 comment 2012-06-07 02:19:12 +00:00
Frank Dellaert e986311566 small details 2012-06-07 02:18:24 +00:00
Frank Dellaert 89a24e240b doxygen 2012-06-07 02:17:55 +00:00
Frank Dellaert 78bbcde7cd printing 2012-06-07 02:16:58 +00:00
Frank Dellaert 81b577eb59 Fixed compile error in gtsam_unstable 2012-06-07 02:11:16 +00:00
Frank Dellaert cd54e80c8c Doxygen comments 2012-06-07 02:10:58 +00:00
Yong-Dian Jian a9c36fc172 move linear algebra functions for jacobian factor graph to a new file 2012-06-07 01:24:19 +00:00
Duy-Nguyen Ta c518381373 VisualISAMExample in MATLAB: try to enable point priors. Disable logging images. 2012-06-06 21:21:49 +00:00
Duy-Nguyen Ta 31d88649f7 fix bug in VisualISAM matlab example 2012-06-06 18:08:30 +00:00
Alex Cunningham 87a705468d Removed unnecessary tests/examples, consolidated utility functions 2012-06-06 13:04:47 +00:00
Richard Roberts 55ff10a1c2 Updated old timing statements in discrete examples and reenabled the examples 2012-06-06 12:51:44 +00:00
Richard Roberts 19796465bf Moved back missing tictoc_print 2012-06-06 12:51:21 +00:00
Alex Cunningham 74138787e8 testPoseRTV no longer fails when using quaternions - still should add full analytical derivatives, however. 2012-06-06 12:44:06 +00:00
Frank Dellaert 3729b322fd retractCayley not on quaternion branch 2012-06-06 12:30:30 +00:00
Alex Cunningham 3a9b647b8f Updated expected wrap values 2012-06-06 12:03:49 +00:00
Duy-Nguyen Ta 64beba42e4 wrapping SimpleCamera::lookat and visualSLAM's ISAM to MATLAB 2012-06-06 09:42:27 +00:00
Duy-Nguyen Ta 3e36890fd1 VisualISAMExample in MATLAB. Doesn't look quite right... 2012-06-06 09:41:06 +00:00
Duy-Nguyen Ta bb89cdda76 axisLength for plotting Pose2 in MATLAB 2012-06-06 09:40:24 +00:00
Duy-Nguyen Ta 3a28baf3c8 simplify VisualSLAMExample code in MATLAB 2012-06-06 09:39:55 +00:00
Duy-Nguyen Ta a8ffa407ae remove noise sampler in visualSLAM examples 2012-06-06 09:36:10 +00:00
Duy-Nguyen Ta 8037c44b17 fix CMakeLists to generate correct paths to gtsam lib for MEX, both in command line and make_gtsam.m 2012-06-06 09:35:19 +00:00
Duy-Nguyen Ta 092093444c lookat: a convenient function to set up camera pose 2012-06-06 09:33:03 +00:00
Duy-Nguyen Ta 5256130afd support adding odometry factor to visualSLAM graph and add NonlinearISAM to visualSLAM namespace for uses in MATLAB 2012-06-06 09:31:18 +00:00
Yong-Dian Jian 0e4f2b414c fix iterative parameters 2012-06-06 05:17:39 +00:00
Frank Dellaert 0f079b70f2 Disabled two examples until timing fixed 2012-06-06 04:29:14 +00:00
Frank Dellaert 76a1ae0102 Fixed emit of comment string 2012-06-06 04:28:50 +00:00
Frank Dellaert cdd5ba2517 removed duplicate method 2012-06-06 04:28:13 +00:00
Abhijit Kundu 59960a8d14 Changes to Discrete Examples 2012-06-06 03:25:56 +00:00
Abhijit Kundu 3768efd7d3 Adding DiscreteMarginals test 2012-06-06 03:14:30 +00:00
Abhijit Kundu c31ef559f8 Merging all Discrete changes 2012-06-06 03:10:13 +00:00
Duy-Nguyen Ta e6a0663540 rotate and color 3D covariance ellipses for visual SLAM example with Frank 2012-06-05 23:51:12 +00:00
Richard Roberts 5d8f287e6e Added comment explaining disabled new boost timers 2012-06-05 21:56:19 +00:00
Richard Roberts 82e3d23230 Always using old boost timers to avoid boost system dependency 2012-06-05 21:50:49 +00:00
Richard Roberts d83c4c390c Added non-const constructor from filtered 2012-06-05 21:31:27 +00:00
Richard Roberts c2fe87fdc4 Fallback on old boost timers 2012-06-05 21:30:42 +00:00
Richard Roberts 5fc823c3af Fixed gtsam linking with unnecessary boost libraries that caused undefined symbol in matlab 2012-06-05 21:30:38 +00:00
Richard Roberts 8d2c99b2cf Fixed gtsam linking with unnecessary boost libraries that caused undefined symbol in matlab (reverse-merged from commit b8cea352c107b3528e7a9313690c4fe006128a4b) 2012-06-05 20:11:21 +00:00
Richard Roberts ecbe2ee12e Fixed gtsam linking with unnecessary boost libraries that caused undefined symbol in matlab 2012-06-05 20:05:44 +00:00
Richard Roberts c5a406578a Typo 2012-06-05 20:04:41 +00:00
Richard Roberts 3cc739cc07 Fixed link path in make_gtsam 2012-06-05 20:03:33 +00:00
Richard Roberts dacff98f9f Using boost timer instead of chrono to support older boost versions 2012-06-05 20:03:31 +00:00
Richard Roberts 1b5b4d494e Simplified Values code by moving internal implementation to inline header file 2012-06-05 20:03:27 +00:00
Summit Patel 5bcb0de588 Fixed doxygen warnings. 2012-06-05 19:54:14 +00:00
Alex Cunningham 00b6f177d2 Removing unnecessary boost dependencies - may need more fixing 2012-06-05 19:25:31 +00:00
Alex Cunningham 575fcb999b Fixed missing include 2012-06-05 18:15:53 +00:00
Alex Cunningham ad3b431c4d Moved building of wrap libraries to a cmake macro and moved install for matlab components to the appropriate folder 2012-06-05 18:05:00 +00:00
Chris Beall 1241bf383a stereo VO Matlab example and data 2012-06-05 17:54:29 +00:00
Chris Beall 7fdf3ef1bb wrapped visualSLAM helper functions 2012-06-05 17:27:40 +00:00
Alex Cunningham 02ce40546f Changed names of cmake flags to be more intuitive, fixed include/library path issues for building the mex binaries 2012-06-05 17:20:19 +00:00
Alex Cunningham cc79d3d524 Updated documentation for PartialPriorFactor - needs to have implementation switched to only requiring manifold/group operations, rather than Lie 2012-06-05 17:20:18 +00:00