Richard Roberts
|
d397139fa9
|
Fixed dimensions bug in Marginals and added unit test
|
2012-07-23 19:20:53 +00:00 |
Richard Roberts
|
bbaf2d8cb5
|
Wrapped JointMarginal class and joint marginal functions of Marginals
|
2012-07-23 19:20:43 +00:00 |
Alex Cunningham
|
656f573c0a
|
Removed from wrap the use of "using namespace xxx" statements - wasn't fully supported before, and now we have real namespace support
|
2012-07-23 18:24:43 +00:00 |
Alex Cunningham
|
79c9bc99ff
|
Some additional cleanup in wrap
|
2012-07-23 18:24:39 +00:00 |
Alex Cunningham
|
5d008d43fa
|
Added example namespace function to gtsam - works in matlab
|
2012-07-23 18:24:37 +00:00 |
Alex Cunningham
|
b7c2177f0b
|
Generating code for global functions now works
|
2012-07-23 18:24:35 +00:00 |
Stephen Williams
|
f4c022c35a
|
Added required header files to gtsam.h
|
2012-07-23 15:33:39 +00:00 |
Alex Cunningham
|
ece5888cac
|
Removed need in wrap to end namespaces in special non-standard tag - can now just use }
|
2012-07-23 14:09:44 +00:00 |
Alex Cunningham
|
e7e564268d
|
global function parsing now tested and working
|
2012-07-23 14:09:42 +00:00 |
Alex Cunningham
|
26fce2d400
|
Adding support for global functions - parsing works
|
2012-07-23 14:09:40 +00:00 |
Alex Cunningham
|
46b2971e45
|
Removed imu dynamics example slam namespace
|
2012-07-22 18:49:07 +00:00 |
Frank Dellaert
|
dda625b2e0
|
Compile error on Mac, added "this->"
|
2012-07-22 18:46:35 +00:00 |
Stephen Williams
|
f865a9e551
|
Removed SLAM namespaces from Localization Example
|
2012-07-22 16:03:42 +00:00 |
Stephen Williams
|
61b82c9109
|
Tiny code formatting change
|
2012-07-22 15:47:07 +00:00 |
Stephen Williams
|
412ffa38c7
|
Created a iSAM2 version of the Visual SLAM example
|
2012-07-22 15:15:12 +00:00 |
Stephen Williams
|
5d46beed86
|
Put the relinearization interval back to 3 for the iSAM example
|
2012-07-22 14:59:22 +00:00 |
Stephen Williams
|
71c6458e96
|
Updated ExtendedKalmanFilter and relkated example, removing the need for the 'inl' header
|
2012-07-22 14:57:34 +00:00 |
Stephen Williams
|
ff522a73c0
|
Updated documentation on SimpleRotation example
|
2012-07-22 05:43:44 +00:00 |
Stephen Williams
|
e3a6282ff8
|
Removed SLAM namespaces from SPCG example. Still needs better documentation by someone who knows what SPCG is.
|
2012-07-22 05:34:22 +00:00 |
Stephen Williams
|
45d1c4f0ed
|
Removed SLAM namespaces from OdometryExample
|
2012-07-22 05:21:32 +00:00 |
Stephen Williams
|
67e2d832fe
|
Updated the VisualSLAM examples, removing the SLAM namespaces
|
2012-07-22 04:52:01 +00:00 |
Stephen Williams
|
5da5adb2f1
|
Combined the PlanarSLAM examples into a single example without SLAM namespaces
|
2012-07-22 04:36:40 +00:00 |
Stephen Williams
|
d259320aed
|
Combined the two versions of Pose2SLAMExample into a single example without SLAM namespaces
|
2012-07-22 04:35:12 +00:00 |
Richard Roberts
|
9e278b394a
|
Converted first 2 matlab examples to not use slam namespaces
|
2012-07-22 00:57:54 +00:00 |
Richard Roberts
|
f97869cf20
|
Added plot2DTrajectory matlab function to find all Pose2s in a Values and plot them as a trajectory with optional covariance ellipses
|
2012-07-22 00:57:39 +00:00 |
Richard Roberts
|
564ab1dd63
|
Wrapped Values::keys() function
|
2012-07-22 00:57:24 +00:00 |
Richard Roberts
|
c8daa42348
|
Wrapped JointMarginal class and joint marginal functions of Marginals
|
2012-07-21 23:54:55 +00:00 |
Stephen Williams
|
ba51443365
|
Create branch for updating the examples (C++ and Matlab) without the use of the SLAM Namespaces
|
2012-07-21 22:07:47 +00:00 |
Alex Cunningham
|
cfd1a4157d
|
comments only
|
2012-07-21 20:26:07 +00:00 |
Alex Cunningham
|
96d7b6fea2
|
Added doxygen support for examples, removed debugging messages
|
2012-07-21 20:11:43 +00:00 |
Alex Cunningham
|
ce65f2e925
|
Added cmake script for generating doxygen in more detail, can now generate documentation for all of gtsam and gtsam_unstable
|
2012-07-21 20:05:28 +00:00 |
Alex Cunningham
|
c9c43e1cf5
|
Fixed cpack ignores to skip the makestats script
|
2012-07-21 20:05:27 +00:00 |
Alex Cunningham
|
5ff1870842
|
Removed workaround for old boost versions in discrete - we now require a higher version anyway
|
2012-07-21 19:15:13 +00:00 |
Stephen Williams
|
4b3edb0889
|
Wrapped iSAM2
|
2012-07-19 19:50:00 +00:00 |
Vadim Indelman
|
c865485342
|
Richard's changes of RangeFactor.
|
2012-07-19 15:11:11 +00:00 |
Richard Roberts
|
9dadbebbd1
|
Wrapped DoglegOptimizer and LevenbergMarquardtOptimizer, added class heirarchy to optimization parameters
|
2012-07-18 23:35:36 +00:00 |
Richard Roberts
|
11981dd828
|
Had accidently switched trunk gtsam to a cmake-libs branch - moved svn:externals pointer back to cmake-libs trunk
|
2012-07-18 18:50:24 +00:00 |
Richard Roberts
|
8dbffd4629
|
Wrap generates Matlab namespaces, so now 'import gtsam.*' allows class names like Values, NonlinearFactor, to be used. Without import, syntax is gtsam.Values, etc.
|
2012-07-18 15:47:06 +00:00 |
Alex Cunningham
|
8fa77de2a0
|
Removed cpp file for Failure, small cleanups
|
2012-07-18 15:43:55 +00:00 |
Alex Cunningham
|
6266a2c56d
|
Removed SimpleString from CppUnitLite - now just uses std::string and boost::lexical_cast
|
2012-07-18 15:43:54 +00:00 |
Richard Roberts
|
90fd122876
|
Updated wrap expected files from double clear all bug fix
|
2012-07-17 22:10:39 +00:00 |
Richard Roberts
|
28eedb1940
|
Bug fix in SimpleString (CppUnitLite) - typo caused allocating too-small buffer
|
2012-07-17 22:10:36 +00:00 |
Richard Roberts
|
b5e10eadb8
|
Fixed bug where calling 'clear all' only once caused a problem where the wrap module recreated the RTTI table but MATLAB then deletes it, causing an error about the RTTI table being missing later on.
|
2012-07-17 19:49:36 +00:00 |
Alex Cunningham
|
4b772b43cf
|
Simplified include handling in wrap: no more default includes, includes are not associated with a class or a namespace.
|
2012-07-17 18:30:02 +00:00 |
Richard Roberts
|
4bcc974cae
|
Updated unit tests after changing namespace handling
|
2012-07-17 17:38:31 +00:00 |
Richard Roberts
|
10c5ebae73
|
Always write and read wrap files in binary mode to prevent writing CRLF line endings on windows (messes up expected unit test files)
|
2012-07-17 17:38:29 +00:00 |
Richard Roberts
|
e9f710a1ac
|
More flexible handling of includes in wrap - can now use multiple includes both at the namespace and class levels, and namespace includes do not override the default class-name includes of their enclosed classes.
|
2012-07-17 15:51:35 +00:00 |
Richard Roberts
|
6eb9d3246f
|
Wrapped LieMatrix
|
2012-07-17 15:51:32 +00:00 |
Duy-Nguyen Ta
|
abc29ea2ca
|
capitalize static functions Level and Lookat in CalibratedCamera and PinholeCamera for matlab wrapper
|
2012-07-16 15:24:27 +00:00 |
Alex Cunningham
|
4113a09b3a
|
Enabled building doxygen docs by default (only when running make doc and when doxygen present, however)
|
2012-07-16 14:56:11 +00:00 |