Commit Graph

7936 Commits (e1faf8874e4569ad02234534e6866ac0e587c5e4)

Author SHA1 Message Date
Jing Dong e1faf8874e try to fix FixedValues branch by wrap all Eigen type in Dynamic size in Values, since fixed size Eigen type cannot read out by GenericValue if size is not explictly given 2015-04-05 18:24:17 -04:00
Jing Dong 9755b95e89 looking at fix Values of FixedInsertDynamicRead 2015-04-04 17:13:58 -04:00
Frank Dellaert a178511257 Merged in feature/SmartCT (pull request #107)
Refactoring of Smart Factors
2015-02-21 23:43:02 +01:00
dellaert 1ccce8cbea Merged in feature/extraSmartTests (pull request #109)
Extra test for smart factors, fixed for new noise values
2015-02-21 18:06:51 +01:00
dellaert a27722e03a Add some definitions. 2015-02-20 11:03:47 +01:00
dellaert 7ecf8ec1ac Fixed compile issues with examples 2015-02-20 02:42:51 +01:00
dellaert 843bc7cb82 Isolated calculation of Point Covariance in static method(s) PointCov 2015-02-20 02:06:47 +01:00
dellaert 4badb4a10f Derivative tests, and re-formatting (and getting rid of gtsam::/std::) 2015-02-20 00:57:27 +01:00
dellaert ed267ed69d BIG CHANGE: Smart factors now call project in CameraSet. It makes it a bit more clear by having a separately tested unit with projection/derivatives. But in the end it did not help much. SmartFactorBase is still long and (too) complex. 2015-02-20 00:57:00 +01:00
dellaert 36e858bc96 removed obsolete target 2015-02-20 00:51:32 +01:00
dellaert 8daefafb91 Only now it really works with StereoCamera 2015-02-19 23:45:12 +01:00
dellaert 03689e418e Cleaned up, made default constructor a working StereoCamera 2015-02-19 23:44:56 +01:00
dellaert b5d9ed4529 Make derivative zero, throw exception. 2015-02-19 18:05:50 +01:00
dellaert 0a3272dab6 equals/print compile 2015-02-19 18:05:30 +01:00
dellaert bc1da8577f Make it work with StereoCamera 2015-02-19 17:19:59 +01:00
dellaert 9a5f39b55b Check derivatives 2015-02-19 15:00:19 +01:00
dellaert 6f0ea81c5e Fixed compile issues 2015-02-19 13:38:20 +01:00
dellaert 2d014b4522 First draft of CameraSet 2015-02-19 13:30:41 +01:00
dellaert 8a64d5bffe Got rid of template parameters POSE (which was a fiction) and Z (which is now derived as CAMERA::Measurement). 2015-02-19 12:27:40 +01:00
dellaert 370b447e75 Add Measurement typedef 2015-02-19 12:24:02 +01:00
dellaert 454aec4554 Deal with forward declaration. 2015-02-19 12:23:49 +01:00
dellaert a7370818fa Added unit test for SmartFactorBase (which immediatly exposed dim bug!) 2015-02-19 10:54:55 +01:00
dellaert 7c1a795cb4 Fixed bug in dim (it should be #rows not #columns!) and moved to base class 2015-02-19 10:54:25 +01:00
dellaert 319d26312e Better documentation 2015-02-19 02:01:36 +01:00
dellaert 3f437c448b Removed dividers, added empty comments 2015-02-19 01:19:14 +01:00
dellaert fd7411c68c Making Direct and Iterative solvers comparable 2015-02-18 15:47:06 +01:00
dellaert 37cc0acbf7 Ignore doxygen docs 2015-02-18 14:24:35 +01:00
dellaert 0914e2c8d5 New example with smart PCG 2015-02-18 12:15:55 +01:00
dellaert 9f51aad0fc Cleaned up comments and headers in examples 2015-02-18 12:02:33 +01:00
dellaert 5e568bc29d Restored VectorValues versions, they work fine 2015-02-18 10:09:20 +01:00
dellaert f8f2c2db92 Doxygen, header bloat, standard formatting 2015-02-18 09:52:45 +01:00
dellaert 1ebb3cf2a9 Fixed header bloat 2015-02-18 08:32:35 +01:00
dellaert f1b0a693cf Added testPCGSolver 2015-02-18 08:32:20 +01:00
dellaert 06643d4616 Turned off verbosity 2015-02-18 08:22:22 +01:00
dellaert 5ed0c6cc49 fixed *BUG* in Yong-Dian's (obsolete?) CG solver 2015-02-18 08:22:08 +01:00
dellaert fad11c0f4b Cleaned up (obsolete?) CG-based solver by Yong-Dian 2015-02-18 08:20:09 +01:00
dellaert ae1e454ffd Merge remote-tracking branch 'origin/develop' into feature/Feature/FixedValues 2015-02-16 23:30:11 +01:00
Frank Dellaert cd0f8c8c57 Merged in feature/small-things (pull request #102)
* Print symbol interpretation of key in IndeterminantLinearSystemException.
2015-02-16 14:09:46 +01:00
Thomas Schneider b23de64ce0 * Print symbol interpretation of key in IndeterminantLinearSystemException.
* Add fPIC to libmetis.
* Fix warnings in PreintegratedBase.
2015-02-16 09:59:18 +01:00
Chris Beall 659aeb1f23 Merged in fix/IntermittentUnit3Crash (pull request #101)
Thread-safe access to Unit3::basis() when TBB is on
2015-02-14 09:19:52 -05:00
cbeall3 80db810855 Thread-safe access to Unit3::basis() when TBB is on 2015-02-13 16:04:20 -05:00
Chris Beall 91ea8e3bd7 Merged in feature/allTestsTarget (pull request #99)
Custom all.tests target and remove obsolete test macros
2015-02-12 16:38:05 -05:00
Frank Dellaert acf8ec0963 Merged in feature/oriented_plane3 (pull request #98)
3D planes and related data structs
2015-02-12 22:30:56 +01:00
cbeall3 1c023e68ae Remove obsolete test macro file from install 2015-02-12 15:53:18 -05:00
cbeall3 f2c3826a40 print out Rot3 expmap configuration flag in summary 2015-02-12 15:43:53 -05:00
cbeall3 bda7ce9f97 Move obsolete testing macros 2015-02-12 15:43:12 -05:00
cbeall3 66de1e7069 add custom all.tests target to build all tests without running them, and remove obsolete testing macros 2015-02-12 15:42:53 -05:00
nsrinivasan7 52b0ac8af3 removed MultiDisparityFactor 2015-02-12 14:10:07 -05:00
dellaert 235cb532f4 BORG-style comments 2015-02-12 16:31:04 +01:00
nsrinivasan7 91b16766dd fixed the resizing issues. Kudos to Jenkins for catching that ! 2015-02-12 09:52:12 -05:00