Go to the documentation of this file.
28 #include <VirtualRobot/math/AbstractFunctionR1R6.h>
29 #include <VirtualRobot/math/MathForwardDefinitions.h>
34 #include <VisionX/interface/components/ArMarkerLocalizerInterface.h>
50 defineOptionalProperty<std::string>(
"AgentName",
"Armar6",
"Agent name");
51 defineOptionalProperty<std::string>(
"FrameName",
"root",
"Frame name");
67 virtual public ArMarkerLocalizerInterface,
77 return "ArMarkerLocalizer";
ArMarkerLocalizationResultList GetLatestLocalizationResult(const Ice::Current &) override
void onExitComponent() override
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
Brief description of class DummyArMarkerLocalizer.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void reportImageAvailable(const std::string &, const Ice::Current &) override
math::SimpleAbstractFunctionR1R6Ptr trajectory
void onInitComponent() override
armarx::core::time::DateTime Time
Baseclass for all ArmarX ManagedIceObjects requiring properties.
Default component property definition container.
std::string getDefaultName() const override
ComponentPropertyDefinitions(std::string prefix, bool hasObjectNameParameter=true)
void onConnectComponent() override
ArMarkerLocalizationResultList LocalizeAllMarkersNow(const Ice::Current &) override
void onDisconnectComponent() override
DummyArMarkerLocalizerPropertyDefinitions(std::string prefix)
This file offers overloads of toIce() and fromIce() functions for STL container types.