dellaert
|
96d4ae7eb1
|
Removed LieScalar
|
2014-12-11 13:18:52 +01:00 |
dellaert
|
88b4795b29
|
Made some more typedefs, added binary method
|
2014-12-11 13:18:38 +01:00 |
dellaert
|
22218eafc4
|
We will not wrap fixed Vectors and Matrices individually. Methods that take those can just as well be wrapped with Vector or Matrix. Note const and & are ignored for those. I added a small method, insertFixed, that allows one to put in small fixed size matrices for optimization. Did not do retrieval yet.
|
2014-12-10 10:45:22 +01:00 |
Andrew Melim
|
90676199dd
|
Adding comment relating to issue and move around fix preprocessor locations
|
2014-12-09 11:49:13 -05:00 |
Andrew Melim
|
3bd491bf66
|
Merge branch 'develop' into fix/windowsExpressions
|
2014-12-09 11:04:30 -05:00 |
Andrew Melim
|
701dcc1c99
|
Correcting VLA issue, and add template specification for between Pose2 objects. More template specifcations will be needed on windows, unless another fix is found
|
2014-12-08 21:39:12 -05:00 |
Andrew Melim
|
fdc1d50801
|
Added comment
|
2014-12-08 20:48:36 -05:00 |
Andrew Melim
|
4f6ed03803
|
Fix missing symbol exports for windows
|
2014-12-08 20:45:24 -05:00 |
Andrew Melim
|
92f1f33818
|
Preprocessor warning does not work on windows. Use pragma message instead
|
2014-12-08 20:24:00 -05:00 |
Chris Beall
|
fbcb9a4d67
|
Fix intermittent optimization crash in Debug+TBB modes, exposed by testGeneralSFMFactor, etc.
|
2014-12-08 10:59:49 -05:00 |
cbeall3
|
cd35db218b
|
Minor cleanup
|
2014-12-07 13:58:06 -05:00 |
cbeall3
|
b58064ce43
|
Stereo calibration can now be optimized
|
2014-12-07 13:58:06 -05:00 |
cbeall3
|
971a53cfb5
|
Fixed size vectors for all Logmap, localcoordinates and vector methods
|
2014-12-07 13:51:17 -05:00 |
cbeall3
|
bfd40014a2
|
comma initialization
|
2014-12-07 12:38:36 -05:00 |
dellaert
|
468aa5d6b6
|
Merge remote-tracking branch 'origin/develop' into feature/fixedSizeDerivatives
|
2014-12-05 22:23:12 +01:00 |
nsrinivasan7
|
a5877a96b8
|
@dellaert. Works with quaternion switch on in gcc 4.7, 4.8 and MSVC 2012. Pls Merge if compiles on MAC
|
2014-12-05 16:01:10 -05:00 |
Natesh Srinivasan
|
f5db91a56f
|
works on gcc 4.8
|
2014-12-05 11:08:13 -05:00 |
Frank Dellaert
|
4e5fe7bae2
|
Merged in fix/deprecateLieVectorEtAl (pull request #62)
Deprecated LieVector, LieMatrix, LieScalar
|
2014-12-04 22:18:01 +01:00 |
dellaert
|
96016edf85
|
Merge remote-tracking branch 'origin/develop' into feature/fixedSizeDerivatives
Conflicts:
.cproject
|
2014-12-04 21:07:34 +01:00 |
cbeall3
|
30c4092d80
|
Move AdaptAutodiff and test to close issue #142
|
2014-12-04 12:15:53 -05:00 |
Luca
|
523ebb7b6f
|
moved TriangulationFactor to slam folder
|
2014-12-04 11:18:26 -05:00 |
nsrinivasan7
|
bd6f210b87
|
changed << to =. gives error because range() was removed from PinholeCamera.h ?
|
2014-12-04 09:36:00 -05:00 |
dellaert
|
f7ebe4bfc4
|
Fixed RangeFactor
|
2014-12-04 14:08:46 +01:00 |
dellaert
|
add93f19a6
|
Rename and reformat
|
2014-12-04 13:51:51 +01:00 |
dellaert
|
fa66762394
|
omitted extra typedef
|
2014-12-04 13:51:40 +01:00 |
dellaert
|
e6877dc27f
|
All MatrixMN matrices now defined
|
2014-12-04 13:30:41 +01:00 |
dellaert
|
4b2040fec6
|
Fixed smart factors - but @lucacarlone should realize stereo-calibration cannot be optimized, so how come he is calling project with H3 ?
|
2014-12-04 13:29:56 +01:00 |
dellaert
|
fcfd232639
|
Added tests, everything checks out
|
2014-12-04 12:28:12 +01:00 |
dellaert
|
cc96529eb6
|
Sanitized Matrix typedefs and constants a la Eigen
|
2014-12-04 10:41:09 +01:00 |
dellaert
|
354de17fd7
|
Fixed range
|
2014-12-04 09:38:28 +01:00 |
cbeall3
|
62ca5c23ee
|
CMake to install headers
|
2014-12-03 23:20:29 -05:00 |
cbeall3
|
003e7a06ab
|
3rdparty/ceres include paths
|
2014-12-03 23:11:54 -05:00 |
cbeall3
|
cbaf96e28c
|
Move and rename ceres headers
|
2014-12-03 23:07:26 -05:00 |
dellaert
|
52c4771bcb
|
Sanitized dimensions. Does not compile because of range.
|
2014-12-04 01:38:45 +01: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 |
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 |
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 |
Natesh Srinivasan
|
4e557d38e6
|
updated Matrix.h with commonly used matrices.
|
2014-12-03 09:59:10 -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 |