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

Hand Unit: reloading of preshapes

parent 17c6b079
No related branches found
No related tags found
1 merge request!487Feature/hand unit reload preshapes
......@@ -218,3 +218,9 @@ std::string HandUnit::describeHandState(const Ice::Current&)
{
return "not implemented";
}
void
armarx::HandUnit::reloadPreshapes(const Ice::Current&)
{
ARMARX_WARNING << "`reloadPreshapes` not implemented for this hand unit!";
}
......@@ -143,6 +143,8 @@ namespace armarx
*/
PropertyDefinitionsPtr createPropertyDefinitions() override;
void reloadPreshapes(const Ice::Current&) override;
protected:
/**
* HandUnitListener proxy for publishing state updates
......@@ -177,4 +179,3 @@ namespace armarx
void sendJointCommands(const NameCommandMap& targetJointCommands, const Ice::Current&) override;
};
}
......@@ -80,6 +80,8 @@ module armarx
void setJointForces(NameValueMap targetJointForces);
void sendJointCommands(NameCommandMap targetJointCommands);
void reloadPreshapes();
};
/**
* Implements an interface to a HandUnitListener.
......@@ -118,4 +120,3 @@ module armarx
};
};
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