Go to the documentation of this file.
27 #include <VisionX/interface/components/ArMarkerLocalizerInterface.h>
28 #include <VirtualRobot/math/AbstractFunctionR1R6.h>
47 defineOptionalProperty<std::string>(
"AgentName",
"Armar6",
"Agent name");
48 defineOptionalProperty<std::string>(
"FrameName",
"root",
"Frame name");
64 virtual public ArMarkerLocalizerInterface,
73 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.