Commit Graph

2479 Commits (89e6d2f1e8b55a059e90fab4596513e8dc18fc50)

Author SHA1 Message Date
Richard Roberts d3d566597c Comment fix 2014-02-18 13:27:17 -05:00
Richard Roberts 3293df1529 Removed duplicate link libraries during wrap 2014-02-17 00:43:14 -05:00
Richard Roberts 72ec292022 Merge branch 'develop' into feature/adding-scripts-simplify 2014-02-13 15:25:27 -05:00
Richard Roberts b3aa563e13 Removed non-existant file to exclude 2014-02-13 11:14:25 -05:00
Richard Roberts 661a157553 Working on standardizing/simplifying building unit tests and examples. Much simpler cmake function to add a glob of tests, doing away with convenience libraries, and removing other options that we never change from their defaults. 2014-02-13 01:34:31 -05:00
Richard Roberts 6df79b8dac Using variate_generator in Sphere2 random for compatibility with old boost 2014-02-12 20:40:22 -05:00
Richard Roberts 3fc41d5da3 Removed unused headers 2014-02-12 19:40:11 -05:00
Richard Roberts 7cb4a8390a Removed use of boost::range 'join' - replaced with a special flag to add one dimension in VerticalBlockMatrix and SymmetricBlockMatrix 2014-02-12 18:50:05 -05:00
Richard Roberts 27a86352d7 boost::random namespace fixes in geometry 2014-02-12 17:15:02 -05:00
cbeall3 ec19643840 default constructor to allow serialization 2014-02-11 20:03:01 -05:00
indelman 5db9dd4081 Removed .finished() from testGaussianBayesTreeUnordered.cpp 2014-02-10 08:54:14 -05:00
indelman 01be5dce94 Added template parameters to resolve Mac issue. 2014-02-05 15:51:20 -05:00
cbeall3 9af20808d4 renamed incorrectly named serialization function 2014-02-04 11:05:25 -05:00
cbeall3 052d73c444 fixes for explicit Sphere2 constructor 2014-02-04 11:04:22 -05:00
Luca 44e323070a added Vadim 2014-02-01 20:20:54 -05:00
indelman 5604414b40 Made Sphere2 constructor to be explicit + some changes in Rot3. 2014-02-01 12:42:59 -05:00
indelman b3a0802c93 Removed typename in shared_ptr declaration. 2014-02-01 09:28:04 -05:00
Richard Roberts 4b8c17ec77 Changed target name to 'gtsam' instead of 'gtsam-shared' and 'gtsam-static'. Modified CMake options to only allow building either static or shared, but not both. Enabled GTSAM_BUILD_TYPE_POSTFIXES by default on all platforms. 2014-01-30 14:41:25 -05:00
Luca fe55148dd7 deleted redundant files for imu factors 2014-01-27 17:38:01 -05:00
jing ca0a355498 merge in changes in develop branch recently 2014-01-27 16:29:17 -05:00
jing a2c3b8e083 remove changes in gtsam/linear/NoiseModel.cpp to fix unit test failures 2014-01-27 15:13:37 -05:00
dellaert 837085e5d4 Merge branch 'origin/release/2.4.0' 2014-01-25 11:45:59 -05:00
dellaert 0464b38ca0 Merged changes from develop 2014-01-25 10:07:34 -05:00
Luca 8c46e1d0cf restricted cout to suitable verbosity level 2014-01-24 17:48:30 -05:00
Luca 8be9d37d72 created infrastruction for more general lambda policies in LM 2014-01-24 17:46:45 -05:00
Luca 8755e08dad writeBALfromValues can now write either cameras or poses 2014-01-24 17:36:41 -05:00
dellaert 6be91a2df2 Merge branch 'feature/2.4.0/templatedEF'
Adds CALIBRATION template argument to a second constructor

Resolved Conflicts (with Jing):
	gtsam/slam/EssentialMatrixFactor.h
	gtsam/slam/tests/testEssentialMatrixFactor.cpp
2014-01-24 17:26:03 -05:00
jing 08f048f70e clean up 2014-01-23 19:26:22 -05:00
jing 8c4aa2b9a6 remove all LieMatrix(sizt_t m, ...), which also has dangerous behavior 2014-01-23 18:46:01 -05:00
jing 96296333ae remove all LieVector(size_t m, ...), which doesn't check parameter's type and it's also dangerous 2014-01-23 18:35:29 -05:00
jing ad0662a860 now all Matrix_() removed 2014-01-23 03:16:38 -05:00
jing afdce9cd80 remove all Matrix_() in all folders 2014-01-23 03:03:12 -05:00
jing b36574f77a remove all Vector_() definition and declaration 2014-01-23 02:51:05 -05:00
jing c4eec5d549 fix Vector_() remained 2014-01-23 02:16:04 -05:00
jing 90786c0203 fix Vector_() in rest of gtsam folder 2014-01-23 01:44:55 -05:00
jing 5e9540470a modified Vector_() in gtsam/base and gtsam/geometry folders 2014-01-23 01:17:07 -05:00
jing 8aac62ec1e fix LieVector constructor away from Vector_() 2014-01-23 00:52:55 -05:00
cbeall3 d954cab884 fix compiler error on Mac OS 10.9/clang 5. 2014-01-22 12:17:31 -05:00
Alex Trevor 2b77116e08 Merged develop into feature branch, fixed Rot3 merge conflict. 2014-01-22 09:12:52 -05:00
dellaert a3a37131a1 Moved streaming to implementation file 2014-01-22 01:05:32 -05:00
dellaert 6c9fd16ce8 Moved streaming to header 2014-01-22 01:03:40 -05:00
dellaert fafa3326f3 Streaming implemented with test 2014-01-22 00:59:22 -05:00
dellaert fd188a4978 Development of templated factors 2014-01-22 00:37:21 -05:00
Alex Trevor af50678a7b Merge branch 'feature/sphere2_expmap' of https://bitbucket.org/gtborg/gtsam into feature/sphere2_expmap 2014-01-10 15:42:30 -05:00
Alex Trevor c94d5aba26 Unit tests have been added to cover both coordinate modes, and specify mode where appropriate. Sphere2 expmap/logmap now properly handle antipodal points. 2014-01-10 15:40:36 -05:00
Richard Roberts 686051c032 Convert DOS line endings to UNIX 2014-01-09 16:39:27 -05:00
Frank Dellaert 20b4644918 Made tests work again, added Alex as author 2014-01-08 09:19:43 -05:00
Alex Trevor 7484b31bc3 Fixed bug on retraction of zero in Sphere2 expmap method. 2014-01-08 00:18:58 -05:00
Alex Trevor 401fede2e9 Added expmap coordinate mode option for Sphere2 retract and local coordinates, as well as unrotate for Sphere2. 2014-01-07 17:45:09 -05:00
Richard Roberts ffd439d89a Added unit tests for Values::find, lower_bound, and upper_bound 2014-01-07 17:34:00 -05:00