#include <utils.h>
Definition at line 93 of file utils.h.
◆ ExchangeData()
ExchangeData::ExchangeData |
( |
| ) |
|
◆ get_accel()
std::pair< Vector, bool > ExchangeData::get_accel |
( |
| ) |
|
◆ get_counterv()
Vector ExchangeData::get_counterv |
( |
| ) |
|
◆ get_fpFrame()
Matrix ExchangeData::get_fpFrame |
( |
| ) |
|
◆ get_gyro()
std::pair< Vector, bool > ExchangeData::get_gyro |
( |
| ) |
|
◆ get_q()
Vector ExchangeData::get_q |
( |
| ) |
|
◆ get_qd()
Vector ExchangeData::get_qd |
( |
| ) |
|
◆ get_torso()
Vector ExchangeData::get_torso |
( |
| ) |
|
◆ get_v()
Vector ExchangeData::get_v |
( |
| ) |
|
◆ get_x() [1/2]
Vector ExchangeData::get_x |
( |
| ) |
|
◆ get_x() [2/2]
Vector ExchangeData::get_x |
( |
double & |
stamp | ) |
|
◆ get_xd()
Vector ExchangeData::get_xd |
( |
| ) |
|
◆ resize_counterv()
void ExchangeData::resize_counterv |
( |
const int |
sz, |
|
|
const double |
val |
|
) |
| |
◆ resize_v()
void ExchangeData::resize_v |
( |
const int |
sz, |
|
|
const double |
val |
|
) |
| |
◆ set_counterv()
void ExchangeData::set_counterv |
( |
const Vector & |
_counterv | ) |
|
◆ set_fpFrame()
void ExchangeData::set_fpFrame |
( |
const Matrix & |
_S | ) |
|
◆ set_q()
void ExchangeData::set_q |
( |
const Vector & |
_q | ) |
|
◆ set_qd() [1/2]
void ExchangeData::set_qd |
( |
const int |
i, |
|
|
const double |
val |
|
) |
| |
◆ set_qd() [2/2]
void ExchangeData::set_qd |
( |
const Vector & |
_qd | ) |
|
◆ set_torso()
void ExchangeData::set_torso |
( |
const Vector & |
_torso | ) |
|
◆ set_v()
void ExchangeData::set_v |
( |
const Vector & |
_v | ) |
|
◆ set_x() [1/2]
void ExchangeData::set_x |
( |
const Vector & |
_x | ) |
|
◆ set_x() [2/2]
void ExchangeData::set_x |
( |
const Vector & |
_x, |
|
|
const double |
stamp |
|
) |
| |
◆ set_xd()
void ExchangeData::set_xd |
( |
const Vector & |
_xd | ) |
|
◆ counterv
Vector ExchangeData::counterv |
|
protected |
◆ ctrlActive
bool ExchangeData::ctrlActive |
◆ debugInfoEnabled
bool ExchangeData::debugInfoEnabled |
◆ eyesBoundVer
double ExchangeData::eyesBoundVer |
◆ eyeTiltLim
Vector ExchangeData::eyeTiltLim |
◆ gyro_noise_threshold
double ExchangeData::gyro_noise_threshold |
◆ head_version
◆ iAccel
IThreeAxisLinearAccelerometers* ExchangeData::iAccel |
◆ iGyro
IThreeAxisGyroscopes* ExchangeData::iGyro |
◆ imu
◆ localStemName
string ExchangeData::localStemName |
◆ minAllowedVergence
double ExchangeData::minAllowedVergence |
◆ mtx
mutex ExchangeData::mtx[8] |
|
protected |
◆ neckPosCtrlOn
bool ExchangeData::neckPosCtrlOn |
◆ neckSolveCnt
int ExchangeData::neckSolveCnt |
◆ port_xd
◆ qd
◆ rf_cameras
ResourceFinder ExchangeData::rf_cameras |
◆ rf_tweak
ResourceFinder ExchangeData::rf_tweak |
◆ robotName
string ExchangeData::robotName |
◆ saccadesActivationAngle
double ExchangeData::saccadesActivationAngle |
◆ saccadesInhibitionPeriod
double ExchangeData::saccadesInhibitionPeriod |
◆ saccadesOn
bool ExchangeData::saccadesOn |
◆ saccadeUnderway
bool ExchangeData::saccadeUnderway |
◆ stabilizationGain
double ExchangeData::stabilizationGain |
◆ stabilizationOn
bool ExchangeData::stabilizationOn |
◆ torso
Vector ExchangeData::torso |
|
protected |
◆ trackingModeOn
bool ExchangeData::trackingModeOn |
◆ tweakFile
string ExchangeData::tweakFile |
◆ tweakOverwrite
bool ExchangeData::tweakOverwrite |
◆ useMASClient
bool ExchangeData::useMASClient |
◆ verbose
bool ExchangeData::verbose |
◆ x_stamp
double ExchangeData::x_stamp |
|
protected |
◆ xd
The documentation for this class was generated from the following files:
- icub-main/src/modules/iKinGazeCtrl/include/iCub/utils.h
- icub-main/src/modules/iKinGazeCtrl/src/utils.cpp