Alex Cunningham
|
6f09998e10
|
Removed autotools from gtsam2 branch
|
2012-02-13 21:13:07 +00:00 |
Alex Cunningham
|
5a3740daeb
|
Removed extraneous "shared" prefix from SharedNoiseModel named constructors
|
2012-02-12 17:41:57 +00:00 |
Richard Roberts
|
0d2a9018e3
|
Merged sub-branch into 2.0_prep branch
|
2012-02-08 22:05:24 +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 |
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
|
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
|
820b33bd55
|
(2.0_prep branch) Merged in virtual_values branch
|
2012-02-03 17:18:32 +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 |
Alex Cunningham
|
c43a9b4852
|
Added a variety of options to the cmake build, working on automating wrap execution/install
|
2012-01-31 19:59:15 +00:00 |
Alex Cunningham
|
03b4743e7a
|
Removed unnecessary cpp file in vSLAMexample, added CMake support for examples, used static linking to the real gtsam for tests
|
2012-01-31 05:28:02 +00:00 |
Chris Beall
|
537a1a3fae
|
Matlab wrapped classes now live within the gtsam namespace, meaning you have to use gtsamPose2 instead of just Pose2 in Matlab. This fixes the Point2 and Point3 issues we had with Matlab 2011b.
promote pose2SLAM planarSLAM etc. namespaces to be next to gtsam instead of within
|
2012-01-30 22:00:13 +00:00 |
Duy-Nguyen Ta
|
2db224df3c
|
All compiled! Only SPCG and linear/SubgraphSolver are not fixed.
|
2012-01-29 22:10:35 +00:00 |
Alex Cunningham
|
67aa0bf63d
|
Fixed compile problems with NonlinearOptimizationParameters, removed redundant typedef
|
2012-01-29 01:24:27 +00:00 |
Chris Beall
|
37ba09d836
|
adding Pose2SLAM example
|
2012-01-28 02:51:35 +00:00 |
Chris Beall
|
63dc9399b9
|
refactored Pose2SLAM
|
2012-01-28 02:31:44 +00:00 |
Alex Cunningham
|
ac5d539afb
|
Added SRI's Find cmake scripts and small comment changes in other cmake scripts
|
2012-01-27 20:28:13 +00:00 |
Richard Roberts
|
b3df8d336a
|
For ASPN release, added temporary ENABLE_SPCG flag to avoid conflict with boost::variant
|
2012-01-27 16:43:31 +00:00 |
Alex Cunningham
|
4e5e361d3f
|
Removed extraneous references to gtsam/inference/graph.h - now only in SubgraphSolver
|
2012-01-22 16:46:38 +00:00 |
Alex Cunningham
|
379fe4e557
|
Removed references to "Landmark2" in matlab example
|
2012-01-10 14:55:42 +00:00 |
Alex Cunningham
|
2572265096
|
Added noisemodel syntactic sugar so that matlab interface examples and tests work
|
2012-01-04 16:18:38 +00:00 |
Stephen Williams
|
7c87a4f58d
|
Included the inline header at the bottom of SubgraphSolver, NonlinearFactorGraph, NonlinearOptimization, and NonlinearOptimizer. This avoids having to include the '-inl.h' in subsequent projects.
|
2011-12-20 23:25:43 +00:00 |
Alex Cunningham
|
17bf0f0169
|
Added static and shared versions of gtsam
|
2011-12-15 16:17:58 +00:00 |
Alex Cunningham
|
61d05813ff
|
Library now builds and all tests run with cmake
|
2011-12-14 02:24:21 +00:00 |
Chris Beall
|
3c8a7a29f9
|
updated visual SLAM examples to follow correct coordinate system conventions. The ISAM example now also uses the same input files as the general SFM example.
|
2011-12-12 03:57:48 +00:00 |
Alex Cunningham
|
8bc83d4219
|
Changed -inl.h use with Values and TupleValues, removed instantiation macros for Values and TupleValues
|
2011-11-17 22:44:46 +00:00 |
Alex Cunningham
|
96f77466c6
|
Removed need to include -inl.h for isam variants
|
2011-11-17 21:20:04 +00:00 |
Richard Roberts
|
83ccc6211e
|
Fixed Data subdirectory with wrong path for make dist
|
2011-11-12 21:18:44 +00:00 |
Alex Cunningham
|
5798868ab7
|
Changed LieValues->Values. Did not change Values typedefs in slam domains, just adjusted namespaces
|
2011-11-06 19:08:42 +00:00 |
Alex Cunningham
|
fd601b55d8
|
Replaced expmap with retract in kalman filter example
|
2011-11-05 03:10:49 +00:00 |
Frank Dellaert
|
03280f2446
|
renamed sparse to sparseJacobian_
|
2011-10-30 20:38:08 +00:00 |
Frank Dellaert
|
0a101eb50f
|
Fixed matlab wrapper of sparse to take no arguments
|
2011-10-30 20:25:08 +00:00 |
Frank Dellaert
|
9ff18b4e4e
|
Wrapped GaussianFactorGraph.sparse and provided example usage in PlanarSLAMExample_easy
|
2011-10-29 04:28:47 +00:00 |
Frank Dellaert
|
2d5602bbc8
|
Moved data directory, added make targets
|
2011-10-28 22:10:08 +00:00 |
Frank Dellaert
|
980ed4d590
|
Fixed VectorValues, added linearize and denseJacobian/denseHessian
|
2011-10-28 16:25:15 +00:00 |
Frank Dellaert
|
3fbc459d0f
|
planar SLAM example works in MATLAB !
|
2011-10-22 20:10:25 +00:00 |
Frank Dellaert
|
7c55724ddd
|
Doxygen
|
2011-10-22 19:57:36 +00:00 |
Frank Dellaert
|
f62a6bda1e
|
wrapping PlanarSLAMExample_easy
|
2011-10-21 16:56:50 +00:00 |
Frank Dellaert
|
56d1d6ae34
|
Fixed some Doxygen problems with global replace
|
2011-10-14 03:23:14 +00:00 |
Frank Dellaert
|
44b74c3d55
|
Fixed bad doxygen @Author: to correct @author style
|
2011-09-07 01:26:28 +00:00 |
Stephen Williams
|
817bb913ab
|
Removed duplicate header comment block.
|
2011-08-30 20:01:24 +00:00 |
Stephen Williams
|
27d062a0f0
|
Fixed compile errors due to new SharedGaussian definition
|
2011-08-27 13:50:35 +00:00 |
Stephen Williams
|
82fdb0a5f8
|
Added ExtendedKalmanFilter class and easyPoint2KalmanFilter example
|
2011-08-27 12:28:47 +00:00 |
Stephen Williams
|
295faba745
|
Fixed error in creation of Jacobian Prior from root of Bayes Net for the elaboratePoint2KalmanFilter example. Previously the permutation of R inside the GaussianCondition was ignored.
|
2011-08-27 12:27:13 +00:00 |
Yong-Dian Jian
|
fd07d61a2e
|
Add a robust noise model. Change SharedGaussian to SharedNoiseModel
|
2011-08-26 21:41:01 +00:00 |
Stephen Williams
|
b39970ad9a
|
Removed dependency of eloboratePoint2KalmnFIlter example on the LinearizedFactor class
|
2011-08-25 13:34:06 +00:00 |
Duy-Nguyen Ta
|
9be9251d1b
|
check with perfect measurements
|
2011-08-23 22:17:09 +00:00 |
Duy-Nguyen Ta
|
24a897429a
|
A simple example of using gtsam for the camera resectioning problem
|
2011-08-23 22:10:50 +00:00 |