#include <sot/talos_balance/simple-pid.hh>
Definition at line 52 of file simple-pid.hh.
◆ SimplePID()
◆ DECLARE_SIGNAL_IN() [1/6]
DECLARE_SIGNAL_IN |
( |
decayFactor |
, |
|
|
double |
|
|
) |
| |
◆ DECLARE_SIGNAL_IN() [2/6]
DECLARE_SIGNAL_IN |
( |
dx_des |
, |
|
|
dynamicgraph::Vector |
|
|
) |
| |
◆ DECLARE_SIGNAL_IN() [3/6]
DECLARE_SIGNAL_IN |
( |
Ki |
, |
|
|
dynamicgraph::Vector |
|
|
) |
| |
◆ DECLARE_SIGNAL_IN() [4/6]
DECLARE_SIGNAL_IN |
( |
Kp |
, |
|
|
dynamicgraph::Vector |
|
|
) |
| |
◆ DECLARE_SIGNAL_IN() [5/6]
DECLARE_SIGNAL_IN |
( |
x |
, |
|
|
dynamicgraph::Vector |
|
|
) |
| |
◆ DECLARE_SIGNAL_IN() [6/6]
DECLARE_SIGNAL_IN |
( |
x_des |
, |
|
|
dynamicgraph::Vector |
|
|
) |
| |
◆ DECLARE_SIGNAL_OUT()
DECLARE_SIGNAL_OUT |
( |
dx_ref |
, |
|
|
dynamicgraph::Vector |
|
|
) |
| |
◆ display()
void display |
( |
std::ostream & |
os | ) |
const |
|
virtual |
◆ init()
void init |
( |
const double & |
dt, |
|
|
const int & |
N |
|
) |
| |
◆ resetIntegralError()
void resetIntegralError |
( |
| ) |
|
◆ m_dt
◆ m_initSucceeded
◆ m_integralError
dynamicgraph::Vector m_integralError |
|
protected |
true if the entity has been successfully initialized
Definition at line 85 of file simple-pid.hh.
The documentation for this class was generated from the following files: