#include <sot/talos_balance/simple-zmp-estimator.hh>
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | SimpleZmpEstimator (const std::string &name, const double &eps=1.0) |
|
Eigen::Vector3d | computeCoP (const dynamicgraph::Vector &wrench, const MatrixHomogeneous &pose) const |
|
| DECLARE_SIGNAL_IN (poseLeft, MatrixHomogeneous) |
|
| DECLARE_SIGNAL_IN (poseRight, MatrixHomogeneous) |
|
| DECLARE_SIGNAL_IN (wrenchLeft, dynamicgraph::Vector) |
|
| DECLARE_SIGNAL_IN (wrenchRight, dynamicgraph::Vector) |
|
| DECLARE_SIGNAL_OUT (copLeft, dynamicgraph::Vector) |
|
| DECLARE_SIGNAL_OUT (copRight, dynamicgraph::Vector) |
|
| DECLARE_SIGNAL_OUT (emergencyStop, bool) |
|
| DECLARE_SIGNAL_OUT (zmp, dynamicgraph::Vector) |
|
virtual void | display (std::ostream &os) const |
|
void | init () |
|
Definition at line 54 of file simple-zmp-estimator.hh.
◆ SimpleZmpEstimator()
◆ computeCoP()
Eigen::Vector3d computeCoP |
( |
const dynamicgraph::Vector & |
wrench, |
|
|
const MatrixHomogeneous & |
pose |
|
) |
| const |
◆ DECLARE_SIGNAL_IN() [1/4]
DECLARE_SIGNAL_IN |
( |
poseLeft |
, |
|
|
MatrixHomogeneous |
|
|
) |
| |
◆ DECLARE_SIGNAL_IN() [2/4]
DECLARE_SIGNAL_IN |
( |
poseRight |
, |
|
|
MatrixHomogeneous |
|
|
) |
| |
◆ DECLARE_SIGNAL_IN() [3/4]
DECLARE_SIGNAL_IN |
( |
wrenchLeft |
, |
|
|
dynamicgraph::Vector |
|
|
) |
| |
◆ DECLARE_SIGNAL_IN() [4/4]
DECLARE_SIGNAL_IN |
( |
wrenchRight |
, |
|
|
dynamicgraph::Vector |
|
|
) |
| |
◆ DECLARE_SIGNAL_OUT() [1/4]
DECLARE_SIGNAL_OUT |
( |
copLeft |
, |
|
|
dynamicgraph::Vector |
|
|
) |
| |
◆ DECLARE_SIGNAL_OUT() [2/4]
DECLARE_SIGNAL_OUT |
( |
copRight |
, |
|
|
dynamicgraph::Vector |
|
|
) |
| |
◆ DECLARE_SIGNAL_OUT() [3/4]
DECLARE_SIGNAL_OUT |
( |
emergencyStop |
, |
|
|
bool |
|
|
) |
| |
◆ DECLARE_SIGNAL_OUT() [4/4]
DECLARE_SIGNAL_OUT |
( |
zmp |
, |
|
|
dynamicgraph::Vector |
|
|
) |
| |
◆ display()
void display |
( |
std::ostream & |
os | ) |
const |
|
virtual |
◆ init()
◆ m_emergency_stop_triggered
bool m_emergency_stop_triggered |
|
protected |
◆ m_eps
◆ m_initSucceeded
The documentation for this class was generated from the following files: