Frank Dellaert
|
42c772ff11
|
clean target
|
2011-10-30 17:49:57 +00:00 |
Alex Cunningham
|
0ea45d9239
|
Removed extraneous file from repo
|
2011-10-30 16:14:02 +00:00 |
Richard Roberts
|
5408ab0a2d
|
Made GaussianFactorGraph::sparse and sparseJacobian functions take no arguments, and instead compute column indices internally
|
2011-10-29 23:12:58 +00:00 |
Richard Roberts
|
eb8fb31b2a
|
VectorValues documentation and interface cleanup, additional unit tests and bug fix.
|
2011-10-29 18:53: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
|
65616dbde5
|
Matrix version of sparseJacobian for MATLAB wrapping, unit-tested in linear now
|
2011-10-29 04:01:03 +00:00 |
Frank Dellaert
|
58d83f704f
|
Documentation and headers
|
2011-10-29 04:00:14 +00:00 |
Frank Dellaert
|
2d5602bbc8
|
Moved data directory, added make targets
|
2011-10-28 22:10:08 +00:00 |
Frank Dellaert
|
0bf987f866
|
commenting insert
|
2011-10-28 19:05:45 +00:00 |
Frank Dellaert
|
980ed4d590
|
Fixed VectorValues, added linearize and denseJacobian/denseHessian
|
2011-10-28 16:25:15 +00:00 |
Richard Roberts
|
e1c984f2b4
|
NonlinearFactorGraph::linearize returns GaussianFactorGraph instead of FactorGraph<GaussianFactor>
|
2011-10-26 02:11:00 +00:00 |
Richard Roberts
|
c120ee93f6
|
Added unit tests for higher-ary NonlinearFactors
|
2011-10-26 02:07:35 +00:00 |
Richard Roberts
|
475977ad83
|
Cleaned up comment
|
2011-10-26 02:06:21 +00:00 |
Richard Roberts
|
4433ae7da8
|
Removed redundant function
|
2011-10-26 02:06:08 +00:00 |
Richard Roberts
|
2c53df3ee7
|
Simplified VectorValues interface and implementation, slight simplification to Permuted<>
|
2011-10-26 02:04:06 +00:00 |
Richard Roberts
|
48d9c82713
|
Nick's README file updates, doxygen page layout modification
|
2011-10-25 03:41:40 +00:00 |
Alex Cunningham
|
aae4b5b69c
|
Added missing constructor to planar Values structure
|
2011-10-23 15:48:43 +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
|
2ddc60063f
|
Fixed printing
|
2011-10-22 19:56:53 +00:00 |
Frank Dellaert
|
fabde56642
|
Doxygen
|
2011-10-22 19:56:26 +00:00 |
Frank Dellaert
|
fbafbaa892
|
Fixed printing
|
2011-10-22 19:56:10 +00:00 |
Frank Dellaert
|
d3dd6f5fa2
|
Doxygen
|
2011-10-22 19:53:44 +00:00 |
Frank Dellaert
|
661e8bd962
|
Fixed printing in matlab
|
2011-10-22 19:50:32 +00:00 |
Frank Dellaert
|
861071cc3b
|
printing
|
2011-10-22 19:49:46 +00:00 |
Frank Dellaert
|
10c4d8b609
|
Doxygen
|
2011-10-22 19:48:52 +00:00 |
Frank Dellaert
|
0cd8dedeb2
|
Re-instaed deleted classes
|
2011-10-22 19:42:02 +00:00 |
Manohar Paluri
|
5016ca4f25
|
Added determinant function to GaussianBayesNet and added a unit test
|
2011-10-21 21:45:40 +00:00 |
Alex Cunningham
|
b84adc82a7
|
Matlab toolbox now compiles under linux, removed -inl.h from a header file called elsewhere
|
2011-10-21 20:54:57 +00:00 |
Alex Cunningham
|
eebef44efd
|
Disabled use of non-gtsam-namespace Vector and Matrix in wrap/matlab.h, removed two typeof uses (one more to go)
|
2011-10-21 20:42:25 +00:00 |
Alex Cunningham
|
d678ed3051
|
Fixed compile problems in tests due to TupleValues constructors, fixed testWrap
|
2011-10-21 19:29:50 +00:00 |
Richard Roberts
|
50c370cf97
|
Changed typeof to explicit type to try to avoid mex error
|
2011-10-21 19:01:26 +00:00 |
Natesh Srinivasan
|
905377efb6
|
Compile changes for matlab - still doesn't work
|
2011-10-21 18:05:32 +00:00 |
Frank Dellaert
|
f62a6bda1e
|
wrapping PlanarSLAMExample_easy
|
2011-10-21 16:56:50 +00:00 |
Alex Cunningham
|
1bdc8b5951
|
Typo in comments
|
2011-10-21 14:20:58 +00:00 |
Frank Dellaert
|
7538b9373a
|
Removed some stuff already moved to gtsam
|
2011-10-21 06:02:14 +00:00 |
Frank Dellaert
|
3692eae4fe
|
Doxygen compliance
|
2011-10-21 06:01:50 +00:00 |
Frank Dellaert
|
8535b13809
|
Made error a method again: all checks, let me know if project throw errors
|
2011-10-21 05:36:30 +00:00 |
Frank Dellaert
|
ce5751e454
|
Moved test here from gtsam_experimental, as now works
|
2011-10-21 05:35:30 +00:00 |
Frank Dellaert
|
9780af72d9
|
Added UNSAFE_WRAP flag that omits type-checking, to allow for GaussianFactor -> JacobianFactor inheritance. TODO: how can we have type safety AND inheritance?
|
2011-10-21 05:34:53 +00:00 |
Frank Dellaert
|
168ad81230
|
unbroke a number of classes in linear, testing them with gtsam_experimental/matlab code
|
2011-10-21 05:07:35 +00:00 |
Frank Dellaert
|
ad4299e468
|
Added a README file, also look at matlab.h comments!
|
2011-10-21 05:06:51 +00:00 |
Frank Dellaert
|
a1a7fa02fa
|
Fixed MATLAB compile issue due to forward compilation
|
2011-10-21 05:06:17 +00:00 |
Frank Dellaert
|
5fac2aa05a
|
Fixed instance variable naming convention
|
2011-10-21 02:36:09 +00:00 |
Frank Dellaert
|
307fd2737a
|
Fixed instance variable naming convention
|
2011-10-21 02:35:11 +00:00 |
Frank Dellaert
|
0fd12d9a05
|
Added install target in wrap
|
2011-10-21 02:19:37 +00:00 |
Frank Dellaert
|
27fd87ce8d
|
Added some debug code triggered by adding -DDEBUG_WRAP to mex command
|
2011-10-21 02:19:23 +00:00 |
Frank Dellaert
|
301ec3d2f4
|
Vector and Matrix should always be listed in gtsam.h without const &, to trigger the correct unwrap code
|
2011-10-21 02:18:03 +00:00 |
Frank Dellaert
|
1af9cae2e8
|
Added comments
|
2011-10-21 02:17:20 +00:00 |
Alex Cunningham
|
af093c2a27
|
Added concept checks to several generic algorithms
|
2011-10-20 15:13:52 +00:00 |