|
signals-cpp
|
Type specification for manifold state signals. More...
#include <State.h>
Public Types | |
| using | Type = ManifoldStateType<T, ManifoldType, PD, TD> |
Static Public Member Functions | |
| static Type | ZeroType () |
| Returns identity (zero) state. | |
| static Type | NansType () |
| Returns state with NaN values. | |
| static T | Norm (const Type &a) |
| Compute the combined norm of a manifold state. | |
Type specification for manifold state signals.
| T | Scalar element type (e.g., double, float). |
| ManifoldType | The manifold type (e.g., SO2<double>, SE3<float>). |
| PD | Pose dimension. |
| TD | Tangent (twist) dimension. |
| using ManifoldStateSignalSpec< T, ManifoldType, PD, TD >::Type = ManifoldStateType<T, ManifoldType, PD, TD> |
|
inlinestatic |
Returns state with NaN values.
|
inlinestatic |
Compute the combined norm of a manifold state.
| a | The manifold state. |
|
inlinestatic |
Returns identity (zero) state.