25 #include <VirtualRobot/Robot.h>
27 #include <RobotAPI/interface/core/RobotState.h>
28 #include <RobotAPI/interface/speech/SpeechInterface.h>
29 #include <RobotAPI/interface/visualization/DebugDrawerInterface.h>
33 #include <VisionX/interface/components/FaceRecognitionInterface.h>
34 #include <VisionX/interface/components/ObjectPoseInterface.h>
35 #include <VisionX/interface/components/PointCloudAndImageAndCalibrationProviderInterface.h>
38 #include <MemoryX/interface/components/LongtermMemoryInterface.h>
55 defineOptionalProperty<std::string>(
56 "AgentName",
"Armar6",
"Name of the robot that does the localization");
57 defineOptionalProperty<std::string>(
60 "Name of the camera frame of the robot that does the localization");
61 defineOptionalProperty<std::string>(
"ObjectNameIdMap",
62 "spraybottle:5;brush:1",
63 "map between object names and mask rcnn names");
65 defineOptionalProperty<std::string>(
66 "RobotStateComponentName",
67 "RobotStateComponent",
68 "Name of the robot state component that should be used");
69 defineOptionalProperty<std::string>(
70 "DebugDrawerTopicName",
"DebugDrawerUpdates",
"Name of the debug drawer topic");
87 virtual public memoryx::ObjectLocalizerInterface
96 return "UCLObjectRecognition";
100 memoryx::ObjectLocalizationResultList
102 armarx::MetaInfoSizeBasePtr imageMetaInfo,
103 CByteImage** resultImages);
108 typedef std::map<std::string, std::list<std::pair<IceUtil::Time, double>>>
112 ObjectPoseInterfacePrx prx;
118 memoryx::ObjectLocalizationResultList
120 const Ice::Current&)
override;