Skip to content
Snippets Groups Projects
Commit 3071d0a1 authored by Armar6Demo's avatar Armar6Demo
Browse files

describe hand state

parent fec8c814
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -143,7 +143,7 @@ void HandUnit::setShape(const std::string& shapeName, const Ice::Current& c)
void HandUnit::setShapeWithObjectInstance(const std::string& shapeName, const std::string& objectInstanceName, const Ice::Current& c)
{
ARMARX_WARNING <<"setShapeWithObjectInstance Function not implemented!";
ARMARX_WARNING << "setShapeWithObjectInstance Function not implemented!";
}
......@@ -213,3 +213,8 @@ void armarx::HandUnit::setJointAngles(const armarx::NameValueMap& targetJointAng
{
}
std::string HandUnit::describeHandState(const Ice::Current&)
{
return "not implemented";
}
......@@ -143,6 +143,8 @@ namespace armarx
void setObjectReleased(const std::string& objectName, const Ice::Current&);
void setJointAngles(const NameValueMap& targetJointAngles, const Ice::Current&);
std::string describeHandState(const Ice::Current&);
/**
* \see armarx::PropertyUser::createPropertyDefinitions()
*/
......
......@@ -57,6 +57,7 @@ module armarx
NameValueMap getShapeJointValues(string shapeName);
NameValueMap getCurrentJointValues();
string getHandName();
string describeHandState();
/**
* setObjectGrasped informs the hand unit that an object has been successfully grasped.
......
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