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

Merge branch 'feature/skills'

parents 2a9d66b1 7731a5be
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