Frank Dellaert
|
5a6bfed42c
|
Fix override warning
|
2020-08-18 23:19:56 -04:00 |
Frank Dellaert
|
e22c24eff5
|
Removed superfluous size, added doxygen partitions
|
2020-08-01 15:43:21 -04:00 |
Jose Luis Blanco Claraco
|
0198c648e3
|
Fix all new gcc warnings/errors: make explicit virtual/override methods.
Rules are:
- use "virtual" in base classes only.
- use "override" in all derived classes.
|
2020-07-26 11:20:42 +02:00 |
David
|
0ee4e3b77e
|
Add more documentation and clang-format
|
2020-06-20 09:45:24 +10:00 |
David
|
c422815b94
|
Update incorrect test name
|
2020-06-20 09:03:17 +10:00 |
David
|
0a44315a7f
|
Add Pose3-Point3 factor
|
2020-06-20 08:46:06 +10:00 |
alescontrela
|
93ba522582
|
Remove any unnecessary PriorFactor.h includes
|
2020-04-12 13:42:02 -04:00 |
alescontrela
|
211119b00e
|
Replace addPrior<> with addPrior
|
2020-04-12 13:10:09 -04:00 |
alescontrela
|
aa3ac32235
|
Change all old cases of graph.emplace_shared<PriorFactor<...>>(...) and graph.add(PriorFactor<...>(...)) to graph.addPrior<...>(...). Removed unnecessary PriorFactor.h includes.
|
2020-04-11 20:09:54 -04:00 |
alescontrela
|
f4525b51e4
|
Change PriorFactor includes from gtsam/slam to gtsam/nonlinear
|
2020-04-10 22:26:22 -04:00 |
Jose Luis Blanco Claraco
|
76b29b78af
|
Prefer C++11 nullptr
|
2020-04-06 23:31:05 +02:00 |
Varun Agrawal
|
9361d5b491
|
Merge pull request #260 from borglab/fix/cmake-wrapper-warnings
Fixed some wrapper warnings
|
2020-03-29 19:26:58 -04:00 |
Frank Dellaert
|
0c2890b815
|
Merge pull request #252 from borglab/feature/TOA
Time of arrival measurements
|
2020-03-25 16:41:02 -04:00 |
Varun Agrawal
|
ca4daa0894
|
Merge pull request #258 from borglab/deprecate-simplecamera
Replace SimpleCamera with PinholeCameraCal3_S2
|
2020-03-23 08:08:18 -04:00 |
Varun Agrawal
|
d2d5ce1166
|
Eigen alignment
|
2020-03-22 12:46:25 -04:00 |
Frank Dellaert
|
cd318b2295
|
Python example and necessary wrapper gymnastics
|
2020-03-18 17:36:42 -04:00 |
Frank Dellaert
|
f3865539c6
|
Refactor TOAFactor and test
|
2020-03-18 15:44:33 -04:00 |
Frank Dellaert
|
2087075ee7
|
Transitioned toa method to a functor
|
2020-03-17 14:34:11 -04:00 |
Frank Dellaert
|
8e81890f9b
|
eradicated last vestiges of boost/random in gtsam_unstable
|
2020-02-28 07:21:54 -08:00 |
Varun Agrawal
|
d9923fc3cc
|
replaced/appended all calls to SimpleCamera with PinholeCameraCal3_S2
|
2020-02-21 19:42:55 -05:00 |
Frank Dellaert
|
a614e5efa1
|
Merge pull request #115 from borglab/fix/absolute-value
C++11 Absolute Value
|
2019-09-19 07:45:40 -04:00 |
Varun Agrawal
|
ff1f37c26f
|
replaced fabs with c++11 std::abs
|
2019-09-18 18:30:26 -04:00 |
Fan Jiang
|
4949d6988c
|
Fix compilation of PartialPriorFactor
|
2019-09-07 15:48:30 -04:00 |
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 |