Skip to content
Snippets Groups Projects
Commit 7731a5be authored by Fabian Reister's avatar Fabian Reister
Browse files

RobotStatechartHelpers/RobotNameHelper: additional method to get force torque sensor frame

parent 0ff4f3e4
No related branches found
No related tags found
No related merge requests found
......@@ -226,6 +226,12 @@ namespace armarx
return select("ForceTorqueSensor");
}
std::string RobotNameHelper::Arm::getForceTorqueSensorFrame() const
{
ARMARX_TRACE;
return select("ForceTorqueSensorFrame");
}
std::string RobotNameHelper::Arm::getEndEffector() const
{
ARMARX_TRACE;
......
......@@ -73,6 +73,7 @@ namespace armarx
std::string getTorsoKinematicChain() const;
std::string getTCP() const;
std::string getForceTorqueSensor() const;
std::string getForceTorqueSensorFrame() const;
std::string getEndEffector() const;
std::string getMemoryHandName() const;
std::string getHandControllerName() const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment