Commit Graph

3681 Commits (832072c940fa866befd4e30bb1f097ba6e83c69c)

Author SHA1 Message Date
Frank Dellaert 832072c940 Fixed path 2012-09-03 00:13:35 +00:00
Frank Dellaert ab7594e8f0 Made SPCG unit tests compile again, needed several fixes in iterative.h 2012-09-03 00:06:13 +00:00
Alex Cunningham a058ecb692 disabled installing doc during creation of deb packages 2012-08-31 19:22:07 +00:00
Richard Roberts 3948d70b20 Fixed iterator checking bug in eliminateFrontals 2012-08-31 15:18:39 +00:00
Richard Roberts fc1a43e585 Reverting - Fixed incorrect test case in testFactorGraph (reverse-merged from commit 34e4c87523093f77f26a5c378763a715d56452b7) 2012-08-31 15:18:36 +00:00
Alex Cunningham e5fe979ea5 Fixed incorrect test case in testFactorGraph 2012-08-31 02:19:00 +00:00
Andrew Melim b6e9f7d3f7 Added info on MEX_COMMAND for building toolbox from source 2012-08-30 21:19:00 +00:00
Richard Roberts 49a704c565 Install MATLAB toolbox README along with toolbox 2012-08-30 20:17:27 +00:00
Richard Roberts 09558a146a Fixed error in unit test 2012-08-30 20:13:36 +00:00
Richard Roberts 5d182104d1 Needed to disable C++ findExampleDataFile when building matlab wrapper 2012-08-30 19:59:51 +00:00
Richard Roberts 3b897cddc9 Added eliminateFrontals function to FactorGraph, SymbolicFactorGraph, and GaussianFactorGraph - eliminates requested number of frontal variables and returns the resulting conditional and remaining factor graph 2012-08-30 19:58:33 +00:00
Alex Cunningham f0d49f21f8 Added toolbox readme from release branch 2012-08-30 18:10:07 +00:00
Richard Roberts a01d479f44 Needed to disable C++ findExampleDataFile when building matlab wrapper 2012-08-29 23:09:59 +00:00
Richard Roberts 166bb2e8b4 Pointing cmake externals at 2.1.0-pre1 tag 2012-08-29 21:29:55 +00:00
Richard Roberts c883bd5c17 Merged from branch 'trunk' 2012-08-29 21:26:11 +00:00
Richard Roberts b74bf97549 Repointing cmake external in 2.1.0 branch 2012-08-29 21:22:16 +00:00
Richard Roberts 12eb4598e1 Created branch /branches/2.1.0 from /trunk:13097 2012-08-29 21:15:47 +00:00
Andrew Melim 84a806bf39 Final fixes made for wrap comments 2012-08-29 20:27:10 +00:00
Andrew Melim d0a1e662a7 Wrap comments are now EVEN better 2012-08-28 21:44:45 +00:00
Frank Dellaert fe6dd197bb Fixed example 2012-08-28 19:14:46 +00:00
Chris Beall 820f632583 missing main? 2012-08-28 15:38:22 +00:00
Chris Beall bf71e497cd linking fix on Mac for testDataset 2012-08-28 15:38:08 +00:00
Richard Roberts f27fee5524 Added findExampleDataFile to C++ gtsam (already existed in Matlab interface) 2012-08-28 15:00:50 +00:00
Richard Roberts 0238f54b9f Changed print format of ordering to print in elimination order instead of sorted by key 2012-08-28 02:57:20 +00:00
Richard Roberts 3e93c488e5 Removed extra code that was sometimes maintaining a staircase pattern in JacobianFactor by sorting rows - a holdover from the staircase optimization that is no longer done now that we are using Eigen's QR 2012-08-27 22:29:56 +00:00
Andrew Melim 7d9139a854 Fix wrap tests 2012-08-27 18:10:51 +00:00
Andrew Melim a6545b4e01 Fixed wrap tests and changed comments 2012-08-27 17:54:25 +00:00
Alex Cunningham 878c79f265 Reworked PoseRotationPrior with better tests and no dependence on PartialPriorFactor 2012-08-27 16:51:52 +00:00
Andrew Melim c3e615b2df Added doxygen info to wrap commenting system 2012-08-27 15:30:47 +00:00
Andrew Melim 6da48bc580 Even more comment improvements for wrap 2012-08-27 15:19:55 +00:00
Richard Roberts 7d02043855 Removed unused include 2012-08-27 13:21:48 +00:00
Richard Roberts 07fb022480 Wrapped NonlinearFactorGraph::symbolic method 2012-08-27 13:21:45 +00:00
Frank Dellaert 868fc7f1e0 Fixed order of methods in wrap, and wrapped matrix and augmented_matrix (why were they not wrapped?) 2012-08-27 12:52:33 +00:00
Alex Cunningham 6b14e652ff Fixed bug in equality check 2012-08-27 01:40:11 +00:00
Alex Cunningham 12290dc7b2 Added linearization points to LinearContainerFactor. Fixed bug with localCoordinates() in Values 2012-08-27 01:11:37 +00:00
Andrew Melim 4b28f4d082 Changed comment phrasing 2012-08-26 22:00:16 +00:00
Andrew Melim 0d70be459e Added method comments for wrap 2012-08-26 21:58:18 +00:00
Andrew Melim ea70673b36 Added overload constructor comments to matlab files 2012-08-26 15:46:19 +00:00
Alex Cunningham f9c3af7e3d Fixed bug in key assignment 2012-08-26 04:16:47 +00:00
Frank Dellaert 4106afdaa0 Better graphics, with points 2012-08-25 14:26:02 +00:00
Frank Dellaert 9230458e06 Planar SLAM example from factor graph talk 2012-08-24 22:03:24 +00:00
Frank Dellaert 23f3111148 Now reads bearing-range factors 2012-08-24 22:02:40 +00:00
Frank Dellaert 3dff334cdf Small printing problem 2012-08-24 22:02:17 +00:00
Alex Cunningham c60fc3ca2a Relegated the PartialPriorFactor to gtsam_unstable 2012-08-24 21:39:56 +00:00
Richard Roberts 519ad72139 Made explicit instantiations in header file inline to avoid duplicate definition 2012-08-22 22:40:39 +00:00
Richard Roberts cbbf62aeeb Updated wrap unit tests 2012-08-22 22:40:38 +00:00
Richard Roberts 6769850689 Fixed missing case from a couple commits ago 2012-08-22 22:40:35 +00:00
Richard Roberts db1948e058 Used verbosity constants instead of numbers 2012-08-22 22:40:34 +00:00
Richard Roberts a5d7695fac Removed commented-out code 2012-08-22 22:40:31 +00:00
Richard Roberts dc884edceb No longer should permute JacobianFactor to sort keys when converting from HessianFactor 2012-08-22 22:40:30 +00:00