|
pinocchio
1.2.6-7-g6de3e-dirty
|
Template for handling data related to a second order linear DC motor model. More...
#include <actuators/pneumatic-two-chambers.hpp>
Public Member Functions | |
| const Observations_t & | h () const |
| Return observation vector. | |
| const Parameters_t & | c () const |
| Return parameters. | |
| const S_t & | S () const |
| Returns selection matrix. | |
| Observations_t & | h () |
| void | valveVoltageOrigin (Scalar_ c) |
| Valve-voltage origin. More... | |
| void | valveVoltageScale (Scalar_ c) |
| Valve Voltage scale. | |
| void | kinkFactor (Scalar_ c) |
| Kink Factor. | |
| void | pDsDdv (Scalar_ c) |
| void | pDrDdv (Scalar_ c) |
| void | pBeq (Scalar_ c) |
| B eq. | |
| void | pRateAssymmetry (Scalar_ c) |
| Rate assymmetry. | |
| void | pLeakage (Scalar_ c) |
| Leakage. | |
| void | pPressureSensorBias (Scalar_ c) |
| Pressure sensor bias. | |
| void | pPressureSensorScale (Scalar_ c) |
| Pressure sensor scale. | |
| void | pVoltageRangeOfLeakyRegime (Scalar_ c) |
| void | setS (S_t &S) |
Protected Attributes | |
| Observations_t | h_ |
| Observation variables. | |
| Parameters_t | c_ |
| Vector parameters. | |
| S_t | S_ |
| Selection matrix. | |
Template for handling data related to a second order linear DC motor model.
| Scalar_ | {description} |
Definition at line 42 of file pneumatic-two-chambers.hpp.
|
inline |
Valve-voltage origin.
Internal parameters of the actuator.
Definition at line 81 of file pneumatic-two-chambers.hpp.
References PneumaticTwoChambersData< Scalar_ >::c(), and PneumaticTwoChambersData< Scalar_ >::c_.