dellaert
|
7f2876f456
|
Added traits test
|
2014-12-22 11:25:02 +01:00 |
Mike Bosse
|
a6f612844f
|
fixed testTSAMFactors.cpp
|
2014-12-22 09:39:51 +01:00 |
dellaert
|
06c3696176
|
Fixed more problems so everything compiles now after splitting up concepts into Group/Manifold/Lie/VectorSpace. Still 25 tests that fail.
|
2014-12-22 02:52:31 +01:00 |
dellaert
|
99a50a2f87
|
Split up concepts into Group/Manifold/Lie/VectorSpace. Also fixed some implementations and put in exceptions elsewhere, rather than CONCEPT_NOT_IMPLEMENTED macro.
|
2014-12-22 02:50:52 +01:00 |
dellaert
|
bc6af85a9c
|
Fixed issue in debug mode
|
2014-12-21 22:14:10 +01:00 |
dellaert
|
79d8514528
|
MASSIVE edit: made Testable its own concept, and moderinized Testable.h to use Testable traits. This required adding Testable traits in many classes.
|
2014-12-21 22:02:57 +01:00 |
dellaert
|
ede01ac6d3
|
Bugfix ScalarTraits
|
2014-12-21 22:02:57 +01:00 |
dellaert
|
0c74ed8686
|
Measurement should be Point2
|
2014-12-21 22:02:57 +01:00 |
dellaert
|
2218f2ca88
|
Added target
|
2014-12-21 22:02:13 +01:00 |
dellaert
|
31b2a92b66
|
Missing header
|
2014-12-21 22:02:13 +01:00 |
Mike Bosse
|
c607f48a3c
|
fixed some Point2 constructions
|
2014-12-21 18:50:01 +01:00 |
dellaert
|
88a83fe9e7
|
re-formatted ScalarTraits while checking correctness (seems correct)
|
2014-12-21 16:46:20 +01:00 |
dellaert
|
505c876588
|
Small changes, fixed matrices
|
2014-12-21 15:57:21 +01:00 |
dellaert
|
be356947ca
|
Agree this should be done, don't agree it should be test failure.
|
2014-12-21 15:08:34 +01:00 |
dellaert
|
25f95ed22f
|
Additional checking
|
2014-12-21 15:04:29 +01:00 |
dellaert
|
7bba8c42e4
|
Fixed testQuaternion
|
2014-12-21 14:59:59 +01:00 |
dellaert
|
00b374c9e9
|
Merge remote-tracking branch 'origin/develop' into feature/tighteningTraits
Conflicts:
gtsam/base/LieScalar.h
gtsam/geometry/Point2.h
|
2014-12-21 14:39:23 +01:00 |
dellaert
|
f939723ca4
|
Two small comments
|
2014-12-21 13:54:27 +01:00 |
dellaert
|
a34dae558a
|
Some reformatting, doxygen niceties...
|
2014-12-21 13:52:36 +01:00 |
dellaert
|
3d3d574325
|
Small refactor
|
2014-12-21 13:30:21 +01:00 |
dellaert
|
4a5a5c3738
|
Small changes
|
2014-12-21 12:53:59 +01:00 |
Mike Bosse
|
d0e1c1a770
|
test compiling!! but 34 tests failed out of 198
|
2014-12-20 20:36:54 +01:00 |
Mike Bosse
|
b7204b100d
|
PoseRTV
|
2014-12-20 20:22:34 +01:00 |
Mike Bosse
|
6e5dbcf2a3
|
flushing out more compilation errors in tests
|
2014-12-20 11:54:08 +01:00 |
krunalchande
|
6120bf0846
|
Fixed matrix block index of jacobians in CombinedIMUFactor.
|
2014-12-19 14:15:14 -05:00 |
thduynguyen
|
30afbc5f1d
|
closed-form formula of Pose2's expmap/logmap derivatives
|
2014-12-19 13:53:08 -05:00 |
Zhaoyang Lv
|
02e4f920d0
|
Merged in fix/matlab_examples_wrapper (pull request #75)
Fixing bugs in Wrap - re-creating
|
2014-12-19 13:04:29 -05:00 |
krunalchande
|
d7ba38e476
|
fixed testAHRSFactor in debug mode.
|
2014-12-19 12:56:41 -05:00 |
lvzhaoyang
|
33d53211d3
|
define insertDouble, missed in merge
|
2014-12-19 12:12:05 -05:00 |
lvzhaoyang
|
3363edf77c
|
Merge branch 'fix/matlab_examples_wrapper' into develop
|
2014-12-19 11:27:20 -05:00 |
dellaert
|
b805a339f3
|
Merge 'origin/fix/matlab_examples_wrapper' into feature/SoundSlam
Conflicts:
.cproject
gtsam.h
gtsam/nonlinear/Expression-inl.h
gtsam/nonlinear/Expression.h
gtsam/nonlinear/Values.h
gtsam/nonlinear/tests/testExpression.cpp
|
2014-12-19 16:27:23 +01:00 |
dellaert
|
c29e6ca2e7
|
Fixed subtle (imperative!) bug where a forward declaration was partially parsed as a class, only then as a forward declaration.
|
2014-12-19 16:19:02 +01:00 |
dellaert
|
fac54f87b9
|
Added Vector1 from develop
|
2014-12-19 16:18:10 +01:00 |
dellaert
|
09a4fb26d5
|
merge insertFixed into this branch
|
2014-12-19 15:46:17 +01:00 |
dellaert
|
959a002693
|
Fixed and double versions
|
2014-12-19 15:40:43 +01:00 |
dellaert
|
9f2e6562c2
|
test virtual, cleaned up other test
|
2014-12-19 15:40:21 +01:00 |
dellaert
|
aaba18c61d
|
Added expected files.
|
2014-12-19 15:39:34 +01:00 |
Mike Bosse
|
99d2203617
|
bit more progress
|
2014-12-18 22:43:16 +01:00 |
Mike Bosse
|
263d4e163c
|
more progress, need to fix testSO3.cpp and testManifold.cpp
|
2014-12-17 22:53:56 +01:00 |
Mike Bosse
|
121ae9f575
|
temporary disable of some concept checks
|
2014-12-17 21:49:36 +01:00 |
Mike Bosse
|
98c5189392
|
stub jacobians for point2 and point3
|
2014-12-17 21:18:23 +01:00 |
Duy-Nguyen Ta
|
73a281974a
|
Merged in feature/qp_noLP (pull request #73)
QP without LP
|
2014-12-17 11:29:58 -05:00 |
thduynguyen
|
662eb77a88
|
use I_3x3 and Matrix3
|
2014-12-17 11:24:22 -05:00 |
Mike Bosse
|
e17baac774
|
more progress
|
2014-12-17 17:06:24 +01:00 |
Mike Bosse
|
a41d172618
|
more fixing of Lie*
|
2014-12-16 19:22:01 +01:00 |
thduynguyen
|
1694a56194
|
remove lpsolve
|
2014-12-16 11:28:20 -05:00 |
thduynguyen
|
b39d14872a
|
remove lpsolve
|
2014-12-16 11:27:20 -05:00 |
Paul Furgale
|
37fc86b595
|
More slow progress. Added a variable-size specialization for OptionalJacobian
|
2014-12-16 12:30:11 +01:00 |
Mike Bosse
|
e9ae4f3c4d
|
stuck since LieMatrix uses dynamic matrices and hence not compatible with traits
|
2014-12-16 01:28:02 +01:00 |
Mike Bosse
|
3dc9a7c852
|
group_flavor in internal::LieGroup template
|
2014-12-15 23:48:30 +01:00 |