TBD.
More...
#include <CouplingICubHandMk2.h>
|
| CouplingICubHandMk2 ()=default |
|
virtual | ~CouplingICubHandMk2 () override=default |
|
bool | convertFromPhysicalJointsToActuatedAxesPos (const yarp::sig::Vector &physJointsPos, yarp::sig::Vector &actAxesPos) override |
|
bool | convertFromPhysicalJointsToActuatedAxesVel (const yarp::sig::Vector &physJointsPos, const yarp::sig::Vector &physJointsVel, yarp::sig::Vector &actAxesVel) override |
|
bool | convertFromPhysicalJointsToActuatedAxesAcc (const yarp::sig::Vector &physJointsPos, const yarp::sig::Vector &physJointsVel, const yarp::sig::Vector &physJointsAcc, yarp::sig::Vector &actAxesAcc) override |
|
bool | convertFromPhysicalJointsToActuatedAxesTrq (const yarp::sig::Vector &physJointsPos, const yarp::sig::Vector &physJointsTrq, yarp::sig::Vector &actAxesTrq) override |
|
bool | convertFromActuatedAxesToPhysicalJointsPos (const yarp::sig::Vector &actAxesPos, yarp::sig::Vector &physJointsPos) override |
|
bool | convertFromActuatedAxesToPhysicalJointsVel (const yarp::sig::Vector &actAxesPos, const yarp::sig::Vector &actAxesVel, yarp::sig::Vector &physJointsVel) override |
|
bool | convertFromActuatedAxesToPhysicalJointsAcc (const yarp::sig::Vector &actAxesPos, const yarp::sig::Vector &actAxesVel, const yarp::sig::Vector &actAxesAcc, yarp::sig::Vector &physJointsAcc) override |
|
bool | convertFromActuatedAxesToPhysicalJointsTrq (const yarp::sig::Vector &actAxesPos, const yarp::sig::Vector &actAxesTrq, yarp::sig::Vector &physJointsTrq) override |
|
bool | open (yarp::os::Searchable &config) override |
| Configure with a set of options.
|
|
Public Member Functions inherited from CouplingICubHandMk2_ParamsParser |
| CouplingICubHandMk2_ParamsParser () |
|
| ~CouplingICubHandMk2_ParamsParser () override=default |
|
bool | parseParams (const yarp::os::Searchable &config) override |
|
std::string | getDeviceClassName () const override |
|
std::string | getDeviceName () const override |
|
std::string | getDocumentationOfDeviceParams () const override |
|
std::vector< std::string > | getListOfParams () const override |
|
TBD.
Definition at line 41 of file CouplingICubHandMk2.h.
◆ CouplingICubHandMk2()
CouplingICubHandMk2::CouplingICubHandMk2 |
( |
| ) |
|
|
default |
◆ ~CouplingICubHandMk2()
virtual CouplingICubHandMk2::~CouplingICubHandMk2 |
( |
| ) |
|
|
overridevirtualdefault |
◆ convertFromActuatedAxesToPhysicalJointsAcc()
bool CouplingICubHandMk2::convertFromActuatedAxesToPhysicalJointsAcc |
( |
const yarp::sig::Vector & |
actAxesPos, |
|
|
const yarp::sig::Vector & |
actAxesVel, |
|
|
const yarp::sig::Vector & |
actAxesAcc, |
|
|
yarp::sig::Vector & |
physJointsAcc |
|
) |
| |
|
override |
◆ convertFromActuatedAxesToPhysicalJointsPos()
bool CouplingICubHandMk2::convertFromActuatedAxesToPhysicalJointsPos |
( |
const yarp::sig::Vector & |
actAxesPos, |
|
|
yarp::sig::Vector & |
physJointsPos |
|
) |
| |
|
override |
◆ convertFromActuatedAxesToPhysicalJointsTrq()
bool CouplingICubHandMk2::convertFromActuatedAxesToPhysicalJointsTrq |
( |
const yarp::sig::Vector & |
actAxesPos, |
|
|
const yarp::sig::Vector & |
actAxesTrq, |
|
|
yarp::sig::Vector & |
physJointsTrq |
|
) |
| |
|
override |
◆ convertFromActuatedAxesToPhysicalJointsVel()
bool CouplingICubHandMk2::convertFromActuatedAxesToPhysicalJointsVel |
( |
const yarp::sig::Vector & |
actAxesPos, |
|
|
const yarp::sig::Vector & |
actAxesVel, |
|
|
yarp::sig::Vector & |
physJointsVel |
|
) |
| |
|
override |
◆ convertFromPhysicalJointsToActuatedAxesAcc()
bool CouplingICubHandMk2::convertFromPhysicalJointsToActuatedAxesAcc |
( |
const yarp::sig::Vector & |
physJointsPos, |
|
|
const yarp::sig::Vector & |
physJointsVel, |
|
|
const yarp::sig::Vector & |
physJointsAcc, |
|
|
yarp::sig::Vector & |
actAxesAcc |
|
) |
| |
|
override |
◆ convertFromPhysicalJointsToActuatedAxesPos()
bool CouplingICubHandMk2::convertFromPhysicalJointsToActuatedAxesPos |
( |
const yarp::sig::Vector & |
physJointsPos, |
|
|
yarp::sig::Vector & |
actAxesPos |
|
) |
| |
|
override |
◆ convertFromPhysicalJointsToActuatedAxesTrq()
bool CouplingICubHandMk2::convertFromPhysicalJointsToActuatedAxesTrq |
( |
const yarp::sig::Vector & |
physJointsPos, |
|
|
const yarp::sig::Vector & |
physJointsTrq, |
|
|
yarp::sig::Vector & |
actAxesTrq |
|
) |
| |
|
override |
◆ convertFromPhysicalJointsToActuatedAxesVel()
bool CouplingICubHandMk2::convertFromPhysicalJointsToActuatedAxesVel |
( |
const yarp::sig::Vector & |
physJointsPos, |
|
|
const yarp::sig::Vector & |
physJointsVel, |
|
|
yarp::sig::Vector & |
actAxesVel |
|
) |
| |
|
override |
◆ open()
bool CouplingICubHandMk2::open |
( |
yarp::os::Searchable & |
config | ) |
|
|
override |
Configure with a set of options.
- Parameters
-
- Returns
- true iff the object could be configured.
Definition at line 36 of file CouplingICubHandMk2.cpp.
The documentation for this class was generated from the following files: