Chris Beall
|
4297d24c96
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
Frank Dellaert
|
747342ffda
|
Changed some printing details, prompted by MATLAB display
|
2012-07-02 15:01:28 +00:00 |
Alex Cunningham
|
b602e75a99
|
Removed the use of the ADD_CLONE_NONLINEAR_FACTOR macro, documented instances of clone() in factors
|
2012-06-09 21:06:06 +00:00 |
Alex Cunningham
|
54f6f3629c
|
Added clone() functionality to nonlinear factors
|
2012-05-21 20:54:40 +00:00 |
Richard Roberts
|
a3797e3cdb
|
Int keys with formatter objects, all unit tests pass
|
2012-02-21 00:53:35 +00:00 |
Richard Roberts
|
0a81c4e57a
|
Renamed NonlinearFactor[1-6] to NoiseModelFactor[1-6]
|
2012-02-20 21:52:47 +00:00 |
Richard Roberts
|
0592b71ac4
|
Switched Values, Ordering, and factors to int 'Key' instead of 'Symbol',
still more code changes required to compile
|
2012-02-19 01:02:07 +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 |
Richard Roberts
|
820b33bd55
|
(2.0_prep branch) Merged in virtual_values branch
|
2012-02-03 17:18:32 +00:00 |
Richard Roberts
|
26cdf28421
|
Renamed DynamicValues to Values and removed specialized derived Values classes
|
2012-02-02 16:16:46 +00:00 |
Duy-Nguyen Ta
|
d3d5ee3b39
|
[inprogress] switching to DynamicValues
|
2012-01-28 20:47:43 +00:00 |
Nick Barrash
|
aa940ec8d0
|
added comment groups to some nonlinear classes
|
2012-01-23 20:16:59 +00:00 |
Alex Cunningham
|
fc07fa4c35
|
Adding headers
|
2011-11-11 15:42:36 +00:00 |
Alex Cunningham
|
0fe13ae3ca
|
Fixed noisemodel compile error, moved remaining nonlinear constraints to NonlinearEquality
|
2011-11-10 02:05:03 +00:00 |
Alex Cunningham
|
98410ca5c9
|
Merge branch 'unified_constraints'
Conflicts:
gtsam/linear/NoiseModel.cpp
gtsam/linear/NoiseModel.h
gtsam/linear/tests/testNoiseModel.cpp
|
2011-11-09 22:15:40 +00:00 |
Alex Cunningham
|
2b9a3db085
|
Added Group concept, reworked naming and conventions to reduce unnecessary functions
|
2011-11-05 23:01:43 +00:00 |
Alex Cunningham
|
97a82add25
|
make check for entire library now works
|
2011-11-04 21:44:34 +00:00 |
Alex Cunningham
|
af093c2a27
|
Added concept checks to several generic algorithms
|
2011-10-20 15:13:52 +00:00 |
Richard Roberts
|
247005f83c
|
Fixed errors when compiling with clang++
|
2011-07-01 22:52:57 +00:00 |
Alex Cunningham
|
fa4faa274a
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
Alex Cunningham
|
e20561be73
|
Merge branch 'eigen'
|
2011-05-20 13:52:08 +00:00 |
Richard Roberts
|
5057138ef1
|
Returning GaussianFactor instead of JacobianFactor from NonlinearFactor::linearize and NonlinearFactorGraph::linearize, so that HessianFactors may be returned as well.
|
2011-04-12 21:18:10 +00:00 |
Alex Cunningham
|
a87a52035d
|
Serialization for (some) nonlinear factors now works, added virtual destructors to factor classes that needed them.
|
2011-03-03 17:16:13 +00:00 |
Alex Cunningham
|
cee6b4523e
|
Improved serialization for noisemodel and NonlinearFactors, however currently fails on NonlinearFactorGraphs and some factors
|
2011-02-23 20:31:19 +00:00 |
Richard Roberts
|
4880257e69
|
Merging hessianfactor branch, Cholesky is now default and GaussianFactor is virtual (see email to frankcvs)
|
2011-01-20 22:22:00 +00:00 |
Richard Roberts
|
a8a584d38e
|
Rolling back last commit (undoing merge of hessianfactor branch) - does not compile on Linux, could be compiler or boost version problems. Also will probably break Alex's stuff so will work that out before merging.
|
2010-12-17 01:11:28 +00:00 |
Richard Roberts
|
de1892016d
|
Merged in hessianfactor branch, Cholesky is now default. This merge also includes improved timing statements with automatic outlining and low overhead
|
2010-12-17 00:51:51 +00:00 |
Richard Roberts
|
2c90e3d836
|
Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'.
|
2010-10-25 20:10:33 +00:00 |