Commit Graph

11979 Commits (90dc1ce3b51a6917a5cf47de2c4d5f636aade31d)

Author SHA1 Message Date
Fan Jiang 7fcacf90c6 Fix unittest when GTSAM_DEFINE_POINTS_AS_VECTORS is defined 2020-03-31 22:22:12 -04:00
kvmanohar22 221dcaa13a adding functionality to use ISAM2 for imu preintegration example 2020-03-30 22:16:30 +05:30
Varun Agrawal e7632608e5
Merge pull request #97 from mbrossar/develop
Marginal computation of pose-graph without loop closure
2020-03-30 08:27:19 -04:00
Varun Agrawal 9361d5b491
Merge pull request #260 from borglab/fix/cmake-wrapper-warnings
Fixed some wrapper warnings
2020-03-29 19:26:58 -04:00
Varun Agrawal 4197fa3c54 removed graphWithPrior from all examples while keeping functionality the same 2020-03-29 19:13:15 -04:00
Varun Agrawal e7bdc05689 Merge branch 'develop' of github.com:mbrossar/gtsam into develop 2020-03-29 12:01:08 -04:00
Varun Agrawal 8194b931fe
Merge pull request #250 from acxz/tbb_ci_simple
Add TBB to Travis CI (simple)
2020-03-28 18:19:42 -04:00
Varun Agrawal 35bfc84684 make makefile verbose again 2020-03-28 10:05:38 -04:00
Varun Agrawal 02ff7ae276 output message for exception in debug mode 2020-03-28 09:56:29 -04:00
Varun Agrawal d608611c87 install tbb as part of configure 2020-03-28 06:56:58 -04:00
Varun Agrawal 8dc7359924 set makefile to not verbose to speed up travis and reduce log length 2020-03-27 23:30:50 -04:00
Varun Agrawal 44ec8ba8c0 make covariance() use fast triangular inverse and use that for sigmas 2020-03-27 23:22:42 -04:00
Varun Agrawal ba5086f271 vastly improved install_tbb function which copies files correctly 2020-03-27 13:15:59 -04:00
Varun Agrawal 99e1c42282 update travis.yml to install tbb during install phase, source script to add variables to current shell 2020-03-27 10:53:22 -04:00
Varun Agrawal 5dc19e0746 install tbb before install to allow propagation of env variables 2020-03-27 09:23:43 -04:00
Varun Agrawal 7248b149fd save tbb download to /tmp 2020-03-27 08:39:06 -04:00
Varun Agrawal a59786c809 undo sigma checks, and use explicit triangular view to perform inverse of R matrix 2020-03-27 07:54:50 -04:00
Varun Agrawal de170d5f3a use enum dimension for camera DoF 2020-03-27 07:53:40 -04:00
Varun Agrawal 2e34a175f7 properly export variables 2020-03-26 22:05:28 -04:00
Varun Agrawal 34069a60df specific paths for Mac, removed libtbb from travis packages list 2020-03-26 21:00:23 -04:00
Varun Agrawal 4a356b9bd9 improved install_tbb function 2020-03-26 18:00:47 -04:00
acxz 026c794a92 use the same tbb as xenial 2020-03-26 16:32:05 -04:00
Varun Agrawal 80fc06cad7 function to add tbb with debug 2020-03-26 16:03:51 -04:00
acxz 88005a99a1 fix tbb CMakeLists indentation 2020-03-26 13:46:30 -04:00
acxz ea8f774f8d make GTSAM_WITH_TBB=OFF default in ci 2020-03-26 13:38:17 -04:00
acxz 6945845868 add default value of GTSAM_WITH_TBB 2020-03-25 20:03:03 -04:00
Varun Agrawal a59682e608 Merge branch 'develop' into feature/python-plotting 2020-03-25 19:06:17 -04:00
Frank Dellaert 0c2890b815
Merge pull request #252 from borglab/feature/TOA
Time of arrival measurements
2020-03-25 16:41:02 -04:00
Frank Dellaert 1cfcd2075a Style and dates 2020-03-25 08:59:58 -04:00
Varun Agrawal ca4daa0894
Merge pull request #258 from borglab/deprecate-simplecamera
Replace SimpleCamera with PinholeCameraCal3_S2
2020-03-23 08:08:18 -04:00
Varun Agrawal cd809309f7 suppress warning only on linux for now, need to figure out for other OSes 2020-03-23 08:04:17 -04:00
Varun Agrawal 0479223b3f suppress warning when wrapper indentation is too long 2020-03-22 20:04:33 -04:00
Varun Agrawal 9bef6bfded initialize PreintegrationParams default constructor and make serialization test more explicit 2020-03-22 20:04:04 -04:00
Varun Agrawal c2d7df3f14 make exception as reference 2020-03-22 20:03:10 -04:00
Varun Agrawal d2d5ce1166 Eigen alignment 2020-03-22 12:46:25 -04:00
Varun Agrawal 73271816a6 make exceptions as const reference 2020-03-22 12:45:21 -04:00
Varun Agrawal 87c338a18b import python classes 2020-03-22 12:32:16 -04:00
Varun Agrawal 8fdbf2fa6e added Cal3_S2 header and Frank's recommendations 2020-03-21 15:29:07 -04:00
Varun Agrawal 81b4765299 modernized SFM example and added plotting of trajectory and landmarks 2020-03-20 22:25:14 -04:00
Varun Agrawal b3a9c7a5ef function to plot trajectory 2020-03-20 22:25:14 -04:00
Varun Agrawal 26d6cb3d6e code to plot 3D covariance ellipsoid 2020-03-20 22:25:14 -04:00
Varun Agrawal f7d86a80cf matplotlib function to set axes equal for 3D plots 2020-03-20 22:25:14 -04:00
Varun Agrawal 748a27db38
Merge pull request #251 from borglab/fix/rotations
Bunch of fixes for Rot3
2020-03-20 22:23:35 -04:00
Varun Agrawal b058adc675 remove const from return types for Rot3 2020-03-20 17:50:34 -04:00
Varun Agrawal e90530d70b Merge branch 'develop' into fix/rotations 2020-03-20 12:27:26 -04:00
Varun Agrawal c96300a7c6 added const to matrix() function for Rot3 to be consistent with SOn and added note about using Eigen transpose expression 2020-03-19 12:04:32 -04:00
Varun Agrawal dec918c3d5 undo return type of Eigen::Transpose, and add back TODO to optimize RPY 2020-03-18 19:25:31 -04:00
Varun Agrawal 7b6a80eba2 Revert "test for stability of RQ due to atan2 as well as fix"
This reverts commit 1d5239dd25.
2020-03-18 19:14:19 -04:00
Varun Agrawal 1d5239dd25 test for stability of RQ due to atan2 as well as fix 2020-03-18 18:20:18 -04:00
Varun Agrawal bde27615c5 test in testAHRSFactor is already fixed 2020-03-18 18:19:40 -04:00