Frank
|
0a7fd27f28
|
Working on getting a simple typedef to compile - as well as dealing with Point3() now creating uninitialized memory.
|
2016-02-10 17:48:52 -08:00 |
Frank Dellaert
|
2d98056497
|
organize headers
|
2015-06-07 20:24:53 -07:00 |
nsrinivasan7
|
226f6ad0ce
|
added sift index options to dataset for reassosiation of data
|
2015-04-11 10:29:01 -04:00 |
Siddharth Choudhary
|
59db3b72aa
|
Changed default NoiseFormat to NoiseFormatAUTO which tries to guess the noise format.
|
2014-10-22 17:49:18 -04:00 |
cbeall3
|
799beec7e2
|
fix signed/unsigned warnings
|
2014-10-14 17:00:03 -04:00 |
Luca
|
358c978f00
|
added 3D version of readG2o with unit test
|
2014-08-18 20:40:52 -04:00 |
dellaert
|
7119d0c3c2
|
Sanitized G2o I/O interface to conform to what we had before. No sense in having many different styles, and this works better for MATLAB (now wrapped, as well).
BAL reading/writing should be similarly cleaned up.
|
2014-06-01 11:46:23 -04:00 |
dellaert
|
3e532a5160
|
Fourth case: sensible order, but covariance matrix
|
2014-05-31 22:42:14 -04:00 |
dellaert
|
0f2d983190
|
More principled handling of noise parameters
|
2014-05-31 21:57:29 -04:00 |
dellaert
|
0e1b52150d
|
Switch from optional to (possibly empty) shared_ptr
|
2014-05-31 19:01:54 -04:00 |
balderdash-devil
|
cd1b503985
|
comments explaining the funtion
|
2014-05-31 16:13:29 -04:00 |
balderdash-devil
|
afcddf823a
|
unit test now works
|
2014-05-31 15:53:41 -04:00 |
Chris Beall
|
432fce817e
|
Fixes for Windows. Everything compiles and passes again.
|
2014-05-28 21:29:23 -04:00 |
Luca
|
16571a9a95
|
added many unit test for g2o read/write
|
2014-05-20 17:59:49 -04:00 |
Luca
|
2430b0bbf0
|
added functions to read/write g2o files
|
2014-05-20 16:53:37 -04:00 |
Luca
|
0453310726
|
adding functions to read/write g2o files
|
2014-05-20 16:35:45 -04:00 |
Luca
|
afb5bac2f7
|
writeBALfromValues input made const
|
2014-03-13 01:36:38 -04:00 |
Luca
|
06c5186fa2
|
added function to create initial values from db
|
2014-02-20 15:37:17 -05:00 |
Luca
|
8755e08dad
|
writeBALfromValues can now write either cameras or poses
|
2014-01-24 17:36:41 -05:00 |
Richard Roberts
|
83b1c4681b
|
Added missing DLL export tags
|
2013-10-26 17:10:36 +00:00 |
Luca Carlone
|
796d9c7a67
|
added functionalities in dataset.cpp (writeBALfromValues) and BAL example
|
2013-10-19 20:28:20 +00:00 |
Luca Carlone
|
52a1b3d444
|
added writeBAL utility and pose conversion between GTSAM and openCV camera conventions
|
2013-10-18 06:17:04 +00:00 |
Luca Carlone
|
eff198372b
|
implemented read of BAL datasets and removed redundant code
|
2013-10-18 01:25:16 +00:00 |
Luca Carlone
|
b51b038028
|
moved readBundler code from BundlerUtils to gtsam
|
2013-10-18 01:25:13 +00:00 |
Vadim Indelman
|
3a13d6b2ad
|
Added load2D_robust function to allow robust noise models when loading datasets.
|
2013-05-20 21:46:30 +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 |
Chris Beall
|
4297d24c96
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
Richard Roberts
|
a01d479f44
|
Needed to disable C++ findExampleDataFile when building matlab wrapper
|
2012-08-29 23:09:59 +00:00 |
Richard Roberts
|
f27fee5524
|
Added findExampleDataFile to C++ gtsam (already existed in Matlab interface)
|
2012-08-28 15:00:50 +00:00 |
Richard Roberts
|
32f9ea526d
|
Removed dataset function from gtsam (moved to CitySLAM, see previous commit)
|
2012-07-28 16:01:49 +00:00 |
Richard Roberts
|
9d2a3bf14e
|
Finished denamespacing and reorganizing matlab code
|
2012-07-27 19:02:11 +00:00 |
Frank Dellaert
|
bd7724781d
|
Manhattan world example with covariances, in C++ and MATLAB
|
2012-06-03 18:20:48 +00:00 |
Richard Roberts
|
820b33bd55
|
(2.0_prep branch) Merged in virtual_values branch
|
2012-02-03 17:18:32 +00:00 |
Richard Roberts
|
26cdf28421
|
Renamed DynamicValues to Values and removed specialized derived Values classes
|
2012-02-02 16:16:46 +00:00 |
Duy-Nguyen Ta
|
d3d5ee3b39
|
[inprogress] switching to DynamicValues
|
2012-01-28 20:47:43 +00:00 |
Chris Beall
|
63dc9399b9
|
refactored Pose2SLAM
|
2012-01-28 02:31:44 +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 |
Frank Dellaert
|
56d1d6ae34
|
Fixed some Doxygen problems with global replace
|
2011-10-14 03:23:14 +00:00 |
Alex Cunningham
|
fa4faa274a
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
Richard Roberts
|
2c90e3d836
|
Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'.
|
2010-10-25 20:10:33 +00:00 |