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