Go to the documentation of this file.
6 #ifndef __pinocchio_spatial_fwd_hpp__
7 #define __pinocchio_spatial_fwd_hpp__
18 template<
typename Type,
typename Scalar>
19 struct RHSScalarMultiplication
25 template<
typename Type,
typename Scalar>
38 template<
typename Scalar,
int Options = context::Options>
41 template<
typename Derived>
43 template<
typename Derived>
45 template<
typename Vector6ArgType>
47 template<
typename Scalar,
int Options = context::Options>
50 template<
typename Derived>
52 template<
typename Derived>
54 template<
typename Vector6ArgType>
57 template<
typename Scalar,
int Options = context::Options>
59 template<
typename Scalar,
int Options = context::Options>
61 template<
typename Scalar,
int Options = context::Options>
63 template<
typename Scalar,
int Options = context::Options>
80 #define SPATIAL_TYPEDEF_TEMPLATE_GENERIC(derived, TYPENAME) \
81 typedef TYPENAME traits<derived>::Scalar Scalar; \
82 typedef TYPENAME traits<derived>::Vector3 Vector3; \
83 typedef TYPENAME traits<derived>::Vector4 Vector4; \
84 typedef TYPENAME traits<derived>::Vector6 Vector6; \
85 typedef TYPENAME traits<derived>::Matrix3 Matrix3; \
86 typedef TYPENAME traits<derived>::Matrix4 Matrix4; \
87 typedef TYPENAME traits<derived>::Matrix6 Matrix6; \
88 typedef TYPENAME traits<derived>::Angular_t Angular_t; \
89 typedef TYPENAME traits<derived>::Linear_t Linear_t; \
90 typedef TYPENAME traits<derived>::ConstAngular_t ConstAngular_t; \
91 typedef TYPENAME traits<derived>::ConstLinear_t ConstLinear_t; \
92 typedef TYPENAME traits<derived>::ActionMatrix_t ActionMatrix_t; \
93 typedef TYPENAME traits<derived>::Quaternion_t Quaternion_t; \
94 typedef TYPENAME traits<derived>::SE3 SE3; \
95 typedef TYPENAME traits<derived>::Force Force; \
96 typedef TYPENAME traits<derived>::Motion Motion; \
97 typedef TYPENAME traits<derived>::Symmetric3 Symmetric3; \
100 LINEAR = traits<derived>::LINEAR, \
101 ANGULAR = traits<derived>::ANGULAR \
104 #define SPATIAL_TYPEDEF_TEMPLATE(derived) SPATIAL_TYPEDEF_TEMPLATE_GENERIC(derived, typename)
106 #define SPATIAL_TYPEDEF_NO_TEMPLATE(derived) \
107 SPATIAL_TYPEDEF_TEMPLATE_GENERIC(derived, PINOCCHIO_MACRO_EMPTY_ARG)
113 template<
typename Class,
typename NewScalar,
typename Scalar>
114 struct cast_call_normalize_method;
119 #endif // ifndef __pinocchio_spatial_fwd_hpp__
A structure representing a pseudo inertia matrix.
Symmetric3Tpl< context::Scalar, context::Options > Symmetric3
Base interface for forces representation.
MotionZeroTpl< context::Scalar, context::Options > MotionZero
InertiaTpl< context::Scalar, context::Options > Inertia
PseudoInertiaTpl< context::Scalar, context::Options > PseudoInertia
LogCholeskyParametersTpl< context::Scalar, context::Options > LogCholeskyParameters
A structure representing log Cholesky parameters.
MotionTpl<::CppAD::AD< double >, 0 > Motion
ForceTpl< context::Scalar, context::Options > Force
SE3Tpl< context::Scalar, context::Options > SE3
Main pinocchio namespace.
pinocchio
Author(s):
autogenerated on Fri Nov 1 2024 02:41:44