Abe
|
fbe9aac41c
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
dellaert
|
72fe66d468
|
Removed headers
|
2016-05-22 14:22:36 -07:00 |
dellaert
|
ef38e80857
|
Removed BOOST_REVERSE_FOREACH
|
2016-05-22 14:11:42 -07:00 |
Yao Chen
|
ce2cd71112
|
Replaced BOOSE_FOREACH with for in gtsam folder.
|
2016-05-20 23:41:22 -04:00 |
Alex Hagiopol
|
76308a5d46
|
Deprecated Vector zero(size_t n). All unit tests pass.
|
2016-04-15 16:54:46 -04:00 |
Frank
|
0372a959ee
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
dellaert
|
128bac616c
|
Globally replaced FastSet<Key> with KeySet.
|
2015-06-20 18:38:25 -07:00 |
Frank
|
4ba329c23b
|
Fixed many warnings on Ubuntu
|
2015-05-12 13:46:24 -07:00 |
Thomas Schneider
|
ebf5746987
|
Fix some serialization warnings.
|
2015-03-06 16:12:09 +01:00 |
dellaert
|
9d7caa77fe
|
Try to fix another warning
|
2015-02-21 13:48:15 +01:00 |
dellaert
|
b662c8f644
|
Got rid of warning
|
2015-02-21 13:08:22 +01:00 |
dellaert
|
e5017984a1
|
traits_x -> traits
|
2014-12-26 16:47:51 +01:00 |
dellaert
|
79d8514528
|
MASSIVE edit: made Testable its own concept, and moderinized Testable.h to use Testable traits. This required adding Testable traits in many classes.
|
2014-12-21 22:02:57 +01:00 |
Richard Roberts
|
f9ca07e610
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
Richard Roberts
|
aa093a35da
|
Updated all comma initializer usages to use .finished()
|
2014-11-22 16:35:27 -08:00 |
Richard Roberts
|
fe235b1209
|
Building timing scripts using new timing script support in GtsamTesting.cmake. Fixed compile errors in timing scripts but disabled a couple.
|
2014-06-07 19:02:11 -07:00 |
Richard Roberts
|
661a157553
|
Working on standardizing/simplifying building unit tests and examples. Much simpler cmake function to add a glob of tests, doing away with convenience libraries, and removing other options that we never change from their defaults.
|
2014-02-13 01:34:31 -05:00 |
Richard Roberts
|
4b8c17ec77
|
Changed target name to 'gtsam' instead of 'gtsam-shared' and 'gtsam-static'. Modified CMake options to only allow building either static or shared, but not both. Enabled GTSAM_BUILD_TYPE_POSTFIXES by default on all platforms.
|
2014-01-30 14:41:25 -05:00 |
Richard Roberts
|
686051c032
|
Convert DOS line endings to UNIX
|
2014-01-09 16:39:27 -05:00 |
Richard Roberts
|
880d9a8e3c
|
Switched to new Eigen built-in special comma initializer
|
2013-12-16 21:33:12 +00:00 |
Richard Roberts
|
5098003691
|
Fixed several warnings
|
2013-11-19 14:04:52 +00:00 |
Richard Roberts
|
ec78d54f37
|
Removed old Index typedef and IndexFormatter
|
2013-11-08 16:35:28 +00:00 |
Richard Roberts
|
3c33e44c46
|
Fixed compile errors on windows
|
2013-10-29 04:24:14 +00:00 |
Frank Dellaert
|
7f9036386c
|
Targets and comments only
|
2013-10-25 05:58:32 +00:00 |
Jing Dong
|
019cd62d3e
|
Fix Vector_() to Vec() in gtsam/discrete
|
2013-10-20 06:09:36 +00:00 |
Richard Roberts
|
c1250f4509
|
Removed extra export tags
|
2013-10-12 21:06:17 +00:00 |
Duy-Nguyen Ta
|
223da3e34f
|
fixed DiscreteBayesNet::sample.
|
2013-10-12 20:23:04 +00:00 |
Duy-Nguyen Ta
|
a5f1d68099
|
fix scheduling examples by adding the default key index ordering in Scheduler.
|
2013-10-11 21:55:31 +00:00 |
Duy-Nguyen Ta
|
00f109e88f
|
fix warnings
|
2013-10-11 20:26:50 +00:00 |
Duy-Nguyen Ta
|
b43ff9d377
|
disable printing in test
|
2013-10-11 19:05:43 +00:00 |
Duy-Nguyen Ta
|
bf11f93cee
|
revive unstable discrete. testCSP still fails, but looks like the solution is valid. See comments in file.
|
2013-10-11 17:42:30 +00:00 |
Duy-Nguyen Ta
|
9aede467d2
|
revive discrete, except testDiscreteBayesNet::sample, and the whole testDiscreteBayesTree, currently disabled. It's still a mess!!!
|
2013-10-10 21:59:49 +00:00 |
Alex Cunningham
|
c6cf4d2dab
|
Removed use of convenience libraries for tests - wasn't really supported in current version
|
2013-08-19 15:32:21 +00:00 |
Richard Roberts
|
8d9d17ce33
|
Revert "Working on converting discrete"
This reverts commit 50a3602874aa2cc0fd0aed4d838668af263a3d03.
|
2013-08-05 22:30:50 +00:00 |
Richard Roberts
|
667facdbce
|
Working on converting discrete
|
2013-08-02 22:09:45 +00:00 |
Richard Roberts
|
3ade190128
|
Renamed old classes to "Ordered" and removed "Unordered" name from new classes
|
2013-07-29 23:55:40 +00:00 |
Richard Roberts
|
eeef9eab32
|
Generating config.h file in CMake with quaternion mode flag, dataset paths. Also added CMake option to use system-installed Eigen, which works by generating a global eigen include file containing the corresponding include paths.
|
2013-04-25 15:57:15 +00:00 |
Frank Dellaert
|
458707ed45
|
Small changes for Qualifier 2013 Scheduling
|
2013-03-19 18:05:13 +00:00 |
Richard Roberts
|
a54d177202
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
Richard Roberts
|
6111c099ab
|
Improved build of shared vs static GTSAM libraries - now possible to build either one or both, executables link to the shared if it is being build, or otherwise to the static. Also removed separate shared/static CMake flags for gtsam_unstable, now uses the same GTSAM_BUILD_SHARED and GTSAM_BUILD_STATIC as gtsam.
|
2013-03-13 18:17:39 +00:00 |
Richard Roberts
|
4d4e17c2a7
|
Joint marginals using lowest-common-ancestor shortcuts. As part of this commit, caching of shortcuts is removed, the BayesTreeCliqueBase::marginal function computing single-variable shortcut marginals is removed, and the factor/frontal size checks in symbolic and discrete elimination are modified to permit eliminating empty factors or zero frontal variables.
|
2012-10-28 06:21:21 +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
|
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
|
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 |
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 |
Frank Dellaert
|
cdf45105c2
|
Fixed shortcuts after adding several more problematic testcases
|
2012-09-17 00:29:03 +00:00 |
Frank Dellaert
|
dcce64ea3a
|
Check in old shortcut way
|
2012-09-16 18:08:47 +00:00 |
Frank Dellaert
|
16c8cfb1cf
|
Better set calculations
|
2012-09-16 13:28:50 +00:00 |