|
Allows access to the objects in the working memory in form of Simox SceneObjects. More...
#include <MemoryX/libraries/helpers/VirtualRobotHelpers/ObjectInstanceSegmentWrapper.h>
Public Member Functions | |
void | initFromProxies (memoryx::PriorKnowledgeInterfacePrx const &priorKnowledge, memoryx::WorkingMemoryInterfacePrx const &workingMemory, armarx::RobotStateComponentInterfacePrx const &robotStateComponent) |
std::vector< ObjectInstanceWrapper > | queryObjects (std::set< std::string > const &ids={}) |
Public Attributes | |
ObjectClassSegmentWrapper | objectClassSegment |
Allows access to the objects in the working memory in form of Simox SceneObjects.
Definition at line 25 of file ObjectInstanceSegmentWrapper.h.
void initFromProxies | ( | memoryx::PriorKnowledgeInterfacePrx const & | priorKnowledge, |
memoryx::WorkingMemoryInterfacePrx const & | workingMemory, | ||
armarx::RobotStateComponentInterfacePrx const & | robotStateComponent | ||
) |
Definition at line 18 of file ObjectInstanceSegmentWrapper.cpp.
std::vector< ObjectInstanceWrapper > queryObjects | ( | std::set< std::string > const & | ids = {} | ) |
Definition at line 35 of file ObjectInstanceSegmentWrapper.cpp.
ObjectClassSegmentWrapper objectClassSegment |
Definition at line 34 of file ObjectInstanceSegmentWrapper.h.