Commit Graph

2506 Commits (0409c1c7ee32f2c687da5aff0fa366c37cc82adf)

Author SHA1 Message Date
Alex Cunningham 0409c1c7ee Adding faster compilation options for distribution in CMake 2012-02-14 18:03:29 +00:00
Alex Cunningham 9856a7c7aa Removing extraneous make targets 2012-02-13 21:37:10 +00:00
Alex Cunningham 6f09998e10 Removed autotools from gtsam2 branch 2012-02-13 21:13:07 +00:00
Richard Roberts fd9da07567 Merged from branch 'branches/2.0_prep' 2012-02-13 20:29:13 +00:00
Richard Roberts 30bb9e61cc Workaround for possible bug in pool allocator 2012-02-13 20:27:59 +00:00
Richard Roberts 7e9a4c1a25 Explicit construction in expm 2012-02-13 20:27:58 +00:00
Richard Roberts 0ae4a3f66b Removed unused tuple constructor helper from NonlinearFactor 2012-02-13 20:27:56 +00:00
Richard Roberts 75428b13fe Revert "Using FastVector instead of vector in most code called during elimination and solving"
This reverts commit 566631cb42249cb710ef01d07d583e563afccea9.
2012-02-13 20:27:54 +00:00
Richard Roberts 051c832737 Fixed compile errors with gcc 2012-02-13 19:09:00 +00:00
Alex Cunningham 5a3740daeb Removed extraneous "shared" prefix from SharedNoiseModel named constructors 2012-02-12 17:41:57 +00:00
Alex Cunningham d0e9b1d51a Fixed cmake build problem to allow for excluding test files, switched testPose3SLAM to use a different interface to values 2012-02-11 22:38:53 +00:00
Alex Cunningham c17446463a pacifying warnings 2012-02-11 22:00:09 +00:00
Alex Cunningham 3f2ec81e67 Fixing serialization test linking 2012-02-11 21:59:35 +00:00
Richard Roberts 75d95774e1 Removed duplicate header in Makefile.am 2012-02-10 20:43:00 +00:00
Richard Roberts 6a125ed5cb Added dim function and removed commented out code 2012-02-10 19:48:06 +00:00
Richard Roberts 965417ea1b Fixed indentation 2012-02-10 19:47:35 +00:00
Richard Roberts fab16dd41f Missing include 2012-02-10 19:47:26 +00:00
Richard Roberts 263b50d85a Using FastVector instead of vector in most code called during elimination and solving 2012-02-10 15:56:01 +00:00
Richard Roberts 8885b33191 Added serialization functions to Fast* containers (wrappers around STL containers that use a boost pool allocator for speed) 2012-02-08 23:11:41 +00:00
Richard Roberts 0d2a9018e3 Merged sub-branch into 2.0_prep branch 2012-02-08 22:05:24 +00:00
Richard Roberts 669c7c8dc8 Split up serialization unit tests into subdirectories to speed up 2012-02-08 21:53:02 +00:00
Richard Roberts 3d40f5e6fc All unit tests pass with TypedSymbol removed 2012-02-07 04:58:11 +00:00
Richard Roberts 2f7f535f34 All unit tests pass with nonlinear factors templated on value instead of key 2012-02-07 04:02:20 +00:00
Richard Roberts eaa9e4d739 Continuing changes from templating NonlinearFactors on value instead of key 2012-02-06 23:32:59 +00:00
Duy-Nguyen Ta 9f055fc812 bug fix in advanced example. Question: Currently, pose2SLAMOptimizer is in fact useless! Is it needed? Why don't we add more functionalities for it? 2012-02-06 03:33:40 +00:00
Duy-Nguyen Ta 6f4c95a65b apply bug fixes in MATLAB wrapper shared_ptr return from trunk. All tests work now. 2012-02-06 03:29:14 +00:00
Richard Roberts 7c7c3e3836 Fixed some merging errors 2012-02-06 00:57:05 +00:00
Richard Roberts 811be62ed3 Working on templating factors on Value type instead of key type 2012-02-06 00:44:25 +00:00
Richard Roberts cd42dea2c3 Branching again for moving TypedSymbol to gtsam2 2012-02-06 00:43:35 +00:00
Duy-Nguyen Ta 71e757d2cf fix typo in "newDrecreaseThresholds" in NonlinearOptimizationParams 2012-02-05 23:00:57 +00:00
Duy-Nguyen Ta f4515d7b30 put back Value in slam sub-namespaces for the wrapper to interface with MATLAB. Cannot solve the return shared_ptr problem in NonlinearOptimizationParameters::newDecreaseThresholds 2012-02-05 22:34:35 +00:00
Richard Roberts b849fbec16 Fixed compilation errors 2012-02-03 22:23:41 +00:00
Duy-Nguyen Ta 1ef82b6e84 update comment for serialization 2012-02-03 21:40:36 +00:00
Duy-Nguyen Ta 8ee1370965 fix typo in comment 2012-02-03 21:37:49 +00:00
Duy-Nguyen Ta 563e8fe77c correct PinholeCamera serialization problem. Add detailed comments for serialization in Value.h 2012-02-03 21:34:07 +00:00
Alex Cunningham d584cf8500 added build_cmake to svn:ignore 2012-02-03 20:32:09 +00:00
Duy-Nguyen Ta 651f593c0f fix serialization linking error 2012-02-03 18:44:33 +00:00
Richard Roberts 7e72051814 Trying to debug serialization error 2012-02-03 17:27:31 +00:00
Richard Roberts 3d9e818d1e (2.0_prep branch) Merged in additional changes from virtual_values branch r8901-r8902 2012-02-03 17:20:23 +00:00
Richard Roberts 820b33bd55 (2.0_prep branch) Merged in virtual_values branch 2012-02-03 17:18:32 +00:00
Duy-Nguyen Ta 191c3e610a enable serialization for Values. 2012-02-03 06:15:59 +00:00
Duy-Nguyen Ta 3793ad3e0e remove redundant typedef Values in ISAM2.h 2012-02-03 06:07:31 +00:00
Richard Roberts 8052fa8e42 Creating branch for gtsam 2.0 work 2012-02-02 22:11:27 +00:00
Richard Roberts 4b2b9d8158 Fixed Values iterators and removed apply function 2012-02-02 22:06:33 +00:00
Yong-Dian Jian 45ee37fde6 in progress: reviving pcg solvers 2012-02-02 17:49:08 +00:00
Chris Beall 7b49ac6b4b moved visualSLAM namespace out of gtsam 2012-02-02 16:20:54 +00:00
Richard Roberts 26cdf28421 Renamed DynamicValues to Values and removed specialized derived Values classes 2012-02-02 16:16:46 +00:00
Richard Roberts f3a3f8ebf6 Comment fix 2012-02-02 15:41:18 +00:00
Yong-Dian Jian 00023f0c67 start to fix iterative solvers 2012-02-01 16:35:18 +00:00
Alex Cunningham c901ceee27 wrap: forward declarations now allow for namespaces 2012-02-01 15:19:34 +00:00