Richard Roberts
|
16c11c70fb
|
Fixes to compile on Windows
|
2013-05-21 17:24:49 +00:00 |
Frank Dellaert
|
1d9000724d
|
Moved AHRS to gtsam_unstable
|
2013-05-20 23:16:44 +00:00 |
Chris Beall
|
32b3eebf07
|
removed redundant shared_ptr typedefs in Cal3_S2 and Cal3_S2Stereo
|
2013-05-08 19:21:00 +00:00 |
Stephen Williams
|
9e39df6e88
|
Added PriorFactor and BetweenFactor with optional sensor pose
transformations. Ideally these should simply be the PriorFactor and
BetweenFactor, but more investigation is needed.
|
2013-05-08 13:23:56 +00:00 |
Stephen Williams
|
54808f6d44
|
Added several experimental versions of an Inverse Depth Factor
|
2013-05-08 13:23:35 +00:00 |
Alex Cunningham
|
a069d24374
|
Moved PoseRotationPrior, PoseTranslationPrior and ReferenceFrameFactor to gtsam.slam
|
2013-04-30 17:50:47 +00:00 |
Alex Cunningham
|
38af960c53
|
removed commented line
|
2013-04-24 17:34:49 +00:00 |
Alex Cunningham
|
1c17065376
|
Removed unnecessary templated traits from partial pose priors - now uses rotationInterval and translationInterval
|
2013-04-24 17:34:48 +00:00 |
Richard Roberts
|
a54d177202
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
Richard Roberts
|
6111c099ab
|
Improved build of shared vs static GTSAM libraries - now possible to build either one or both, executables link to the shared if it is being build, or otherwise to the static. Also removed separate shared/static CMake flags for gtsam_unstable, now uses the same GTSAM_BUILD_SHARED and GTSAM_BUILD_STATIC as gtsam.
|
2013-03-13 18:17:39 +00:00 |
Chris Beall
|
879417cb0d
|
more documentation and cleanup: missed a file
|
2012-11-29 18:20:39 +00:00 |
Chris Beall
|
6b67238dd3
|
more documentation and cleanup
|
2012-11-29 18:19:28 +00:00 |
Chris Beall
|
4297d24c96
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
Alex Cunningham
|
0ef12f2f20
|
Moved in reference frame factor from MastSLAM
|
2012-09-19 02:23:43 +00:00 |
Alex Cunningham
|
f272a07e29
|
Moved DummyFactor to gtsam_unstable from MastSLAM - allows for adding sufficient connectivity for solvers to operate
|
2012-09-18 17:48:18 +00:00 |
Chris Beall
|
49a952d237
|
more doxygen fixes
|
2012-09-07 19:12:02 +00:00 |
Chris Beall
|
9e960b4589
|
doxygen fixes
|
2012-09-07 18:54:12 +00:00 |
Alex Cunningham
|
891fb2e038
|
comments only
|
2012-09-03 00:50:24 +00:00 |
Alex Cunningham
|
2285b14c5f
|
Alternate matrix operation
|
2012-09-03 00:39:02 +00:00 |
Alex Cunningham
|
878c79f265
|
Reworked PoseRotationPrior with better tests and no dependence on PartialPriorFactor
|
2012-08-27 16:51:52 +00:00 |
Alex Cunningham
|
c60fc3ca2a
|
Relegated the PartialPriorFactor to gtsam_unstable
|
2012-08-24 21:39:56 +00:00 |
Richard Roberts
|
519ad72139
|
Made explicit instantiations in header file inline to avoid duplicate definition
|
2012-08-22 22:40:39 +00:00 |
Alex Cunningham
|
e488871ffd
|
Fixed compile problem in toolbox for PoseTranslationPrior. Added planar tests.
|
2012-08-20 14:25:09 +00:00 |
Alex Cunningham
|
3794c2a7b7
|
Reworked PoseTranslationPrior so that it actually works now
|
2012-08-20 14:25:07 +00:00 |
Alex Cunningham
|
4fb9f3b39e
|
Moved RelativeElevationFactor from MastSLAM
|
2012-08-20 14:25:04 +00:00 |
Richard Roberts
|
84924ad663
|
Removed remaining reference to slam namespace headers
|
2012-08-03 21:02:39 +00:00 |
Alex Cunningham
|
b211c1070d
|
Rearranged the inverse depth factor/camera, created a gtsam_unstable/geometry folder - run cmake to find the new/moved files
|
2012-08-02 20:47:16 +00:00 |
Alex Cunningham
|
4c836c6e3a
|
Wrapped Pose[Translation|Rotation]Factor
|
2012-08-02 19:57:10 +00:00 |
Chris Beall
|
93d9023a61
|
added InverseDepth factor based on Montiel/Civera's paramaterization. MOntiel06rss, Civera08tro
|
2012-08-02 19:27:36 +00:00 |
Alex Cunningham
|
d36b8b63e7
|
Added versions of partial priors for parts of poses - useful for GPS or inertial priors. Added interval interface to Pose2 and Pose3.
|
2012-06-14 20:00:51 +00:00 |
Alex Cunningham
|
3d2c3aff05
|
Moved all Simulated* example domains and smallExample to the tests folder so they are no longer installed
|
2012-06-09 20:15:44 +00:00 |
Frank Dellaert
|
8440939f27
|
Using symbol_shorthand instead of redundant kx, kl functions
|
2012-06-02 19:28:21 +00:00 |
Frank Dellaert
|
a2512475c9
|
Symbol.h is now included just in time, no longer by default everywhere.
|
2012-06-02 19:05:38 +00:00 |
Frank Dellaert
|
5160c2eb50
|
Significant API change in slam (GTSAM 2.0.1 or 2.1): to eliminate confusion and give the user more freedom in creating their own Keys, the different slam variants no longer create Symbol keys themselves. Instead, all interaction is done via Keys (which are just unordered, unsigned ints). All PoseSLAM unit tests and examples now just use sequential keys. However, a user can still create Keys using the Symbol constructor, which is illustrated in the landmark-based unit tests and examples.
|
2012-06-02 16:18:40 +00:00 |
Alex Cunningham
|
efd94014b7
|
Added check.unstable target - currently runs each unstable group separately, however
|
2012-05-25 16:12:55 +00:00 |
Alex Cunningham
|
9ce892ce65
|
gtsam_unstable now builds and tests pass
|
2012-05-03 17:03:25 +00:00 |