![]() |
Hekateros
3.4.3
RoadNarrows Robotics Robot Arm Project
|
Joint velocity to servo speed tuple class. More...
#include <hekKinJoint.h>
Public Member Functions | |
| VelSpeedTuple () | |
| Default constructor. | |
| VelSpeedTuple (const double fJointVel, const int nServoSpeed) | |
| Initialization constructor. | |
| VelSpeedTuple (const VelSpeedTuple &src) | |
| Copy constructor. More... | |
| ~VelSpeedTuple () | |
| Destructor. | |
| VelSpeedTuple | operator= (const VelSpeedTuple &rhs) |
| Assignment operator. More... | |
Public Attributes | |
| double | m_fJointVel |
| joint velocity (radians/second) | |
| int | m_nServoSpeed |
| associated servo speed (raw unitless) | |
Joint velocity to servo speed tuple class.
For each measured joint velocity (radians/second) the associated servo speed (raw unitless) has been read.
Definition at line 195 of file hekKinJoint.h.
| VelSpeedTuple::VelSpeedTuple | ( | const VelSpeedTuple & | src | ) |
Copy constructor.
| src | Source object to copy. |
Definition at line 160 of file hekKinJoint.cxx.
References m_fJointVel, and m_nServoSpeed.
| VelSpeedTuple VelSpeedTuple::operator= | ( | const VelSpeedTuple & | rhs | ) |
Assignment operator.
| rhs | Right hand side object. |
Definition at line 166 of file hekKinJoint.cxx.
References m_fJointVel, and m_nServoSpeed.