Commit Graph

2562 Commits (eae3ee0ecd2f01ea579c1bf5bd3d524e5c26678d)

Author SHA1 Message Date
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
Frank Dellaert 282ac6484d "outputMetisFormat" outputs index in hmetis hypergraph format 2012-02-08 15:23:11 +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
Chris Beall c323a052d5 doc typo 2012-02-06 23:57:07 +00:00
Richard Roberts eaa9e4d739 Continuing changes from templating NonlinearFactors on value instead of key 2012-02-06 23:32:59 +00:00
Alex Cunningham ded872af5f Forced wrap to always add a "generated by" header, updated expected test code 2012-02-06 19:45:40 +00:00
Stephen Williams 345580c7f8 Fixed bug in optional jacobians using g++ 4.6.1. Compiler finds the incorrect version of the Matrix class. 2012-02-06 18:47:25 +00:00
Frank Dellaert c2e14b9f06 No more date to avoid triggering svn changes 2012-02-06 17:18:25 +00:00
Vadim Indelman 819d3273f4 Added Jacobians' calculation in compose and inverse functions. 2012-02-06 15:15:01 +00:00
Andrew Melim 9f66fa20be Added CalibratedCamera to gtsam.h 2012-02-06 14:05: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
Alex Cunningham fab5717917 Fixed namespace return type bug with pointers in wrap. Matlab tests now pass. 2012-02-06 01:59:45 +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
Alex Cunningham 9f1f38ac29 testSerialization flag now back in effect, testSerialization will not be compiled by default 2012-02-04 21:43:18 +00:00
Alex Cunningham 13efb0e4ea Removed nonexistant Pose3 constructor and added localCoordinates to Pose3 2012-02-04 04:40:35 +00:00
Yong-Dian Jian f551edddc6 fix interface and parameters 2012-02-03 23:21:30 +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
Yong-Dian Jian bc7293a0a7 disable old subgraph preconditioners temporarily to remove name conflict 2012-02-02 23:16:45 +00:00
Alex Cunningham 0a842cf0ec Added empty() to graphs 2012-02-02 22:45:41 +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