#include <measured-force-base.hpp>

Public Types | |
| typedef pinocchio::Data | Data |
| typedef robots::RobotWrapper | RobotWrapper |
Public Member Functions | |
| virtual const Vector & | computeJointTorques (Data &data)=0 |
| MeasuredForceBase (const std::string &name, RobotWrapper &robot) | |
| const std::string & | name () const |
| void | name (const std::string &name) |
Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::Vector | Vector |
Protected Attributes | |
| std::string | m_name |
| RobotWrapper & | m_robot |
| Reference on the robot model. More... | |
Definition at line 28 of file measured-force-base.hpp.
Definition at line 33 of file measured-force-base.hpp.
Definition at line 34 of file measured-force-base.hpp.
| tsid::contacts::MeasuredForceBase::MeasuredForceBase | ( | const std::string & | name, |
| RobotWrapper & | robot | ||
| ) |
Definition at line 22 of file measured-force-base.cpp.
|
pure virtual |
Compute the bias force (J^t F) associated to the external measured force.
Implemented in tsid::contacts::Measured3Dforce, and tsid::contacts::Measured6Dwrench.
| const std::string & tsid::contacts::MeasuredForceBase::name | ( | ) | const |
Definition at line 26 of file measured-force-base.cpp.
| void tsid::contacts::MeasuredForceBase::name | ( | const std::string & | name | ) |
Definition at line 28 of file measured-force-base.cpp.
|
protected |
Definition at line 49 of file measured-force-base.hpp.
|
protected |
Reference on the robot model.
Definition at line 52 of file measured-force-base.hpp.
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::Vector tsid::contacts::MeasuredForceBase::Vector |
Definition at line 32 of file measured-force-base.hpp.