Commit Graph

106 Commits (a47c52cb5ee858fec44b4fde82734aff95e47f64)

Author SHA1 Message Date
Frank Dellaert a47c52cb5e Split parsing and moved to dataset.* 2019-03-14 00:58:22 -04:00
Frank Dellaert c0686f1f09 Fixed findExampleDataFile issue. Note the wrapped version is not the one that will be available in MATLAB. Still have to test whether we can use that or not. 2019-02-11 10:43:48 -05:00
Frank Dellaert 6d0a76aec9 Got rid of filter because of compile issues on Windows 2018-12-29 15:11:24 -05:00
dellaert e2363e90bd Fixed issue with 'count' 2018-12-22 18:07:00 -05:00
Frank Dellaert 617040f503 count method (better than filter, then size). 2018-12-22 17:09:14 -05:00
dellaert ebf047b4aa Added return types 2018-05-14 00:39:36 -07:00
dellaert 45a7b5ba68 Add edge/vertex parsing from any input stream 2017-08-08 00:39:22 -07:00
yao a0661b3813 Almost done. Still need to figure out how to remove the remaining 3 occurrences. 2016-05-21 12:44:46 -04:00
Alex Hagiopol 3c195f5bc6 Switched to Eigen Fixed-Size Block expression. 2016-04-11 19:01:58 -04:00
Alex Hagiopol 70b2aab352 Deprecated all inline functions in Matrix.h. 2016-04-11 15:11:29 -04:00
alexhagiopol 1feed7c20e Work in progress: deprecating inline functions. 2016-04-11 11:34:57 -04:00
dellaert 018fbf720f Fixed compile issue 2016-02-25 21:37:20 -08:00
Frank a611cd078d Modernized a bit 2016-02-25 16:52:41 -08:00
Frank 0372a959ee Many small improvements, bug-fixes, and tests 2016-02-24 11:01:19 -08:00
Frank 2060b09a2b Avoid calling default constructors and/or vector 2016-02-11 19:03:11 -08:00
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 6eece9cc60 Quaternion now also uppercase 2016-01-26 23:57:34 -08:00
Frank Dellaert 4d93a33f61 Static methods should be uppercase. 2016-01-26 23:09:58 -08:00
Enrique Fernandez fdacba92c5 Fix use model in file, in load2D 2015-08-11 15:25:35 -04:00
Frank Dellaert 30435da070 Moved BearingRangeFactor to SAM 2015-07-12 18:57:26 -07:00
Frank Dellaert 377b90941b switch to Rodrigues everywhere 2015-07-05 16:11:04 -07:00
Frank Dellaert 2d98056497 organize headers 2015-06-07 20:24:53 -07:00
Abe 13a4da21b2 misc bugfixes and cleanup from skydio 2015-05-13 22:26:24 -07:00
nsrinivasan7 226f6ad0ce added sift index options to dataset for reassosiation of data 2015-04-11 10:29:01 -04:00
balderdash-devil be37e1ed05 Fix for Issue #201
It seems like MSVC was unable to identify the template specialization
for the 'const' keyword. So added a specialization in each of these
files for that
2015-01-21 13:02:35 -05:00
Richard Roberts aa093a35da Updated all comma initializer usages to use .finished() 2014-11-22 16:35:27 -08:00
dellaert a94835a2e4 Merge remote-tracking branch 'origin/develop' into feature/BAD
Conflicts:
	.cproject
	gtsam/geometry/Cal3DS2.cpp
	gtsam/geometry/Cal3DS2.h
	gtsam/geometry/Cal3Unified.h
	gtsam/navigation/CombinedImuFactor.h
	gtsam/navigation/ImuFactor.h
	gtsam/nonlinear/NonlinearFactor.h
	gtsam/slam/tests/testPoseRotationPrior.cpp

Modified: testGaussMarkov1stOrderFactor.cpp, testPoseRotationPrior.cpp
2014-11-04 17:04:57 +01:00
Paul Furgale 95e59d7c5d Fixed the last failing unit test 2014-11-01 19:23:07 +01:00
Siddharth Choudhary de175ea128 Moved NoiseFormatAUTO check out of switch case 2014-10-22 19:00:39 -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 aacd3484c7 bug fix: different pose covariance structure between g2o (t,R) and gtsam (R,t) 2014-09-04 10:07:28 -04:00
Luca 08a6bff803 fixed issues in dataset and added comments 2014-09-03 20:18:46 -04:00
Luca f6adeb8fff working example 2014-08-25 16:36:58 -04:00
Luca 330fbd730e fix failing unit test (mac) 2014-08-22 10:40:16 -04:00
Luca bc205cf6a4 extended g2o parser to nondiagonal noise 2014-08-19 20:10:42 -04:00
Luca 881514a45f added 3D version of writeG2o with unit test 2014-08-18 21:14:48 -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 a95cf7c71b Load VERTEX_SE2 2014-05-31 23:15:11 -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
dellaert 204ddbee5e Formatting 2014-05-31 18:08:02 -04:00
dellaert bc69c0a94e Finish timeLago 2014-05-31 17:15:50 -04:00
dellaert 5aa9f42875 Better exception 2014-05-31 16:24:25 -04:00
balderdash-devil 19b7734a97 Removed unnecessary file 2014-05-31 16:21:55 -04:00
balderdash-devil cd1b503985 comments explaining the funtion 2014-05-31 16:13:29 -04:00
balderdash-devil 34962d4669 removed debug statement 2014-05-31 16:03:25 -04:00
balderdash-devil afcddf823a unit test now works 2014-05-31 15:53:41 -04:00