Go to the documentation of this file.
26 #include <ArmarXCore/interface/observers/ObserverInterface.h>
32 #include <KITHandCommunicationDriver.h>
71 void setShape(
const std::string& shapeName,
const Ice::Current& = Ice::emptyCurrent)
override;
75 void addShape(
const std::string& name,
const std::map<std::string, float>& shape);
89 KITHand::KITHandCommunicationDriverPtr _driver;
91 std::map<std::string, std::map<std::string, float>> _shapes;
void addShape(const std::string &name, const std::map< std::string, float > &shape)
Base unit for high-level access to robot hands.
void processGui(RemoteGui::TabProxy &prx)
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
Brief description of class KITHandUnit.
void connectionStateChangedCallback(const KITHand::State state)
KITHandUnitPropertyDefinitions(std::string prefix)
void setJointAngles(const NameValueMap &targetJointAngles, const Ice::Current &=Ice::emptyCurrent) override
NameValueMap getCurrentJointValues(const Ice::Current &=Ice::emptyCurrent) override
virtual std::string getDefaultName() const override
Defines all necessary properties for armarx::HandUnit.
void setShape(const std::string &shapeName, const Ice::Current &=Ice::emptyCurrent) override
void onStartHandUnit() override
void onExitHandUnit() override
RemoteGui::WidgetPtr buildGui()
void onInitHandUnit() override
virtual armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
This file offers overloads of toIce() and fromIce() functions for STL container types.
void addShapeName(const std::string &name)