Jose Luis Blanco-Claraco
|
52b0579a9b
|
Consistent dllexport.h across gtsam & gtsam_unstable
|
2019-07-18 08:22:41 +02:00 |
Frank Dellaert
|
c007c7715c
|
Duplicate measurements are disallowed -> leads to duplicate keys in JacobianFactor
|
2019-06-11 20:42:35 -04:00 |
Frank Dellaert
|
692959f0f3
|
Fix for issue #38 (gcc specific issue, but fix works for all)
|
2019-06-11 20:41:56 -04:00 |
Jose Luis Blanco Claraco
|
a1096a6f3b
|
Fix bug: iSAM2 won't update() with smart factors
|
2019-05-27 12:26:54 +02:00 |
Jose Luis Blanco Claraco
|
77d56cb2eb
|
Add iSAM2+Stereo factor unit test to reveal bug #10
fix test
|
2019-05-27 12:26:53 +02:00 |
Frank Dellaert
|
8801de4d63
|
Pose3 naming convention
|
2019-05-16 15:06:15 -04:00 |
Duy-Nguyen Ta
|
b2e5dadcdb
|
Merge branch 'develop' of https://bitbucket.org/gtborg/gtsam into fix/trailing_whitespaces
# Conflicts:
# gtsam/symbolic/tests/testVariableIndex.cpp
# gtsam_unstable/gtsam_unstable.h
# gtsam_unstable/linear/RawQP.cpp
# gtsam_unstable/linear/RawQP.h
|
2019-05-12 09:26:28 -04:00 |
jlblancoc
|
1304d26e81
|
exit()-> throw (Closes #427)
|
2019-04-07 23:59:53 +02:00 |
Duy-Nguyen Ta
|
1cdc228d6a
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
Frank Dellaert
|
fbcfbf0cdd
|
Made naming convention in wrapper uniform.
2D means Pose2 + Point2
3D means Pose3 + Point3
|
2018-12-31 11:19:46 -05:00 |
Frank Dellaert
|
2aa43e11bd
|
Use KeyVector everywhere to avoid conversions
|
2018-11-08 10:10:32 -05:00 |
Frank Dellaert
|
658ec8c17b
|
Merge develop into fix/Unit3
# Conflicts:
# gtsam_unstable/slam/SmartRangeFactor.h
|
2018-10-12 23:40:20 -04:00 |
AndreiCostinescu
|
6c09d8681c
|
Fixed warning in SmartRangeFactor.h
|
2018-10-12 19:10:18 -04:00 |
Frank Dellaert
|
7da4824568
|
Fixed remaining lint errors
|
2018-10-09 10:25:47 -04:00 |
Frank Dellaert
|
560ee010c2
|
Fixed uninitialized problem
|
2018-10-09 10:25:47 -04:00 |
Frank Dellaert
|
a34a9b8ff1
|
Fixed remaining lint errors
|
2018-10-09 08:46:30 -04:00 |
Frank Dellaert
|
e1466b2609
|
Fixed uninitialized problem
|
2018-10-09 08:45:42 -04:00 |
Sean Bowman
|
b04c0bb15d
|
Fix memory alignment issues
|
2018-07-13 14:31:02 -04:00 |
Luca Carlone
|
fbb9d3bdda
|
Merged in feature/heterogeneousSmartFactorNoise (pull request #271)
Feature/heterogeneoussmartfactornoise
Approved-by: Chris Beall
Approved-by: Jing Dong
|
2017-03-12 05:50:08 +00:00 |
Yao Chen
|
249d6b0b1b
|
Replaced graph.push_back with graph.emplace_shared if needed.
|
2016-10-01 11:17:41 -04:00 |
Luca
|
c1b00e28b1
|
created SmartFactorParams class collecting common parameters in smartProjectionFactor and smartStereoProjectFactor classes. This largely reduced copy-paste. SmartStereoProjectionParams is now a typedef
|
2016-08-14 18:54:00 -04:00 |
lcarlone
|
edcf94591d
|
added functions to get/set smart stereo parameters with unit test
|
2016-08-06 23:27:54 -04:00 |
lcarlone
|
e0869719fa
|
now SmartFactorBase doesn't know about stereoPoint2 (removed also header). The functionality to check if the right pixel is missing has been moved to SmartStereoProjectionFactor, removing the casting.
|
2016-08-02 22:56:48 -04:00 |
lcarlone
|
a93c1e86f2
|
Merge remote-tracking branch 'origin/feature/heterogeneousSmartFactorNoise' into feature/heterogeneousSmartFactorNoise
|
2016-08-02 18:50:54 -04:00 |
lcarlone
|
e54159c695
|
Merge branch 'develop' into feature/heterogeneousSmartFactorNoise
# Conflicts:
# gtsam_unstable/slam/SmartStereoProjectionFactor.h
|
2016-08-02 18:50:18 -04:00 |
Luca
|
938454916f
|
improved test, and slightly loosened tolerance when using MKL
|
2016-07-31 20:10:31 -04:00 |
Luca
|
9336c0b8c0
|
added comment and made variables const when possible
|
2016-07-31 18:47:30 -04:00 |
Luca
|
f009633384
|
exposed point status in smart factors to keep uniformity with mono smart factors
|
2016-07-31 18:33:58 -04:00 |
Luca
|
6a21f1b730
|
adapted stereoSmart factors to use "outlier" and "far point" statuses
|
2016-07-31 18:31:38 -04:00 |
Luca
|
20c13580cc
|
deleted unused variables in unit test
|
2016-07-29 16:34:18 -04:00 |
lcarlone
|
50d6532fe1
|
the ultimate test: smartStereoFactors generalize smartFactors in that they work in the purely monocular case!
|
2016-07-27 23:48:58 -04:00 |
lcarlone
|
a5138bfb46
|
included body_P_sensor in smartStereoProjectionPoseFactor!
|
2016-07-25 22:13:25 -04:00 |
Luca
|
6c163b0a4d
|
added test which optimize smartStereoFactor with missing measurements (uR)
|
2016-07-24 19:07:00 -04:00 |
Luca
|
b90e224f59
|
added tests for error and triangulation
|
2016-07-24 18:56:04 -04:00 |
Luca
|
cd9b4cd5ab
|
moved common definitions to base class
|
2016-07-24 18:31:55 -04:00 |
Luca
|
f2bec78a58
|
first implementation of smartStereo with possibly left-only pixel measurements
|
2016-07-24 18:27:20 -04:00 |
Luca
|
3c15ef5d1e
|
great simplification in stereo triangulation: converting stereo into a set of monocular cameras, then proceed as in the monocular case
|
2016-07-24 16:11:07 -04:00 |
Frank Dellaert
|
a97502f5a1
|
Resolved all issues with typedefs
|
2016-06-06 21:57:52 -07:00 |
dellaert
|
41b091e86f
|
Chasing down more vector() and Point2 default constructor uses
|
2016-06-06 00:37:49 -07:00 |
dellaert
|
bdbbe0203d
|
Derive Point2 from Vector2 and deprecate a number of methods
|
2016-06-05 23:52:04 -07:00 |
dellaert
|
72fe66d468
|
Removed headers
|
2016-05-22 14:22:36 -07:00 |
Yao Chen
|
3b7c57aedf
|
Replaced BOOSE_FOREACH with for in gtsam_unstable folder.
|
2016-05-20 23:41:41 -04:00 |
Alex Hagiopol
|
b6728ef620
|
Deprecated Vector ones(size_t n). All unit tests pass.
|
2016-04-15 17:30:54 -04:00 |
Alex Hagiopol
|
76308a5d46
|
Deprecated Vector zero(size_t n). All unit tests pass.
|
2016-04-15 16:54:46 -04:00 |
Frank Dellaert
|
652edb6e61
|
Merged in fix/DeprecateMatrixFunctions (pull request #243)
Fix/deprecatematrixfunctions
|
2016-04-12 23:53:42 -07:00 |
Alex Hagiopol
|
70b2aab352
|
Deprecated all inline functions in Matrix.h.
|
2016-04-11 15:11:29 -04:00 |
dellaert
|
a3b66a94ea
|
Cleaned up Double_ problems
|
2016-04-10 19:01:14 -07:00 |
Alex Hagiopol
|
ae19e078c7
|
Changed argument and implementation of correct() in Mechanization_bRn2
|
2016-03-12 20:44:05 -05:00 |
Alex Hagiopol
|
97e26cc365
|
Deprecated sub() in Vector.h.
|
2016-03-11 20:30:19 -05:00 |
Alex Hagiopol
|
5502691022
|
Deprecated norm_2() in Vector.h
|
2016-03-11 19:34:49 -05:00 |
Alex Hagiopol
|
2f146e85ef
|
Deprecated esqrt() from Vector.h.
|
2016-03-11 14:34:19 -05:00 |
Alex Hagiopol
|
7d0b562908
|
Fixed two missed replacements of cwiseProduct() with array().square().
|
2016-03-05 21:20:32 -05:00 |
Alex Hagiopol
|
caa45ad67b
|
Replaced cwiseProduct() with array().square(). Killed deprecated comments.
|
2016-03-05 21:08:24 -05:00 |
Alex Hagiopol
|
22c3af906e
|
Deprecated emul() in Vector.h.
|
2016-03-05 18:49:34 -05:00 |
Frank
|
0372a959ee
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
dellaert
|
1c920967d9
|
No more use of vector() or default constructor
|
2016-02-12 00:06:07 -08:00 |
dellaert
|
56dbf487ee
|
Fixed more default constructor calls
|
2016-02-11 23:31:17 -08:00 |
Frank
|
2060b09a2b
|
Avoid calling default constructors and/or vector
|
2016-02-11 19:03:11 -08:00 |
Frank
|
94ccf98985
|
Avoid default constructor in tests
|
2016-02-11 19:01:54 -08:00 |
Frank Dellaert
|
4d93a33f61
|
Static methods should be uppercase.
|
2016-01-26 23:09:58 -08:00 |
cbeall3
|
04bcf26aa6
|
Explicitly cast optional to bool
|
2015-10-20 14:44:00 -04:00 |
Duy-Nguyen Ta
|
aa2ffcd118
|
Merge branch 'develop' into feature/cleanup_ImuFactor
|
2015-09-17 17:42:38 -04:00 |
cbeall3
|
29ad9478f7
|
Move noise model initialization from add function into constructor. Can only have one noise model per factor anyway
|
2015-08-26 13:02:39 -04:00 |
cbeall3
|
0503df31fa
|
Relax tolerance to 1e-6 for MKL/quaternion test, and fix up documentation a bit.
|
2015-08-25 12:14:52 -04:00 |
Chris Beall
|
6a5147b5b5
|
Merged in fix/SmartStereo (pull request #181)
Fix/smartstereo
|
2015-08-25 09:51:59 -04:00 |
cbeall3
|
8b4228fa56
|
Make smart parameters public. Now easier to set, and it's sufficient for this to be const within the smart factor itself!
|
2015-08-19 10:58:35 -04:00 |
cbeall3
|
c8df985e2f
|
Relax test tolerance a bit for quaternion mode
|
2015-08-19 07:30:14 -04:00 |
cbeall3
|
1727b60728
|
Fixed and cleaned up unit test
|
2015-08-19 00:11:35 -04:00 |
cbeall3
|
123c55f0d7
|
respect triangulation.enableEPI flag in SmartStereo factor
|
2015-07-29 14:05:48 -04:00 |
cbeall3
|
fd1e41a9e6
|
remove calibration template from SmartStereoProjectionPoseFactor
|
2015-07-28 15:12:02 -04:00 |
cbeall3
|
748877ff7e
|
remove calibration template from SmartStereoProjectionFactor
|
2015-07-28 14:56:45 -04:00 |
cbeall3
|
db64b48fda
|
tests pass
|
2015-07-28 14:48:53 -04:00 |
cbeall3
|
da9078cf3b
|
add nonlinear triangulation back. Some unit tests fail again
|
2015-07-27 23:27:20 -04:00 |
dellaert
|
1a47a334de
|
Deal with changes in Rot3
|
2015-07-21 11:23:42 -07:00 |
cbeall3
|
7ae31bd8e7
|
delete some unused stuff
|
2015-07-20 11:43:57 -04:00 |
cbeall3
|
b5a978c534
|
improve dynamic outlier rejection test
|
2015-07-19 21:01:14 -04:00 |
cbeall3
|
fcc9ac2669
|
remove extra cout
|
2015-07-19 20:39:34 -04:00 |
cbeall3
|
36c652ac40
|
remove monocular triangulation hack and make tests pass again
|
2015-07-19 20:37:16 -04:00 |
cbeall3
|
3f0e695cc9
|
some tests pass again
|
2015-07-16 11:26:07 -04:00 |
cbeall3
|
93f7eafaa8
|
re-enable triangulation hack
|
2015-07-15 23:16:45 -04:00 |
cbeall3
|
bd4dd84933
|
huge refactor. Compiles again, but triangulation still broken, SmartStereo test fails
|
2015-07-15 16:53:04 -04:00 |
cbeall3
|
fb4dd81c4d
|
refactoring: step 1
|
2015-07-15 12:58:03 -04:00 |
Frank Dellaert
|
30435da070
|
Moved BearingRangeFactor to SAM
|
2015-07-12 18:57:26 -07:00 |
Frank Dellaert
|
3bad6fea67
|
moved RangeFactor to SAM
|
2015-07-12 12:12:59 -07:00 |
Frank Dellaert
|
5052eb2c64
|
cleaning up
|
2015-07-11 18:31:36 -07:00 |
Frank Dellaert
|
7ff3e11efd
|
removed redundancy in naming
|
2015-07-09 11:29:32 -07:00 |
Frank Dellaert
|
3b16ad2967
|
Moved deprecated headers into subdirectory
|
2015-07-09 11:14:39 -07:00 |
Frank Dellaert
|
377b90941b
|
switch to Rodrigues everywhere
|
2015-07-05 16:11:04 -07:00 |
cbeall3
|
b0f04503c9
|
Merge remote-tracking branch 'origin/develop' into feature/SmartFactors3
# Conflicts:
# gtsam/linear/tests/testRegularHessianFactor.cpp
# gtsam/slam/SmartFactorBase.h
|
2015-06-23 10:03:42 -04:00 |
dellaert
|
128bac616c
|
Globally replaced FastSet<Key> with KeySet.
|
2015-06-20 18:38:25 -07:00 |
Luca
|
f8205bfe02
|
Merge branch 'develop' into feature/SmartFactors3
Conflicts:
gtsam/geometry/CalibratedCamera.h
gtsam/geometry/tests/testCalibratedCamera.cpp
gtsam/geometry/triangulation.h
gtsam/nonlinear/ExpressionFactor.h
gtsam/slam/SmartProjectionFactor.h
gtsam_unstable/slam/SmartStereoProjectionFactor.h
tests/testExpressionFactor.cpp
|
2015-06-19 16:55:30 -04:00 |
cbeall3
|
f8ab4ef144
|
Change SimpleCamera from typedef back to regular class to make wrapping+serialiation work. Had to change some templates because vector<PinholeCamera> can't be upcast to vector<SimpleCamera>
|
2015-05-18 14:33:27 -04:00 |
Abe
|
13a4da21b2
|
misc bugfixes and cleanup from skydio
|
2015-05-13 22:26:24 -07:00 |
Frank
|
4ba329c23b
|
Fixed many warnings on Ubuntu
|
2015-05-12 13:46:24 -07:00 |
cbeall3
|
ea6f5e3fb9
|
Use TriangulationParameters
|
2015-04-08 21:36:11 -04:00 |
cbeall3
|
762a7b7435
|
Remove selective relinearization and state
|
2015-04-08 17:52:25 -04:00 |
cbeall3
|
51482ea358
|
Remove template parameter D, get from Base::Dim instead
|
2015-04-08 14:21:40 -04:00 |
dellaert
|
956b53dc3b
|
Fixed sign in stereo version
|
2015-03-12 09:51:44 -07:00 |
dellaert
|
2bdeac30f0
|
Fixed compile error w PointCov
|
2015-03-12 07:56:47 -07:00 |
dellaert
|
a4d1874af4
|
Merge remote-tracking branch 'origin/develop' into feature/SmartFactors3
|
2015-03-09 17:51:16 -07:00 |