Commit Graph

3877 Commits (00b12c7dc1238406d1b7a76055076c3ccca0541f)

Author SHA1 Message Date
Alex Cunningham 5b7b89b57c Fixed warnings 2012-10-06 21:41:08 +00:00
Richard Roberts b60189104c Added checks for proper noise model dimension 2012-10-05 23:23:40 +00:00
Yong-Dian Jian b356ca6e6a add a function to retrieve the prior 2012-10-05 16:57:44 +00:00
Alex Cunningham 054c326e3c Added tests related to determining why non-unit sigmas were occurring in bayes tree - solution: Vector_() is dangerous 2012-10-04 20:23:45 +00:00
Alex Cunningham 394485d543 Whitespace only 2012-10-04 20:23:44 +00:00
Alex Cunningham 0c0c0a7221 Added fix to allow for versions of boost < 1.47 2012-10-03 17:36:24 +00:00
Richard Roberts 89b50e7679 Renamed tic -> gttic and toc -> gttoc to avoid conflict with PCL tic/toc 2012-10-02 20:18:41 +00:00
Richard Roberts c44f8f7f80 Fixed examples from timing statement change (missed) 2012-10-02 18:49:48 +00:00
Richard Roberts 4876cc7ff7 Revamped timing statements - much easier to use, exception-safe (see email to frankcvs list) 2012-10-02 18:36:39 +00:00
Chris Beall 4297d24c96 changed tabs to spaces for consistent indentation in all of GTSAM 2012-10-02 14:40:07 +00:00
Richard Roberts 96ce28625b Timing marginals in timeIncremental 2012-10-01 16:12:43 +00:00
Richard Roberts fb409a2cc7 Implemented partial elimination and sparse variable index remapping (Reduction) to enable Frank's new marginal code 2012-10-01 16:12:41 +00:00
Richard Roberts d7af0b9b5b Renamed arguments for consistency 2012-10-01 16:12:34 +00:00
Richard Roberts 784e9f5755 Added overall timing scripts for batch and incremental (ISAM2) solving 2012-09-28 17:48:49 +00:00
Chris Beall f6ef1e1d9d added Cheirality exception as in ProjectionFactor 2012-09-27 19:06:30 +00:00
Richard Roberts c323f41e8f Fixed silently ignoring robust noise model when calling whiten on one - now throws exception. Also added function to whiten only the rhs vector in robust noise models. 2012-09-25 18:45:28 +00:00
Yong-Dian Jian e3aaeedbf2 update the optimize interface 2012-09-24 21:05:37 +00:00
Alex Cunningham 6284312a5c Added unit test for Fast* containers, added generic interface to convert from containers to KeySet 2012-09-24 19:42:41 +00:00
Alex Cunningham df2a6bfdee Added reporting functions for counting number of cached shortcuts/separatorMarginals in BayesTree 2012-09-21 20:57:30 +00:00
Alex Cunningham 0e60b8cc4d Added access functions for cachedSeparatorMarginals 2012-09-21 20:02:26 +00:00
Alex Cunningham 1985758d35 Updated interfaces and wrapped LinearContainerFactor 2012-09-21 14:19:57 +00:00
Alex Cunningham 0ef12f2f20 Moved in reference frame factor from MastSLAM 2012-09-19 02:23:43 +00:00
Andrew Melim a2474ef354 Starting to add support for STL containers in wrap 2012-09-18 18:36:42 +00:00
Alex Cunningham c6f7fa8fb7 Check that P is non-empty before drawing covariance ellipses 2012-09-18 17:48:20 +00:00
Alex Cunningham f272a07e29 Moved DummyFactor to gtsam_unstable from MastSLAM - allows for adding sufficient connectivity for solvers to operate 2012-09-18 17:48:18 +00:00
Frank Dellaert 7fcd06bb4f BayesTree::marginalFactor now calls Clique::marginal2, which in turn calles the new function Clique::separatorMarginal. This calculates marginals with a much simpler recursion, using the parent separator marginal. This could be faster than the shortcut way, especially if separator sizes are small and the root clique is large. The cached marginals have to be discarded when the bayes tree is updated, but this is no different from shortcuts to the root. 2012-09-17 14:03:54 +00:00
Frank Dellaert 1f0cc0aaa4 2-variable joint marginals computed with shortcuts are buggy: they only work if the cliques are disjoint or one of them is the root. They now throw an exception if that is the case. 2012-09-17 03:31:24 +00:00
Alex Cunningham 970efd9e29 Fixed missing include of boost.range, fixed signed/unsigned comparison warning 2012-09-17 01:26:08 +00:00
Frank Dellaert 75b96d9ed2 Removed old indices code 2012-09-17 00:50:15 +00:00
Frank Dellaert cdf45105c2 Fixed shortcuts after adding several more problematic testcases 2012-09-17 00:29:03 +00:00
Frank Dellaert 34a9000134 forceOrder flag respects order of constrained variables passed to conditionalBayesNet 2012-09-17 00:28:27 +00:00
Frank Dellaert bd8f9d0006 Went back to eliminate all in conditional because of singularities :-(, added use of forceOrder flag 2012-09-17 00:26:07 +00:00
Frank Dellaert db8264aaae forceOrder flag respects order of constrained variables passed to ccolamd 2012-09-17 00:24:49 +00:00
Frank Dellaert 33b772fc21 Accept list in constructor 2012-09-17 00:23:56 +00:00
Frank Dellaert 54afba0bbc Accept list in constructor 2012-09-17 00:23:42 +00:00
Frank Dellaert d9b639ab97 added newlines 2012-09-17 00:22:06 +00:00
Frank Dellaert dcce64ea3a Check in old shortcut way 2012-09-16 18:08:47 +00:00
Frank Dellaert aeb43bc8fc Used technique described in http://gcc.gnu.org/onlinedocs/gcc/Diagnostic-Pragmas.html to turn off excessive warnings generated by boost lambda headers 2012-09-16 18:07:50 +00:00
Frank Dellaert 439b724011 test new solver functions 2012-09-16 17:54:59 +00:00
Frank Dellaert 89cd600165 avoid warnings 2012-09-16 17:54:43 +00:00
Frank Dellaert 538714fb69 avoid lambda.hpp warnings 2012-09-16 17:52:49 +00:00
Frank Dellaert 338ea6e920 conditionalBayesNet and an internal eliminate - developed for making shortcuts 2012-09-16 17:52:14 +00:00
Frank Dellaert db57f1872a jointBayesNet function avoids conversion to factorgraph (which was converted back to a BayesNet in shortcut calculation) 2012-09-16 16:06:28 +00:00
Frank Dellaert 3f194bebff Used technique described in http://gcc.gnu.org/onlinedocs/gcc/Diagnostic-Pragmas.html to turn off excessive warnings generated by boost BFS header 2012-09-16 16:04:28 +00:00
Frank Dellaert de66a5cd4a Added unit test targets 2012-09-16 14:35:59 +00:00
Frank Dellaert 1bbbd0ee4a Cleaned up unit test *mess* 2012-09-16 14:34:19 +00:00
Frank Dellaert dfbb02570b Fixed confusing template naming 2012-09-16 13:40:31 +00:00
Frank Dellaert 16c8cfb1cf Better set calculations 2012-09-16 13:28:50 +00:00
Frank Dellaert 9094fe2744 Fully functioning, non-buggy separator shortcuts. Still not as tight as they can be.... 2012-09-16 04:37:59 +00:00
Frank Dellaert 44c66cb0cb moved stuff to cpp file 2012-09-16 04:37:04 +00:00