#include <tsid/contacts/measured-3d-force.hpp>
◆ Data
◆ Matrix3x
◆ RobotWrapper
◆ Vector3
◆ Measured3Dforce()
tsid::contacts::Measured3Dforce::Measured3Dforce |
( |
const std::string & |
name, |
|
|
RobotWrapper & |
robot, |
|
|
const std::string & |
frameName |
|
) |
| |
◆ computeJointTorques()
const Vector & tsid::contacts::Measured3Dforce::computeJointTorques |
( |
Data & |
data | ) |
|
|
overridevirtual |
◆ getMeasuredContactForce()
const Vector3 & tsid::contacts::Measured3Dforce::getMeasuredContactForce |
( |
| ) |
const |
◆ setMeasuredContactForce()
void tsid::contacts::Measured3Dforce::setMeasuredContactForce |
( |
const Vector3 & |
fext | ) |
|
Set the value of the external wrench applied by the environment on the robot.
◆ useLocalFrame()
void tsid::contacts::Measured3Dforce::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::Measured3Dforce::Index |
◆ m_computedTorques
Vector tsid::contacts::Measured3Dforce::m_computedTorques |
|
protected |
◆ m_fext
Vector3 tsid::contacts::Measured3Dforce::m_fext |
|
protected |
◆ m_frame_id
Index tsid::contacts::Measured3Dforce::m_frame_id |
|
protected |
◆ m_frame_name
std::string tsid::contacts::Measured3Dforce::m_frame_name |
|
protected |
◆ m_J
Matrix3x tsid::contacts::Measured3Dforce::m_J |
|
protected |
◆ m_J_rotated
Matrix3x tsid::contacts::Measured3Dforce::m_J_rotated |
|
protected |
◆ m_local_frame
bool tsid::contacts::Measured3Dforce::m_local_frame |
|
protected |
The documentation for this class was generated from the following files: