#include <tsid/contacts/measured-6d-wrench.hpp>
◆ Data
◆ Matrix6x
◆ RobotWrapper
◆ Vector6
◆ Measured6Dwrench()
| tsid::contacts::Measured6Dwrench::Measured6Dwrench | ( | const std::string & | name, |
| | RobotWrapper & | robot, |
| | const std::string & | frameName ) |
◆ computeJointTorques()
| const Vector & tsid::contacts::Measured6Dwrench::computeJointTorques | ( | Data & | data | ) | |
| overridevirtual |
◆ getMeasuredContactForce()
| const Vector6 & tsid::contacts::Measured6Dwrench::getMeasuredContactForce | ( | | ) | const |
◆ setMeasuredContactForce()
| void tsid::contacts::Measured6Dwrench::setMeasuredContactForce | ( | const Vector6 & | fext | ) | |
Set the value of the external wrench applied by the environment on the robot.
◆ useLocalFrame()
| void tsid::contacts::Measured6Dwrench::useLocalFrame | ( | bool | local_frame | ) | |
Specifies if the external force and jacobian is expressed in the local frame or the local world-oriented frame.
- Parameters
| local_frame | If true, represent external force and jacobian in the local frame. If false, represent them in the local world-oriented frame. |
◆ Index
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::Index tsid::contacts::Measured6Dwrench::Index |
◆ m_computedTorques
| Vector tsid::contacts::Measured6Dwrench::m_computedTorques |
| protected |
◆ m_fext
| Vector6 tsid::contacts::Measured6Dwrench::m_fext |
| protected |
◆ m_frame_id
| Index tsid::contacts::Measured6Dwrench::m_frame_id |
| protected |
◆ m_frame_name
| std::string tsid::contacts::Measured6Dwrench::m_frame_name |
| protected |
◆ m_J
| Matrix6x tsid::contacts::Measured6Dwrench::m_J |
| protected |
◆ m_J_rotated
| Matrix6x tsid::contacts::Measured6Dwrench::m_J_rotated |
| protected |
◆ m_local_frame
| bool tsid::contacts::Measured6Dwrench::m_local_frame |
| protected |
The documentation for this class was generated from the following files: