Class representing the readings received from the rokubi mini devices. More...
#include <Reading.hpp>
Public Types | |
using | ImuType = sensor_msgs::Imu |
using | TempType = sensor_msgs::Temperature |
using | WrenchType = geometry_msgs::WrenchStamped |
Public Member Functions | |
const ImuType & | getExternalImu () const |
Gets the externalImu variable. More... | |
ImuType & | getExternalImu () |
Non-const version of getExternalImu() const. Gets the externalImu variable. More... | |
const ImuType & | getImu () const |
Gets the imu variable. More... | |
ImuType & | getImu () |
Non-const version of getImu() const. Gets the imu variable. More... | |
const Statusword & | getStatusword () const |
Gets the statusword variable. More... | |
const TempType & | getTemperature () const |
Gets the temperature flag. More... | |
TempType & | getTemperature () |
const WrenchType & | getWrench () const |
Gets the wrench variable. More... | |
WrenchType & | getWrench () |
Non-const version of getWrench() const. Gets the wrench variable. More... | |
bool | isForceTorqueSaturated () const |
Gets the isForceTorqueSaturated flag. More... | |
Reading ()=default | |
Default constructor. More... | |
void | setForceTorqueSaturated (const bool isForceTorqueSaturated) |
Sets the isForceTorqueSaturated variable. More... | |
void | setStatusword (const Statusword &statusword) |
Sets the statusword variable. More... | |
void | setTemperature (const TempType &temperature) |
Sets the temperature variable. More... | |
virtual | ~Reading ()=default |
Protected Attributes | |
ImuType | externalImu_ |
The externalImu variable. More... | |
ImuType | imu_ |
The imu variable. More... | |
bool | isForceTorqueSaturated_ { false } |
The isForceTorqueSaturated variable. More... | |
Statusword | statusword_ |
The statusword variable. More... | |
TempType | temperature_ |
The temperature variable. More... | |
WrenchType | wrench_ |
The wrench variable. More... | |
Class representing the readings received from the rokubi mini devices.
Definition at line 35 of file Reading.hpp.
using rokubimini::Reading::ImuType = sensor_msgs::Imu |
Definition at line 38 of file Reading.hpp.
using rokubimini::Reading::TempType = sensor_msgs::Temperature |
Definition at line 40 of file Reading.hpp.
using rokubimini::Reading::WrenchType = geometry_msgs::WrenchStamped |
Definition at line 39 of file Reading.hpp.
|
default |
Default constructor.
|
virtualdefault |
|
inline |
Gets the externalImu variable.
Definition at line 107 of file Reading.hpp.
|
inline |
Non-const version of getExternalImu() const. Gets the externalImu variable.
Definition at line 119 of file Reading.hpp.
|
inline |
|
inline |
Non-const version of getImu() const. Gets the imu variable.
Definition at line 70 of file Reading.hpp.
|
inline |
Gets the statusword variable.
Definition at line 131 of file Reading.hpp.
|
inline |
Gets the temperature flag.
Definition at line 179 of file Reading.hpp.
|
inline |
Definition at line 191 of file Reading.hpp.
|
inline |
|
inline |
Non-const version of getWrench() const. Gets the wrench variable.
Definition at line 95 of file Reading.hpp.
|
inline |
Gets the isForceTorqueSaturated flag.
Definition at line 155 of file Reading.hpp.
|
inline |
Sets the isForceTorqueSaturated variable.
isForceTorqueSaturated | The value to set. |
Definition at line 167 of file Reading.hpp.
|
inline |
Sets the statusword variable.
statusword | The value to set. |
Definition at line 143 of file Reading.hpp.
|
inline |
Sets the temperature variable.
temperature | The value to set. |
Definition at line 203 of file Reading.hpp.
|
protected |
The externalImu variable.
Definition at line 231 of file Reading.hpp.
|
protected |
The imu variable.
Definition at line 215 of file Reading.hpp.
|
protected |
The isForceTorqueSaturated variable.
Definition at line 239 of file Reading.hpp.
|
protected |
The statusword variable.
Definition at line 255 of file Reading.hpp.
|
protected |
The temperature variable.
Definition at line 247 of file Reading.hpp.
|
protected |
The wrench variable.
Definition at line 223 of file Reading.hpp.