Commit Graph

6742 Commits (deb9d936727104c9dfc2f2f9cb163e1de37c178e)

Author SHA1 Message Date
Chris Beall deb9d93672 Rvalue fix for Boost 1.56+ instead of only 1.56 2014-11-23 19:50:16 -05:00
cbeall3 a7dd61ebbc Add .finished() that was missed somehow. 2014-11-23 19:04:20 -05:00
Chris Beall 5246ce32d3 Merged in feature/stock_eigen_commainitializer (pull request #44)
Revert Eigen to stock comma initializers
2014-11-23 18:41:55 -05:00
Richard Roberts 3ba9e8f405 Updated some usages that were missed 2014-11-23 15:24:55 -08:00
Chris Beall 488789b812 Windows fix - redundant/ambiguous typedef 2014-11-23 15:36:36 -05:00
Chris Beall 9244a4ee7e Windows fix - Rename test, conflicted with IMU factor 2014-11-23 15:36:17 -05:00
Chris Beall f96e079fbd Windows template specialization fix 2014-11-23 15:29:14 -05:00
Richard Roberts ce95583e68 Reverted .cproject file back to repo version 2014-11-23 10:30:08 -08:00
Richard Roberts f9ca07e610 Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax 2014-11-23 10:22:25 -08:00
Chris Beall ecc763d9f0 Windows build fixes 2014-11-23 13:01:56 -05:00
Chris Beall a6853f15e8 Windows fixes 2014-11-22 23:12:27 -05:00
Richard Roberts 77254900f2 Updated timing scripts for comma initializer 2014-11-22 18:07:27 -08:00
Richard Roberts aa093a35da Updated all comma initializer usages to use .finished() 2014-11-22 16:35:27 -08:00
Richard Roberts fe43ea7116 Reverted Eigen CommaInitializer.h file to stock 2014-11-22 16:35:08 -08:00
Krunal Chande b70528cca7 Merged in feature/AHRSFactor (pull request #36)
AHRS, Range and Drone Dynamics Factors
2014-11-22 18:10:02 -05:00
krunalchande 50b1f78b6a Working. Removed drone related make targets from cproject. 2014-11-22 17:50:35 -05:00
krunalchande ca792cf041 Removed print and cout statements. 2014-11-22 17:39:12 -05:00
krunalchande 056aed4419 Merge remote-tracking branch 'origin/develop' into feature/AHRSFactor
Conflicts:
	gtsam/navigation/tests/testMagFactor.cpp
2014-11-22 17:25:31 -05:00
dellaert db3126cd14 Fixed evaluateError signature (double -> const double&) 2014-11-22 22:31:28 +01:00
dellaert ab08cb65b0 Fixed unit test 2014-11-22 22:13:21 +01:00
Frank Dellaert 22fa6d3f70 Merged in feature/BAD_addressIssue151 (pull request #38)
first proposal to address issue #151
2014-11-22 21:49:43 +01:00
dellaert d00aeb7e70 Formatting and some small problems 2014-11-22 21:48:36 +01:00
HannesSommer cc997dd774 adapted a view comments and friendships to the new virtual inheritance sceme
visibility fine tuning
2014-11-22 19:19:17 +01:00
HannesSommer 87ea6341f2 virtual inheritance for better readability and decoupling 2014-11-22 09:39:08 +01:00
krunalchande 9230f4269b Changed return from Rot3 back to Matrix. Added imuBias in gtsam.h 2014-11-21 21:57:18 -05:00
krunalchande cef280d7c4 Working unit test for Predict 2014-11-21 20:56:43 -05:00
krunalchande 1ab1323a33 Added unit tests for Predict 2014-11-21 20:15:42 -05:00
krunalchande 1bc9f3ac06 Added unit tests 2014-11-21 19:39:46 -05:00
HannesSommer b4fe033d12 added CallRecord unit test 2014-11-21 23:04:58 +01:00
HannesSommer 32992cf05e added missing overload for full dynamic matrix. 2014-11-21 23:04:58 +01:00
krunalchande ce5f7911c5 Changed access specifier of preintegrated measurement variables to protected. 2014-11-21 16:12:33 -05:00
HannesSommer 6d0c1a44e1 - some small cleanup and improved readability.
- virtual overload warnings should not be issued anymore
2014-11-21 21:13:24 +01:00
HannesSommer f699dd26bb correct case in import 2014-11-21 21:10:12 +01:00
thduynguyen f96e7ef32f remove debug info 2014-11-21 11:14:03 -05:00
dellaert 018e66be7f Fixed compile issue 2014-11-21 16:56:22 +01:00
Frank Dellaert f63dd4d6f3 Merged in fix/ValuesfromConstFiltered (pull request #40)
Values constructor from ConstFiltered
2014-11-21 16:53:01 +01:00
Frank Dellaert fffad1336a Merged in feature/wrap_Function (pull request #37)
Python wrapper prototype
2014-11-21 16:17:19 +01:00
dellaert c238e5852c Now uses CallRecord.h 2014-11-21 15:48:29 +01:00
dellaert 2983cf33a6 Created CallRecord header 2014-11-21 15:48:10 +01:00
Jing Dong 290f0ab8a4 propose patch to fix Values constructor from ConstFiltered, and unit tests 2014-11-19 13:29:38 -05:00
krunalchande b6ab7a4dfa add PoseVelocityBias struct to be returned by Predict function 2014-11-19 13:15:57 -05:00
krunalchande 4ee5674b2e fix numericalDerivative11 template 2014-11-19 13:15:12 -05:00
krunalchande e800ee3400 change LieScalar to double 2014-11-19 13:14:49 -05:00
krunalchande 06aa425536 remove unused variable 2014-11-19 13:12:10 -05:00
krunalchande 2da3a1ab21 use "const double&" in evaluateError 2014-11-19 13:11:47 -05:00
krunalchande 881ecebfc9 Merge remote-tracking branch 'origin/develop' into feature/AHRSFactor
Conflicts:
	gtsam.h
	gtsam/navigation/CombinedImuFactor.h
	gtsam/navigation/ImuFactor.h
2014-11-19 13:10:33 -05:00
krunalchande 708d114b3c Moved project specific factors into a different project. 2014-11-19 11:59:08 -05:00
HannesSommer fb24ab586e introduced a MaxVirtualStaticRows compile time constant and realized as many static rows specific virtual reverseAD methods in the CallRecord interface to speedup the Jacobian evaluatio. 2014-11-17 11:18:09 +01:00
HannesSommer 4966f5a942 mini cleanup and improve comment TODO 2014-11-17 11:18:09 +01:00
krunalchande d49396c1d2 Added and tested Cage Factor. Added Matlab Wrapper 2014-11-15 19:08:44 -05:00