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