36#include <VisionX/interface/components/OpenPoseEstimationInterface.h>
67 armarx::OpenPoseEstimationInterfacePrx op;
69 IceUtil::Time wait_for = IceUtil::Time::seconds(5);
Baseclass for all ArmarX ManagedIceObjects requiring properties.
Component()
Protected default constructor. Used for virtual inheritance. Use createManagedIceObject() instead.
IceUtil::Handle< RunningTask< T > > pointer_type
Shared pointer type for convenience.
void onInitComponent() override
Pure virtual hook for the subclass.
void onDisconnectComponent() override
Hook for subclass.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void onConnectComponent() override
Pure virtual hook for the subclass.
static std::string GetDefaultName()
void onExitComponent() override
Hook for subclass.
std::string getDefaultName() const override
Retrieve default name of component.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.
opstress::Component OpenPoseStressTest