Go to the documentation of this file.
33 #include <MemoryX/interface/components/PriorKnowledgeInterface.h>
34 #include <MemoryX/interface/workingmemory/WorkingMemoryUpdaterBase.h>
39 #include <ArmarXSimulation/interface/simulator/SimulatorInterface.h>
50 defineOptionalProperty<std::string>(
51 "TCPNameLeft",
"TCP L",
"Name of the TCP of the left robot hand.");
52 defineOptionalProperty<std::string>(
53 "TCPNameRight",
"TCP R",
"Name of the TCP of the right robot hand.");
54 defineOptionalProperty<std::string>(
57 "Name of the simulator component that should be used");
58 defineOptionalProperty<std::string>(
61 "Sets the reference frame name of the pose provided by this recognizer. Must be a "
62 "frame name known in Pose from the robot model.");
63 defineOptionalProperty<std::string>(
64 "RobotStateComponentName",
65 "RobotStateComponent",
66 "Name of the RobotStateComponent that should be used");
76 virtual public ::memoryx::ObjectLocalizerInterface
109 return "HandMarkerLocalization";
131 memoryx::ObjectLocalizationResultList
133 const ::Ice::Current& = Ice::emptyCurrent)
override;
138 computePositionNoise(
const Eigen::Vector3f& pos);
142 std::shared_ptr<RemoteRobot> remoteRobot;
143 std::string tcpNameLeft, tcpNameRight;
145 SimulatorInterfacePrx simulatorProxy;
148 std::string referenceFrame;
RobotHandLocalizationDynamicSimulation()
void onDisconnectComponent() override
Hook for subclass.
RobotHandLocalizationDynamicSimulation queries the armarx simulator for the current poses of the hand...
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
void onInitComponent() override
Pure virtual hook for the subclass.
void onExitComponent() override
Hook for subclass.
RobotHandLocalizationDynamicSimulationPropertyDefinitions(std::string prefix)
virtual bool addObjectClass(const memoryx::EntityPtr &objectClassEntity, const memoryx::GridFileManagerPtr &fileManager)
Add a memory entity representing the hand marker in order to set its properties.
memoryx::ObjectLocalizationResultList localizeObjectClasses(const ::memoryx::ObjectClassNameList &, const ::Ice::Current &=Ice::emptyCurrent) override
localize one or both hand markers
std::string getDefaultName() const override
Baseclass for all ArmarX ManagedIceObjects requiring properties.
void onConnectComponent() override
Pure virtual hook for the subclass.
std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
Default component property definition container.
std::shared_ptr< GridFileManager > GridFileManagerPtr
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.
This file offers overloads of toIce() and fromIce() functions for STL container types.