dellaert
|
52c4771bcb
|
Sanitized dimensions. Does not compile because of range.
|
2014-12-04 01:38:45 +01:00 |
Luca
|
b9e96e4c6f
|
added ImuBase class
|
2014-12-03 19:35:21 -05:00 |
dellaert
|
8b20175b49
|
Mostly changes in THANKS
|
2014-12-04 01:12:18 +01:00 |
Luca
|
7dd359ce5d
|
fixed naming convention
|
2014-12-03 19:09:04 -05:00 |
Luca
|
218af7c889
|
included methods in the base class to reduce redundancy between ImuFactor and CombinedImuFactor
|
2014-12-03 18:58:20 -05:00 |
Luca
|
c4b62929bf
|
fixed potential bug when IMU-to-body trasformation is not the identity
|
2014-12-03 18:42:44 -05:00 |
Luca
|
6b56b609f2
|
added base class for preintegration in Imu factors
|
2014-12-03 18:28:15 -05:00 |
Natesh Srinivasan
|
cabf17f294
|
fixed DLT to constant sized matrices
|
2014-12-03 18:23:08 -05:00 |
Natesh Srinivasan
|
30b77d73e7
|
commited the wrong file. This one compiles
|
2014-12-03 16:39:15 -05:00 |
Natesh Srinivasan
|
0f95890215
|
done with geometry
|
2014-12-03 16:34:58 -05:00 |
dellaert
|
ae64104602
|
More c++ tags to make code readable when 'Viewing' file
|
2014-12-03 22:24:49 +01:00 |
dellaert
|
4458325c17
|
c== tag ?
|
2014-12-03 22:14:18 +01:00 |
dellaert
|
f8cc594790
|
getDimension (moved from chart) and concept checks
|
2014-12-03 22:09:35 +01:00 |
dellaert
|
dae420e38f
|
manhattan example
|
2014-12-03 21:48:17 +01:00 |
Natesh Srinivasan
|
aad0b2876b
|
Changed Matrix.h to correct return values amd impleemnted rectangular matrix types.
Also changed block operations to <<
|
2014-12-03 15:16:55 -05:00 |
dellaert
|
b5f64fe1b4
|
Fixed types - Thanks @mikebosse
|
2014-12-03 21:12:03 +01:00 |
dellaert
|
93593f1990
|
Point2 example and MACRO proposal
|
2014-12-03 21:05:57 +01:00 |
dellaert
|
80faf61627
|
Fixed some top-level files
|
2014-12-03 20:15:19 +01:00 |
dellaert
|
78a468053a
|
Merge remote-tracking branch 'origin/develop' into feature/tighteningTraits
|
2014-12-03 19:57:16 +01:00 |
Frank Dellaert
|
3cb0109d49
|
README.md edited online with Bitbucket
|
2014-12-03 18:52:53 +00:00 |
dellaert
|
40f5188b20
|
OK, that should about do it...
|
2014-12-03 19:43:52 +01:00 |
Sungtae An
|
f9d6c3da22
|
Interchange solve and transposeSolve for leftPrecondition and rightPrecondition
|
2014-12-03 12:30:56 -05:00 |
dellaert
|
68422161a2
|
Moved Testable, not so important
|
2014-12-03 18:24:49 +01:00 |
Sungtae An
|
08f4c82edc
|
Replace the codes in the function 'multiply' with 'multiplyHessianAdd'
|
2014-12-03 12:21:35 -05:00 |
Sungtae An
|
5029d84ce2
|
Fix function 'multiply'
|
2014-12-03 12:19:01 -05:00 |
Sungtae An
|
c4841c6e21
|
Add a comment
|
2014-12-03 12:17:52 -05:00 |
dellaert
|
079d1b122d
|
More manifold stuff
|
2014-12-03 17:53:56 +01:00 |
dellaert
|
c05f43ab51
|
Concepts first, implementation details later
|
2014-12-03 17:49:43 +01:00 |
dellaert
|
7b5ddbf215
|
Stuff about manifolds
|
2014-12-03 17:46:00 +01:00 |
nsrinivasan7
|
deff8b1e25
|
fixed the (*) to -> and code some more code beautification.
|
2014-12-03 11:27:18 -05:00 |
nsrinivasan7
|
7116661a2e
|
changed naming convention of const matrices to _DxD. @dellaert
|
2014-12-03 10:58:09 -05:00 |
dellaert
|
316bde9427
|
Example
|
2014-12-03 16:51:22 +01:00 |
dellaert
|
c7676f1012
|
More changes
|
2014-12-03 16:41:11 +01:00 |
dellaert
|
05a733956e
|
Start of a proposed Concepts framework enabled by traits, addressing issue #180
|
2014-12-03 16:04:06 +01:00 |
Natesh Srinivasan
|
4e557d38e6
|
updated Matrix.h with commonly used matrices.
|
2014-12-03 09:59:10 -05:00 |
Luca
|
beb2c4f97a
|
Merge branch 'imuFixed'
|
2014-12-02 19:40:47 -05:00 |
Luca
|
71a3ac2027
|
Merge branch 'develop'
|
2014-12-02 19:31:44 -05:00 |
Christian Forster
|
9c5cb1e7d3
|
added compiler warning that LieVector, LieMatrix, LieScalar are deprecated
|
2014-12-02 19:30:27 -05:00 |
Christian Forster
|
d2702c4cda
|
Merge branch 'develop' into fix/deprecateLieVectorEtAl
|
2014-12-02 19:28:00 -05:00 |
Christian Forster
|
f8594da3e3
|
Merged in fix/PriorFactorWithCharts (pull request #57)
Fixed the prior factor to use charts and traits
|
2014-12-02 19:10:45 -05:00 |
Christian Forster
|
f90b941e7a
|
added @deprecated note in LieVector, LieMatrix, LieScalar
|
2014-12-02 19:08:42 -05:00 |
Christian Forster
|
f7cc4f2337
|
use DefaultChart to get dimension in BetweenConstraint constructor
|
2014-12-02 18:59:30 -05:00 |
Luca
|
dd63ee386d
|
Merge branch 'develop'
|
2014-12-02 18:55:27 -05:00 |
Andrew Melim
|
5bcb880759
|
Issue #151
|
2014-12-02 18:51:37 -05:00 |
Christian Forster
|
6c92914db1
|
remove commented code
|
2014-12-02 18:41:50 -05:00 |
Frank Dellaert
|
d39cb295b9
|
Merged in feature/ClassGrammar (pull request #60)
Class and GlobalFunction grammars
|
2014-12-03 00:32:50 +01:00 |
Christian Forster
|
c43e77cdfa
|
Restored old version of between factor. Uncommented tests
|
2014-12-02 18:30:12 -05:00 |
Luca
|
7144754439
|
split CombinedImuFactor in .h and .cpp, improved documentation
|
2014-12-02 16:41:35 -05:00 |
Luca
|
c0a043019c
|
added comments and minor fixes
|
2014-12-02 16:41:00 -05:00 |
Luca
|
32f0bdb288
|
removed useless parameters, included "using namespace std", deleted arguments in setZero() for fixed size matrix
|
2014-12-02 15:56:53 -05:00 |