Commit Graph

2622 Commits (c695b23e36e5eca277de97f89930cd6d5afcfecc)

Author SHA1 Message Date
Alex Cunningham 39c82ddd89 Added include path to eclipse project 2011-08-05 16:01:19 +00:00
Duy-Nguyen Ta 3475720d3b Fix constness bug for Pose3::operator*(Point3). Add a comment for function stack in Matrix 2011-07-29 01:55:56 +00:00
Alex Cunningham 641bd239bc Added note in readme about glibc debug 2011-07-15 18:26:18 +00:00
Duy-Nguyen Ta e517dee4f8 add constness for operator * in Pose2*Point2 2011-07-15 03:12:43 +00:00
Richard Roberts 19014eb60e Restored some functions to make ISAM2 compile 2011-07-04 12:08:30 +00:00
Richard Roberts 247005f83c Fixed errors when compiling with clang++ 2011-07-01 22:52:57 +00:00
Richard Roberts ab0ed918f4 Fixed warnings 2011-07-01 22:49:23 +00:00
Richard Roberts 5e5a3b0f24 Fixed warning 2011-07-01 22:47:34 +00:00
Richard Roberts cd5c0095ce Changed tabs to spaces to fix formatting problem 2011-06-24 21:27:38 +00:00
Alex Cunningham c4ffe0643a Removed matlab reference from readme 2011-06-21 18:08:45 +00:00
Alex Cunningham 0cd2ea359a updated svn:ignore 2011-06-20 14:27:25 +00:00
Alex Cunningham e497d69a0e Removed extraneous copy of Eigen src headers 2011-06-20 14:12:29 +00:00
Richard Roberts 3d20d0ce65 Removing empty lowercase "ccolamd" directory 2011-06-20 08:06:40 +00:00
Alex Cunningham f9e8497d5c Removed fixmes near includes 2011-06-17 16:53:11 +00:00
Alex Cunningham 5870d03d76 Updated Readme and Licence with details of the 3rdparty inclusions and relevant licensing details 2011-06-17 16:08:58 +00:00
Alex Cunningham 3bbb49d716 Adding untouched copies of the Eigen and CCOLAMD 2011-06-17 15:15:39 +00:00
Alex Cunningham c81b1e1617 temporarily removed 3rd party libraries 2011-06-17 15:10:35 +00:00
Alex Cunningham 985aeeb9c4 Moved ccolamd build script into general 3rdparty script 2011-06-16 19:55:45 +00:00
Alex Cunningham 23f432aef5 Moved Eigen install scripts to a single 3rdparty script, and removed unnecessary Makefile.am'sy 2011-06-16 19:39:16 +00:00
Alex Cunningham ec42256b7f Updating readme and licensing documentation 2011-06-15 18:43:59 +00:00
Alex Cunningham d9a567c1db Removed unnecessary commands from myconfigure scripts 2011-06-15 18:43:55 +00:00
Alex Cunningham e5d486c1b6 Incremented version number and fixed matlab reference in README 2011-06-14 13:18:29 +00:00
Alex Cunningham 3c7836cf4d comments only 2011-06-13 20:40:44 +00:00
Alex Cunningham 778001f63e assorted cleanup - mostly comments and adding implementations to cpp files, rather than in header files 2011-06-13 20:01:58 +00:00
Alex Cunningham 322f61c537 added flags for dataset timing tests to change the number of trials 2011-06-13 17:14:24 +00:00
Alex Cunningham fa4faa274a Merge branch 'prep_0.9.3' 2011-06-13 16:55:31 +00:00
Alex Cunningham 2e058f2272 Moved trunk Vector/Matrix to gtsam namespace 2011-06-07 19:26:49 +00:00
Richard Roberts cbf4d9e811 Removed spurious comment 2011-06-04 22:33:47 +00:00
Alex Cunningham a22586362b Changed the default Matrix to use column major, rather than row major. Removed Matrix-inl.h, as it isn't used 2011-06-04 22:15:23 +00:00
Alex Cunningham 36f9ebae90 Removed files full of broken code, removed simulated2D matlab files, condensed slam unit tests, added the only known test for SPCG in gtsam 2011-06-04 20:42:29 +00:00
Alex Cunningham b498d64554 Added denseJacobian() to GaussianFactorGraph 2011-06-04 17:18:25 +00:00
Alex Cunningham c4d9208eeb Added serialization for most linear/inference structures, simulated2D - serialization, except for example domains, should be complete 2011-06-04 16:52:54 +00:00
Richard Roberts 265b057580 Removed key sorting from NonlinearFactor 2011-06-04 14:54:27 +00:00
Richard Roberts 5ea18829b5 Fixed code comments to indicate that assertInvariants does not check for sorted keys 2011-06-04 12:54:43 +00:00
Alex Cunningham 1c6901a564 Changed the paths for datasets to avoid using CitySLAM or hogman in default paths - the default is now HOME/data 2011-06-03 21:48:42 +00:00
Alex Cunningham c44315fec8 Added more serialization - geometry is done, jacobian and hessian factors done, visual system done. Split projection factor out from visual SLAM into separate header 2011-06-03 21:32:27 +00:00
Alex Cunningham 29e2ee8d9d Removed unnecessary serialization header 2011-06-03 19:29:49 +00:00
Alex Cunningham 9160775d2a Added nonlinear constraints to gtsam library 2011-06-03 15:07:11 +00:00
Alex Cunningham 79c09708e8 Assorted cleanup to remove ublas references, switch more Vector/Matrix utility functions to use Eigen in templates, reimplemented backsubstitution with Eigen 2011-06-02 20:35:02 +00:00
Alex Cunningham 0b639e9287 Removed DLONG flag from compilation of ccolamd to fix linking error 2011-06-02 15:40:47 +00:00
Alex Cunningham 9dcdf7f2c1 Updated readme to remove manual linking of ccolamd, removed unnecessary linking of ccolamd in base, removed commented configure.ac commands for ccolamd 2011-06-02 14:35:29 +00:00
Alex Cunningham e9b8a48c43 ccolamd now installs and works with gtsam - all tests pass 2011-06-02 14:35:26 +00:00
Alex Cunningham 2d0984e9b4 Added stripped version of ccolamd with files from UFconfig 2011-06-02 14:35:19 +00:00
Alex Cunningham 3236a83f60 more functionality in PartialPriorFactor 2011-05-25 14:35:36 +00:00
Alex Cunningham a23a9ed4b5 Added PartialPriorFactor.h to installed headers 2011-05-24 18:57:41 +00:00
Alex Cunningham 7066567b75 Changed test failure messages so that they will trigger line error flags in eclipse 2011-05-23 18:05:10 +00:00
Alex Cunningham 611b5061cd Added a generic prior factor for specific components of a variable 2011-05-23 17:29:13 +00:00
Alex Cunningham 040493474f added more serialization 2011-05-20 18:43:42 +00:00
Alex Cunningham 2e942f08ac Removed some extraneous comments from eigen transition 2011-05-20 18:43:37 +00:00
Alex Cunningham 8f417150f5 Updated gtsam readme and example configure scripts 2011-05-20 15:38:00 +00:00