crocoddyl  1.9.0
Contact RObot COntrol by Differential DYnamic programming Library (Crocoddyl)
ActuationSquashingDataTpl< _Scalar > Struct Template Reference
Inheritance diagram for ActuationSquashingDataTpl< _Scalar >:
Collaboration diagram for ActuationSquashingDataTpl< _Scalar >:

Public Types

typedef ActuationDataAbstractTpl< Scalar > Base
 
typedef MathBaseTpl< Scalar > MathBase
 
typedef MathBase::MatrixXs MatrixXs
 
typedef SquashingDataAbstractTpl< Scalar > SquashingDataAbstract
 
typedef MathBase::VectorXs VectorXs
 
- Public Types inherited from ActuationDataAbstractTpl< _Scalar >
typedef MathBaseTpl< Scalar > MathBase
 
typedef MathBase::MatrixXs MatrixXs
 
typedef MathBase::VectorXs VectorXs
 

Public Member Functions

template<template< typename Scalar > class Model>
 ActuationSquashingDataTpl (Model< Scalar > *const model)
 
- Public Member Functions inherited from ActuationDataAbstractTpl< _Scalar >
template<template< typename Scalar > class Model>
 ActuationDataAbstractTpl (Model< Scalar > *const model)
 

Public Attributes

boost::shared_ptr< ActuationDataAbstractactuation
 
MatrixXs dtau_du
 Partial derivatives of the actuation model w.r.t. the control input.
 
MatrixXs dtau_dx
 Partial derivatives of the actuation model w.r.t. the state point.
 
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar
 
boost::shared_ptr< SquashingDataAbstractsquashing
 
VectorXs tau
 Actuation (generalized force) signal.
 
- Public Attributes inherited from ActuationDataAbstractTpl< _Scalar >
MatrixXs dtau_du
 Partial derivatives of the actuation model w.r.t. the control input.
 
MatrixXs dtau_dx
 Partial derivatives of the actuation model w.r.t. the state point.
 
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar
 
VectorXs tau
 Actuation (generalized force) signal.
 

Detailed Description

template<typename _Scalar>
struct crocoddyl::ActuationSquashingDataTpl< _Scalar >

Definition at line 70 of file actuation-squashing.hpp.


The documentation for this struct was generated from the following file: