Go to the documentation of this file.
2 #include <ArmarXCore/interface/observers/ObserverInterface.h>
53 Eigen::Vector3f
const zeroVector = Eigen::Vector3f();
59 std::string memoryName =
"Grasp";
GraspProviderExamplePropertyDefinitions(std::string prefix)
std::string getDefaultName() const override
grasping::GraspCandidate makeDummyGraspCandidate()
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
Adds the Memory Name System client component plugin.
void Identity(MatrixXX< N, N, T > *a)
void onDisconnectComponent() override
Hook for subclass.
grasping::BimanualGraspCandidate makeDummyBimanualGraspCandidate()
Baseclass for all ArmarX ManagedIceObjects requiring properties.
void onExitComponent() override
Hook for subclass.
MatrixXX< 4, 4, float > Matrix4f
Default component property definition container.
void onConnectComponent() override
Pure virtual hook for the subclass.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
This file offers overloads of toIce() and fromIce() functions for STL container types.
void onInitComponent() override
Pure virtual hook for the subclass.