Duy-Nguyen Ta
|
6f1ea87a00
|
clean up noise model: Remove Shared[NoiseModel] classes and headers, typedef for backward compatibility in NoiseModel.h. Fix all tests and examples to create shared noise models through static functions in noise model classes. Fix MATLAB wrapper and examples as well. Add tests for MATLAB examples
|
2012-06-22 19:36:49 +00:00 |
Richard Roberts
|
9c8377f476
|
Merge remote-tracking branch 'svn/trunk' into windows
Conflicts:
examples/Pose2SLAMExample.cpp
examples/vSLAMexample/CMakeLists.txt
examples/vSLAMexample/vISAMexample.cpp
gtsam/nonlinear/ISAM2-impl.cpp
gtsam/slam/pose2SLAM.cpp
gtsam/slam/tests/testGeneralSFMFactor.cpp
gtsam/slam/tests/testGeneralSFMFactor_Cal3Bundler.cpp
gtsam/slam/tests/testPlanarSLAM.cpp
gtsam/slam/tests/testPose2SLAM.cpp
tests/testDoglegOptimizer.cpp
tests/testGraph.cpp
|
2012-06-04 14:13:37 +00:00 |
Frank Dellaert
|
e23818431e
|
Renamed examples to not have _easy....
|
2012-06-03 19:52:35 +00:00 |
Yong-Dian Jian
|
adc8921f3b
|
separate the examples into easy/advanced style, remove shared pointer in easy examples, unify the convention
|
2010-10-21 21:38:38 +00:00 |
Kai Ni
|
9d8498617c
|
easy interfaces of nonlinear optimization
|
2010-10-17 18:52:52 +00:00 |
Kai Ni
|
24d499039f
|
prepend license information on all the codes
|
2010-10-14 04:54:38 +00:00 |
Chris Beall
|
540608fed4
|
typo
|
2010-10-14 01:08:22 +00:00 |
Alex Cunningham
|
07bda5aa97
|
Changed linear config names to *Values, updated comments
|
2010-10-09 03:09:58 +00:00 |
Alex Cunningham
|
0fb6c1320e
|
Renamed example to be more consistent, pulled in Ordering in NonlinearOptimizer
|
2010-10-08 18:39:19 +00:00 |
Alex Cunningham
|
d17aef492c
|
Added two example scripts to gtsam from the tutorial, with a single planar example that either contains all typedefs and manually creates the structure, and another that uses planarSLAM.h. Also added a BearingRange helper function to planarSLAM
|
2010-08-26 21:21:15 +00:00 |