Struct DifferentialActionDataFreeInvDynamicsTpl::ResidualDataActuation

Nested Relationships

This struct is a nested type of Template Struct DifferentialActionDataFreeInvDynamicsTpl.

Inheritance Relationships

Base Type

Struct Documentation

struct ResidualDataActuation : public crocoddyl::ResidualDataAbstractTpl<_Scalar>

Public Types

typedef MathBaseTpl<Scalar> MathBase
typedef ResidualDataAbstractTpl<Scalar> Base
typedef DataCollectorAbstractTpl<Scalar> DataCollectorAbstract
typedef DataCollectorActMultibodyTpl<Scalar> DataCollectorActMultibody
typedef ActuationDataAbstractTpl<Scalar> ActuationDataAbstract
typedef MathBase::MatrixXs MatrixXs

Public Functions

template<template<typename Scalar> class Model>
inline ResidualDataActuation(Model<Scalar> *const model, DataCollectorAbstract *const data)

Public Members

EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar
pinocchio::DataTpl<Scalar> *pinocchio

Pinocchio data.

std::shared_ptr<ActuationDataAbstract> actuation

Actuation data.

MatrixXs dtau_dx
VectorXs r

Residual vector.

MatrixXs Ru

Jacobian of the residual vector with respect the control.

MatrixXs Rx

Jacobian of the residual vector with respect the state.

DataCollectorAbstract *shared

Shared data allocated by the action model.