#include <sot/talos_balance/dcm-estimator.hh>
Public Member Functions | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | DcmEstimator (const std::string &name) |
DECLARE_SIGNAL_IN (q, dynamicgraph::Vector) | |
DECLARE_SIGNAL_IN (v, dynamicgraph::Vector) | |
DECLARE_SIGNAL_OUT (c, dynamicgraph::Vector) | |
DECLARE_SIGNAL_OUT (dc, dynamicgraph::Vector) | |
virtual void | display (std::ostream &os) const |
void | init (const double &dt, const std::string &urdfFile) |
Protected Attributes | |
pinocchio::Data | m_data |
double | m_dt |
robot velocities according to pinocchio convention More... | |
bool | m_initSucceeded |
pinocchio::Model | m_model |
sampling time step More... | |
Eigen::VectorXd | m_q_pin |
Pinocchio robot data. More... | |
RobotUtilShrPtr | m_robot_util |
true if the entity has been successfully initialized More... | |
Eigen::VectorXd | m_v_pin |
robot configuration according to pinocchio convention More... | |
Definition at line 55 of file dcm-estimator.hh.
DcmEstimator | ( | const std::string & | name | ) |
Definition at line 47 of file dcm-estimator.cpp.
DECLARE_SIGNAL_IN | ( | q | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_IN | ( | v | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_OUT | ( | c | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_OUT | ( | dc | , |
dynamicgraph::Vector | |||
) |
|
virtual |
Definition at line 119 of file dcm-estimator.cpp.
void init | ( | const double & | dt, |
const std::string & | urdfFile | ||
) |
Definition at line 63 of file dcm-estimator.cpp.
|
protected |
Definition at line 89 of file dcm-estimator.hh.
|
protected |
robot velocities according to pinocchio convention
Definition at line 94 of file dcm-estimator.hh.
|
protected |
Definition at line 87 of file dcm-estimator.hh.
|
protected |
sampling time step
Definition at line 95 of file dcm-estimator.hh.
|
protected |
Pinocchio robot data.
Definition at line 91 of file dcm-estimator.hh.
|
protected |
true if the entity has been successfully initialized
Definition at line 88 of file dcm-estimator.hh.
|
protected |
robot configuration according to pinocchio convention
Definition at line 93 of file dcm-estimator.hh.