29 #ifndef FSROBO_R_DRIVER_SIMPLE_MESSAGE_WRENCH_H 30 #define FSROBO_R_DRIVER_SIMPLE_MESSAGE_WRENCH_H 159 #endif // FSROBO_R_DRIVER_SIMPLE_MESSAGE_WRENCH_H void init()
Initializes an empty robot status.
industrial::shared_types::shared_real force_[3]
Force.
bool operator==(Wrench &rhs)
== operator implementation
Class encapsulated robot status data. The robot status data is meant to mirror the industrial_msgs/Ro...
bool unload(industrial::byte_array::ByteArray *buffer)
bool load(industrial::byte_array::ByteArray *buffer)
void setTorque(int idx, industrial::shared_types::shared_real val)
industrial::shared_types::shared_real getForce(int idx)
Initializes a full robot status message.
Wrench(void)
Default constructor.
void copyFrom(Wrench &src)
Copies the passed in value.
industrial::shared_types::shared_real torque_[3]
Torque.
void setForce(int idx, industrial::shared_types::shared_real val)
unsigned int byteLength()
industrial::shared_types::shared_real getTorque(int idx)