![]() |
Hekateros
3.4.3
RoadNarrows Robotics Robot Arm Project
|
Robotic joint specification. More...
#include <hekSpec.h>
Public Member Functions | |
| HekSpecJoint_T | operator= (const HekSpecJoint_T &rhs) |
| Assignment operator. More... | |
Public Attributes | |
| std::string | m_strName |
| joint name | |
| int | m_nMasterServoId |
| master servo id | |
| int | m_nSlaveServoId |
| linked slave servo id, if any | |
| int | m_eJointType |
| joint type | |
| double | m_fGearRatio |
| joint gear ratio | |
| double | m_fMinPhyLimit |
| joint minimum physical limit (degrees) | |
| double | m_fMaxPhyLimit |
| joint maximum physical limit (degrees) | |
| int | m_eLimitTypes |
| joint limit types | |
| HekOpticalLimit_T | m_limit [HekOptLimitMaxPerJoint] |
| optical limits | |
| double | m_fCalibPos |
| joint calibrated position (degrees) | |
| double | m_fBalancedPos |
| joint balanced position (degrees) | |
| double | m_fParkedPos |
| joint parked position (degrees) | |
| int | m_nLinkParent |
| parent link index | |
| int | m_nLinkChild |
| child link index | |
|
inline |
Assignment operator.
| rhs | Right hand side object. |
Definition at line 148 of file hekSpec.h.
References hekateros::HekOptLimitMaxPerJoint, m_eJointType, m_eLimitTypes, m_fBalancedPos, m_fCalibPos, m_fGearRatio, m_fMaxPhyLimit, m_fMinPhyLimit, m_fParkedPos, m_limit, m_nLinkChild, m_nLinkParent, m_nMasterServoId, m_nSlaveServoId, hekateros::HekSpecLink_T::m_strName, and m_strName.