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

Public Types

typedef MathBaseTpl< Scalar > MathBase
 
typedef MathBase::MatrixXs MatrixXs
 
typedef MathBase::VectorXs VectorXs
 

Public Member Functions

template<template< typename Scalar > class Model>
 DifferentialActionDataAbstractTpl (Model< Scalar > *const model)
 

Public Attributes

Scalar cost
 cost value
 
MatrixXs Fu
 Jacobian of the dynamics.
 
MatrixXs Fx
 Jacobian of the dynamics.
 
VectorXs Lu
 Jacobian of the cost function.
 
MatrixXs Luu
 Hessian of the cost function.
 
VectorXs Lx
 Jacobian of the cost function.
 
MatrixXs Lxu
 Hessian of the cost function.
 
MatrixXs Lxx
 Hessian of the cost function.
 
VectorXs r
 Cost residual.
 
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar
 
VectorXs xout
 evolution state
 

Detailed Description

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

Definition at line 231 of file diff-action-base.hpp.


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