30#include <RobotAPI/interface/units/KinematicUnitInterface.h>
32#include <VisionX/interface/components/Calibration.h>
33#include <VisionX/interface/components/ObjectLearningByPushing.h>
48 "OLPName",
"ObjectLearningByPushing",
"Description");
50 "OLPObserverName",
"ObjectLearningByPushingObserver",
"Description");
52 "ImageProviderName",
"ImageSequenceProvider",
"Description");
54 "Armar3KinematicUnit",
55 "Name of the kinematic unit that should be used");
57 "TestRecognition",
false,
"Set true to evaluate the object recognition");
81 return "OLPEvaluation";
Default component property definition container.
ComponentPropertyDefinitions(std::string prefix, bool hasObjectNameParameter=true)
Baseclass for all ArmarX ManagedIceObjects requiring properties.
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
PropertyDefinition< PropertyType > & defineOptionalProperty(const std::string &name, PropertyType defaultValue, const std::string &description="", PropertyDefinitionBase::PropertyConstness constness=PropertyDefinitionBase::eConstant)
OLPEvaluationPropertyDefinitions(std::string prefix)
Brief description of class OLPEvaluation.
void onInitComponent() override
ObjectLearningByPushingInterfacePrx olpProxy
ImageFileSequenceProviderInterfacePrx imageProviderProxy
void onDisconnectComponent() override
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void onConnectComponent() override
ObjectLearningByPushingListenerPrx olpObserverProxy
void onExitComponent() override
std::string getDefaultName() const override
armarx::KinematicUnitInterfacePrx kinematicUnitProxy
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.