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

Public Types

typedef ControlParametrizationDataAbstractTpl< Scalar > Base
 
typedef MathBaseTpl< Scalar > MathBase
 
typedef MathBase::Vector2s Vector2s
 
- Public Types inherited from ControlParametrizationDataAbstractTpl< _Scalar >
typedef MathBaseTpl< Scalar > MathBase
 
typedef MathBase::MatrixXs MatrixXs
 
typedef MathBase::VectorXs VectorXs
 

Public Member Functions

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

Public Attributes

Vector2s c
 Coefficients of the linear control that depends on time.
 
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar
 
- Public Attributes inherited from ControlParametrizationDataAbstractTpl< _Scalar >
MatrixXs dw_du
 Jacobian of the differential control with respect to the parameters.
 
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar
 
VectorXs u
 value of the control parameters
 
VectorXs w
 value of the differential control
 

Detailed Description

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

Definition at line 143 of file poly-one.hpp.


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