Commit Graph

6887 Commits (be00e1c34843f0ad10067f7804779cbe709bbe68)

Author SHA1 Message Date
dellaert be00e1c348 Allow Vector and Matrix in list of template values 2014-11-29 13:44:49 +01:00
krunalchande 0e9f5c7841 Added Vector and Matrix for BetweenFactor 2014-11-26 03:58:49 -05:00
krunalchande 7a0366684a Added Vectors and Matrices. Does not work yet. 2014-11-26 03:54:21 -05:00
dellaert e842c9adbc Fixed issue #172 2014-11-26 09:34:37 +01:00
Andrew Melim a0452bdac9 Minor format 2014-11-25 15:55:59 -05:00
Andrew Melim 41197f1ec7 Move warning suppression 2014-11-25 15:51:49 -05:00
Andrew Melim ee63fb0bb4 Remove debug cmake messages 2014-11-25 15:44:59 -05:00
Frank Dellaert 50c93ec954 Merged in feature/fixIssue165 (pull request #48)
Safer public interface
2014-11-25 16:13:50 +01:00
dellaert dc4c0b54c0 Addressed code review by @hannessommer 2014-11-25 16:13:30 +01:00
Chris Beall 7b1a9ba371 Merged in feature/TemplatedSmartFactors (pull request #39)
Templated Smart Factors
2014-11-25 07:36:14 -05:00
dellaert df91cf7fad Made vaguely unsafe keysAndDims private (as it relies on keys and dimensions being in same order), as to not tempt people to use it. 2014-11-25 12:36:52 +01:00
dellaert 2ced73ebe1 We now use safe version in unwhitenedError 2014-11-25 11:29:50 +01:00
dellaert 2c35cda71f Yet another indirection makes public code a bit cleaner. 2014-11-25 11:23:38 +01:00
dellaert 07e5475b6b Making friends... 2014-11-25 11:02:54 +01:00
dellaert e0248c3ca7 Created keysAndDims and safe version of values 2014-11-25 10:53:34 +01:00
dellaert ce033f5594 Fixed many warnings with Clang, reformatted using BORG template. 2014-11-25 09:57:31 +01:00
Sungtae An 05c98ccafb Add typedef CAMERA and restore a commented function of 'add' as a templated function. 2014-11-25 00:20:23 -05:00
Jing Dong 97d6088467 fix warning in issue 162 2014-11-24 21:18:14 -05:00
cbeall3 ebdcbc6d9e Fix comma initializer 2014-11-24 18:15:56 -05:00
Chris Beall e34a237162 Merged in feature/ordering (pull request #34)
METIS Ordering
2014-11-24 18:04:35 -05:00
cbeall3 3fed3c7cbb match installed header location to source location 2014-11-24 17:54:50 -05:00
cbeall3 00d1d8cead Remove option to build metis. Now required. 2014-11-24 17:53:52 -05:00
Andrew Melim 2bc381dbb4 Rename corrections 2014-11-24 17:12:41 -05:00
Jing Dong 6c13834260 change back to lower case, and fix another similar header issue 2014-11-24 15:51:07 -05:00
Jing Dong b43248d9ab fix ChartTesting header include issue in testRot3 2014-11-24 15:44:12 -05:00
Frank Dellaert 923c5733c7 Merged in fix/BAD_alignment_issue_154 (pull request #42)
proposal to fix alignment in BAD (issue #154)
2014-11-24 21:27:50 +01:00
dellaert 867acbef6c Fixed building wrapper. 2014-11-24 20:14:56 +01:00
Andrew Melim 9d3aa9c618 Remove version info from metis folder name 2014-11-24 13:43:29 -05:00
Andrew Melim c5cee669b1 Formatting 2014-11-24 13:41:08 -05:00
cbeall3 cacb180a1c Add .finished() to comma initializer 2014-11-24 13:37:23 -05:00
Andrew Melim 96e649b1a4 Formatting 2014-11-24 13:33:36 -05:00
Andrew Melim ce93030b00 Correcting warnings on windows 2014-11-24 13:31:47 -05:00
Andrew Melim b76185cf5e Include metis.h correction 2014-11-24 13:02:27 -05:00
Frank Dellaert c570f53e57 Merged in feature/BAD_using_charts (pull request #41)
Working on a prototype of wrapping external types
2014-11-24 19:01:58 +01:00
Andrew Melim e8e502137b Update ordering 2014-11-24 12:50:55 -05:00
Andrew Melim 8678754dbd Ordering test for symbols 2014-11-24 12:41:24 -05:00
Frank Dellaert ea02e577f5 Merged in feature/expressions (pull request #45)
Pull request for debugging Expression<double> issue
2014-11-24 18:40:31 +01:00
cbeall3 6fd24118be Fix gcc warnings 2014-11-24 12:37:17 -05:00
Frank Dellaert f567f5a5dd Merged in feature/AHRS_Polish (pull request #43)
Substantially cleaned up AHRS factor
2014-11-24 17:38:45 +01:00
dellaert 15bcb70260 Merge remote-tracking branch 'origin/develop' into feature/AHRS_Polish
Conflicts:
	gtsam/navigation/tests/testAHRSFactor.cpp
2014-11-24 17:35:14 +01:00
dellaert 7c5dd8420e Merge remote-tracking branch 'origin/feature/AHRS_Vector3bias' into feature/AHRS_Polish 2014-11-24 17:26:57 +01:00
dellaert a9090fd7af Cleanup with Jing 2014-11-24 15:53:13 +01:00
Paul Furgale 386fc1e015 Addressed code review 2014-11-24 12:44:24 +01:00
Paul Furgale 9f68344abb Addressed code review 2014-11-24 12:43:30 +01:00
HannesSommer db6c9ff378 swtichted to Eigen::MatrixBase<Derived> as far as possible for dTdA to gain some performance and not to forget some types at some level :). 2014-11-24 10:48:15 +01:00
dellaert 3bf92d1a47 Force eval 2014-11-24 09:58:47 +01:00
Paul Furgale a44baac308 Added a function for testing charts 2014-11-24 09:29:14 +01:00
Paul Furgale 6fc3c450a7 Fixed the chart concept check and cleaned up a bit 2014-11-24 08:18:55 +01:00
Andrew Melim 7aa07a9e16 Reworked ordering to work with symbols, large keys, and non-zero indexed keys. No longer subtract min key to send to metis, but now creates bimap between keys and int values used in metis 2014-11-24 02:06:40 -05:00
Paul Furgale 59536e4ff4 Fixing the mag factor tests 2014-11-24 08:00:36 +01:00