|
signals-cpp
|
Type specification for manifold-valued signals (e.g., SO2, SO3, SE2, SE3). More...
#include <Signal.h>
Public Types | |
| using | Type = ManifoldType |
Static Public Member Functions | |
| static Type | ZeroType () |
| Returns identity element of the manifold. | |
| static Type | NansType () |
| Returns manifold element with NaN values. | |
| static T | Norm (const Type &a) |
| Compute the norm of a manifold element via its logarithmic map. | |
Type specification for manifold-valued signals (e.g., SO2, SO3, SE2, SE3).
| ManifoldType | The manifold type (e.g., SO2<double>, SE3<float>). |
| using ManifoldSignalSpec< T, ManifoldType >::Type = ManifoldType |
|
inlinestatic |
Returns manifold element with NaN values.
|
inlinestatic |
Compute the norm of a manifold element via its logarithmic map.
| a | The manifold element. |
|
inlinestatic |
Returns identity element of the manifold.