Template Struct CodeGenRNEADerivatives
Defined in File code-generator-algo.hpp
Inheritance Relationships
Base Type
public pinocchio::CodeGenBase< _Scalar >
(Template Struct CodeGenBase)
Struct Documentation
-
template<typename _Scalar>
struct CodeGenRNEADerivatives : public pinocchio::CodeGenBase<_Scalar> Public Types
-
typedef CodeGenBase<_Scalar> Base
Public Functions
- typedef PINOCCHIO_EIGEN_PLAIN_ROW_MAJOR_TYPE (MatrixXs) RowMatrixXs
- typedef PINOCCHIO_EIGEN_PLAIN_ROW_MAJOR_TYPE (ADMatrixXs) RowADMatrixXs
-
inline CodeGenRNEADerivatives(const Model &model, const std::string &function_name = "partial_rnea", const std::string &library_name = "cg_partial_rnea_eval")
-
inline virtual void buildMap()
build the mapping Y = f(X)
-
template<typename ConfigVectorType, typename TangentVector1, typename TangentVector2>
inline void evalFunction(const Eigen::MatrixBase<ConfigVectorType> &q, const Eigen::MatrixBase<TangentVector1> &v, const Eigen::MatrixBase<TangentVector2> &a)
Protected Attributes
-
ADMatrixXs ad_dtau_dq
-
ADMatrixXs ad_dtau_dv
-
ADMatrixXs ad_dtau_da
-
ADConfigVectorType ad_q
-
ADTangentVectorType ad_v
-
ADTangentVectorType ad_a
-
ADModel ad_model
-
ADFun ad_fun
-
ADVectorXs ad_X
-
ADVectorXs ad_Y
-
typedef CodeGenBase<_Scalar> Base