Commit Graph

1158 Commits (288858d5f2dd37050bf3a93f439040737a09d86a)

Author SHA1 Message Date
Richard Roberts 288858d5f2 Removed unnecessary extra compile flags 2012-06-07 16:12:41 +00:00
Frank Dellaert 674d8d51b3 prototype to get Kyel started on Active Matching a la Chli 2012-06-07 15:46:23 +00:00
Frank Dellaert bf21239e41 printStats 2012-06-07 14:29:18 +00:00
Frank Dellaert 39aec060ae removed bind.h include 2012-06-07 13:18:17 +00:00
Frank Dellaert f8ce3a9c11 saveGraph 2012-06-07 13:17:46 +00:00
Frank Dellaert b01ab6e642 Fixed compile error in saveGraph 2012-06-07 13:16:49 +00:00
Duy-Nguyen Ta 43fb6b76e9 fix a bad bug in PinholeCamera::lookat: normalize the result vector of cross product!!! 2012-06-07 06:53:03 +00:00
Richard Roberts 8e39e6b656 Fixed doxygen warnings 2012-06-07 04:54:40 +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 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
Richard Roberts 19796465bf Moved back missing tictoc_print 2012-06-06 12:51:21 +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
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
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 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
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
Chris Beall e01a320efa Matlab convenience function for plotting points 2012-06-05 16:24:04 +00:00
Chris Beall f13b3049a8 added Matlab convenience functions 2012-06-05 15:49:15 +00:00
Richard Roberts fd592dd689 Reverted using boost chrono because chrono is not available on boost <1.47 2012-06-05 15:18:44 +00:00
Richard Roberts bef45d5b7b Merged from branch 'branches/windows' 2012-06-05 14:09:58 +00:00
Frank Dellaert 0d2873fd20 update 2012-06-05 13:27:43 +00:00
Richard Roberts 90578e2532 Merge remote-tracking branch 'svn/trunk' into windows
Conflicts:
	gtsam.h
	wrap/CMakeLists.txt
2012-06-05 13:11:34 +00:00
Frank Dellaert 22e71e4374 Doxygen comments 2012-06-05 05:08:56 +00:00
Duy-Nguyen Ta c1d35ac486 remove "const" for arguments with type double 2012-06-05 04:08:51 +00:00
Chris Beall f34ae951fc oops, missed a file: add exists in visualSLAMValues 2012-06-04 23:04:25 +00:00
Frank Dellaert 88efe3a82e test in place for DiscreteMarginals 2012-06-04 22:26:12 +00:00
Frank Dellaert 77707b97bb doxygen bug 2012-06-04 22:25:50 +00:00
Frank Dellaert a17c3c8df1 Make Cal3_S2Stereo its own class, not derived 2012-06-04 21:39:29 +00:00
Richard Roberts 79f063fbb7 Wrapped and grouped lots of geometry methods 2012-06-04 20:17:24 +00:00
Yong-Dian Jian 83f656f93d add the spcg example to matlab 2012-06-04 20:14:41 +00:00
Richard Roberts e3922d7b34 Missed rename 2012-06-04 20:10:20 +00:00
Richard Roberts f8d2d7a772 Wrapped and grouped lots of geometry methods 2012-06-04 19:53:30 +00:00