Frank Dellaert
|
8801de4d63
|
Pose3 naming convention
|
2019-05-16 15:06:15 -04:00 |
Frank Dellaert
|
a97502f5a1
|
Resolved all issues with typedefs
|
2016-06-06 21:57:52 -07:00 |
Alex Hagiopol
|
2fe0c26f4e
|
Deprecated delta() and basis(). All unit tests pass.
|
2016-04-15 20:01:22 -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 |
Alex Hagiopol
|
aa599d409c
|
Oops...fixed mistypes. Unit tests pass now.
|
2016-04-11 16:04:24 -04:00 |
Alex Hagiopol
|
70b2aab352
|
Deprecated all inline functions in Matrix.h.
|
2016-04-11 15:11:29 -04:00 |
Alex Hagiopol
|
c769ed8452
|
One line definition of gravity force.
|
2016-03-12 20:49:00 -05:00 |
Alex Hagiopol
|
3989178aba
|
Deprecated subInsert() in Vector.h
|
2016-03-11 20:13:51 -05: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
|
a19aa793d7
|
Cleaned up a number of Point3/Rot3 related uses
|
2016-02-08 17:31:32 -08:00 |
Frank
|
23d4c0fd9f
|
Deprecated several Point3 methods
|
2016-02-08 13:27:38 -08:00 |
Frank Dellaert
|
4d93a33f61
|
Static methods should be uppercase.
|
2016-01-26 23:09:58 -08:00 |
dellaert
|
110a046fb6
|
Fixed compile issue and tightened tolerances
|
2015-07-24 16:05:15 +02:00 |
dellaert
|
0bb73bae9e
|
Comments
|
2015-07-23 16:59:26 +02:00 |
dellaert
|
1a47a334de
|
Deal with changes in Rot3
|
2015-07-21 11:23:42 -07:00 |
Frank Dellaert
|
2c765c735a
|
Velocity3 default constructor does not zero
|
2015-07-17 22:09:49 -07:00 |
dellaert
|
233cabb3fb
|
Made Velocity a Vector3
|
2015-07-17 17:36:29 -07:00 |
dellaert
|
d1271fd9d5
|
Fixed product retract/localCoordinates and corresponding tests
|
2015-07-16 23:48:56 -07:00 |
dellaert
|
459226800d
|
Replaced failing test with two new, working tests
|
2015-07-16 22:38:30 -07:00 |
dellaert
|
b8f5141743
|
HasRange
|
2015-07-16 22:38:17 -07:00 |
dellaert
|
0c3bb85547
|
Added test of localCoordinates
|
2015-07-15 23:22:31 -07:00 |
Frank Dellaert
|
03db69117a
|
Define and partially specify Range and Bearing functors
|
2015-07-12 15:51:49 -07:00 |
Frank Dellaert
|
3bad6fea67
|
moved RangeFactor to SAM
|
2015-07-12 12:12:59 -07:00 |
Frank Dellaert
|
377b90941b
|
switch to Rodrigues everywhere
|
2015-07-05 16:11:04 -07:00 |
dellaert
|
d385984f26
|
Working compose/between/inverse derivatives
|
2015-05-26 01:08:27 -07:00 |
dellaert
|
d060d4621e
|
PoseRTV is now implemented using ProductLieGroup
|
2015-05-25 23:50:00 -07:00 |
dellaert
|
9d522c72f3
|
internal::LieGroup needed if you also want Testable traits
|
2015-05-25 22:04:04 -07:00 |
dellaert
|
b23a51db6d
|
PoseRTV as ProductManifold works
|
2015-05-25 17:13:08 -07:00 |
Thomas Schneider
|
ebf5746987
|
Fix some serialization warnings.
|
2015-03-06 16:12:09 +01:00 |
dellaert
|
e5017984a1
|
traits_x -> traits
|
2014-12-26 16:47:51 +01:00 |
dellaert
|
aaf4588f20
|
Improved simple helicopter
|
2014-12-26 00:53:36 +01:00 |
dellaert
|
902e7e57e5
|
Fixing helicopter
|
2014-12-26 00:21:33 +01:00 |
thduynguyen
|
11858da42b
|
fix testSimpleHelicopter
|
2014-12-25 17:25:42 -05:00 |
dellaert
|
afe20d83bd
|
Dealing with Pose3 mojo loss
|
2014-12-25 20:04:28 +01:00 |
dellaert
|
47ff09f6c8
|
Pose3 lost its mojo! But there are errors in Expmap/Logmap derivatives around identity...
|
2014-12-25 19:43:32 +01:00 |
dellaert
|
5c0db68152
|
Fixed compile error from develop
|
2014-12-25 18:16:47 +01:00 |
dellaert
|
3d15868ece
|
Renamed internal::LieGroup -> internal::LieGroupTraits
|
2014-12-24 01:34:33 +01:00 |
dellaert
|
c6ae119414
|
Tightened what is needed for Lie, i.e., fewer versions of retract/localCoordinates
|
2014-12-22 23:42:52 +01:00 |
dellaert
|
355b938f3a
|
Point3 loses its mojo (superfluous Lie/Manifold stuff)
|
2014-12-22 17:22:45 +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 |
Mike Bosse
|
b7204b100d
|
PoseRTV
|
2014-12-20 20:22:34 +01:00 |
Paul Furgale
|
c0e4f76d94
|
More manifolds...more numerical differentiation...more.
|
2014-12-14 18:59:57 +01:00 |
dellaert
|
867acbef6c
|
Fixed building wrapper.
|
2014-11-24 20:14:56 +01:00 |
Richard Roberts
|
f9ca07e610
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
Richard Roberts
|
aa093a35da
|
Updated all comma initializer usages to use .finished()
|
2014-11-22 16:35:27 -08:00 |