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 |
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 |
Chris Beall
|
f34b1cd1eb
|
rename method and wrap it
|
2012-01-31 21:06:56 +00:00 |
Chris Beall
|
5b71e14424
|
KF update method that takes full covariance instead of diagonal
|
2012-01-31 20:42:03 +00:00 |
Alex Cunningham
|
28f2276cc4
|
Added flag to link against local convenience libraries for tests
|
2012-01-31 19:59:19 +00:00 |