Public Types | |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBase::MatrixXs | MatrixXs |
typedef MathBase::VectorXs | VectorXs |
Public Member Functions | |
template<template< typename Scalar > class Model> | |
ActuationDataAbstractTpl (Model< Scalar > *const model) | |
Public Attributes | |
MatrixXs | dtau_du |
MatrixXs | dtau_dx |
MatrixXs | Mtau |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
VectorXs | tau |
Generalized torques. | |
std::vector< bool > | tau_set |
True for joints that are actuacted. | |
VectorXs | u |
Joint torques. | |
Definition at line 177 of file actuation-base.hpp.
typedef MathBaseTpl<Scalar> MathBase |
Definition at line 181 of file actuation-base.hpp.
typedef MathBase::VectorXs VectorXs |
Definition at line 182 of file actuation-base.hpp.
typedef MathBase::MatrixXs MatrixXs |
Definition at line 183 of file actuation-base.hpp.
|
inlineexplicit |
Definition at line 186 of file actuation-base.hpp.
|
inlinevirtual |
Definition at line 199 of file actuation-base.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 180 of file actuation-base.hpp.
VectorXs tau |
Generalized torques.
Definition at line 201 of file actuation-base.hpp.
VectorXs u |
Joint torques.
Definition at line 202 of file actuation-base.hpp.
MatrixXs dtau_dx |
Partial derivatives of the actuation model w.r.t. the state point
Definition at line 203 of file actuation-base.hpp.
MatrixXs dtau_du |
Partial derivatives of the actuation model w.r.t. the joint torque input
Definition at line 205 of file actuation-base.hpp.
MatrixXs Mtau |
Torque transform from generalized torques to joint torque inputs
Definition at line 207 of file actuation-base.hpp.
std::vector<bool> tau_set |
True for joints that are actuacted.
Definition at line 209 of file actuation-base.hpp.