Commit Graph

4641 Commits (9a10242e96e257a0f88ce4d231af6e6d8bb20d8c)

Author SHA1 Message Date
Richard Roberts 9a10242e96 Fixed warnings 2013-08-09 21:35:42 +00:00
Richard Roberts 1a4fe360ee Pulled GaussianBayesTree optimize algorithm into a template function 2013-08-09 21:35:40 +00:00
Richard Roberts 356351db75 Removed unused addClique function 2013-08-09 21:35:39 +00:00
Richard Roberts 4ed047f8a6 Merged from branch 'branches/unordered' 2013-08-09 21:35:30 +00:00
Richard Roberts a98180f84f Working on converting ISAM2 2013-08-08 21:41:29 +00:00
Richard Roberts 731bfe4973 Removed unneeded derived class copy constructors and assignment operators 2013-08-08 21:41:28 +00:00
Richard Roberts 5b15b11261 Added FastSet/Map exists function 2013-08-08 21:41:23 +00:00
Alex Cunningham 5b7d7b3793 Closer to building and tests running 2013-08-08 20:45:44 +00:00
Alex Cunningham a4276eb57a Fixed small compile error 2013-08-08 20:45:44 +00:00
Alex Cunningham 4a4e16485c Making more things in gtsam_unstable compile 2013-08-08 20:08:54 +00:00
Alex Cunningham 883c870dff Removed unnecessary summarization files in gtsam_unstable, restricted compilation of gtsam_unstable for components needing iSAM2 - core gtsam_unstable library builds 2013-08-08 20:08:52 +00:00
Alex Cunningham 2adfe5ffd3 WhiteNoiseFactor now works 2013-08-08 18:33:52 +00:00
Alex Cunningham ec3e89c888 LinearContainerFactor works 2013-08-08 18:33:51 +00:00
Alex Cunningham cfd81093bd Fixing compile/interface issues, making (failing) testBetweenFactor more verbose 2013-08-08 17:59:19 +00:00
Alex Cunningham 389f2dd6cc testAntiFactor now passes 2013-08-08 17:53:07 +00:00
Alex Cunningham 89a0778ec4 comments only 2013-08-08 17:53:06 +00:00
Alex Cunningham 73d38710ad Fixed compile error in test and changed interface 2013-08-08 17:53:05 +00:00
Alex Cunningham bbb585079b Added include so that assert_equals works 2013-08-08 17:53:04 +00:00
Alex Cunningham 706534c3b8 Fixed compile problems in tests 2013-08-08 17:53:03 +00:00
Richard Roberts 957afb4835 Merge branch 'svn/branches/unordered'
Conflicts:
	gtsam/inference/JunctionTree-inst.h
2013-08-08 17:36:43 +00:00
Richard Roberts 41a1b3c30e Fixed comment wording 2013-08-08 17:35:33 +00:00
Frank Dellaert 7175d588e1 Fixed comment wording 2013-08-08 17:26:45 +00:00
Alex Cunningham b05748683c Fixed failing retract unit test in Values 2013-08-08 17:14:59 +00:00
Alex Cunningham db47948a20 Disabled testLinearContainerFactor and testWhiteNoiseFactor in cmake 2013-08-08 16:58:58 +00:00
Alex Cunningham 2d7abe0710 Added explicit templated base class instantiation within NonlinearFactorGraph 2013-08-08 16:51:04 +00:00
Richard Roberts 92459bc33b Fixed gcc unit test compile errors 2013-08-08 16:30:14 +00:00
Richard Roberts b572ad8131 Use functor structs instead of pointer-to-template-function 2013-08-08 16:30:10 +00:00
Richard Roberts 2925995d25 Fixed signed/unsigned warnings 2013-08-08 16:30:05 +00:00
Richard Roberts 0726a5ffbc Instantiating template base classes in derived class .cpp files 2013-08-08 16:30:02 +00:00
Richard Roberts 3528173781 Fixed compile problem on linux using boost::join with boost::cref_list_of 2013-08-08 16:29:55 +00:00
Richard Roberts 2388f5df45 Revert "Fixing issues with boost::assign"
This reverts commit d820732adc34a6622aae5d2bc0eb4a88e133beaf.
2013-08-08 16:29:48 +00:00
Richard Roberts 6556fb5b1e Fixed a couple errors and warnings 2013-08-07 21:57:25 +00:00
Alex Cunningham 4d357fd639 Fixed small issue with ambiguous function 2013-08-07 19:58:58 +00:00
Alex Cunningham 410d8773eb Added comments with instructions for choosing a different version of boost 2013-08-07 18:58:36 +00:00
Alex Cunningham 2b1a533477 Fixing issues with boost::assign 2013-08-07 13:29:35 +00:00
Richard Roberts c0ccec4656 Working on ISAM2 2013-08-07 02:56:39 +00:00
Richard Roberts 981148a92d Created branch /branches/unordered-isam2 from /branches/unordered:18052 2013-08-07 02:55:32 +00:00
Richard Roberts 7aa1c61dcd Fixed problem is JacobianFactor combine with zero-row factors 2013-08-06 23:55:38 +00:00
Alex Cunningham b2b7b0b3f3 Fixing more compile problems: Switched BayesTree-inst.h function to use a functor struct rather than an address of a template function - seems to compile. Small include fixes elsewhere 2013-08-06 20:21:43 +00:00
Richard Roberts 375f7c16e6 Working on fixing ISAM 2013-08-06 19:56:48 +00:00
Richard Roberts 89310ceb09 Syntax 2013-08-06 19:56:45 +00:00
Richard Roberts e2f8dd866d Merge branch 'svn/trunk'
Conflicts:
	gtsam/linear/GaussianBayesTree.cpp
	gtsam/linear/GaussianBayesTree.h
	gtsam/linear/VectorValues.h
	gtsam/linear/tests/testVectorValues.cpp
	gtsam_unstable/nonlinear/sequentialSummarization.cpp
2013-08-06 18:33:24 +00:00
Alex Cunningham 43ebc2c55e Upgraded Eigen to the new release: 3.2.0 2013-08-06 18:24:06 +00:00
Richard Roberts b823354e44 Exclude null factors from remaining factors when building elimination tree 2013-08-06 18:21:54 +00:00
Richard Roberts 22aaf47e3d Turns out GaussianConditional-inl.h was needed after all 2013-08-06 18:16:25 +00:00
Richard Roberts 2d60d2cdfa Fixed more unit tests 2013-08-06 18:04:40 +00:00
Richard Roberts 18b71ef110 Fixed some unit tests 2013-08-06 18:04:37 +00:00
Richard Roberts 49e93a71b0 No noise model in smallExample 2013-08-06 18:04:36 +00:00
Richard Roberts b3428881bd Fixed key formatting 2013-08-06 18:04:35 +00:00
Alex Cunningham cee0a234ac Fixing compile problems 2013-08-06 17:50:50 +00:00