2#include <ArmarXCore/interface/observers/ObserverInterface.h>
46 Eigen::Matrix4f
const identityMatrix = Eigen::Matrix4f::Identity();
47 Eigen::Vector3f
const zeroVector = Eigen::Vector3f();
53 std::string memoryName =
"Grasp";
Default component property definition container.
Baseclass for all ArmarX ManagedIceObjects requiring properties.
GraspProviderExamplePropertyDefinitions(std::string prefix)
void onInitComponent() override
Pure virtual hook for the subclass.
void onDisconnectComponent() override
Hook for subclass.
grasping::BimanualGraspCandidate makeDummyBimanualGraspCandidate()
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void onConnectComponent() override
Pure virtual hook for the subclass.
void onExitComponent() override
Hook for subclass.
std::string getDefaultName() const override
grasping::GraspCandidate makeDummyGraspCandidate()
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
IceUtil::Handle< RunningTask< T > > pointer_type
Shared pointer type for convenience.
client::plugins::PluginUser ClientPluginUser
This file offers overloads of toIce() and fromIce() functions for STL container types.
::IceInternal::ProxyHandle<::IceProxy::armarx::DebugObserverInterface > DebugObserverInterfacePrx
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.