|
|
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 26 of file ObjectInstanceSegmentWrapper.h.
| void initFromProxies | ( | memoryx::PriorKnowledgeInterfacePrx const & | priorKnowledge, |
| memoryx::WorkingMemoryInterfacePrx const & | workingMemory, | ||
| armarx::RobotStateComponentInterfacePrx const & | robotStateComponent | ||
| ) |
Definition at line 19 of file ObjectInstanceSegmentWrapper.cpp.
Here is the call graph for this function:| std::vector< ObjectInstanceWrapper > queryObjects | ( | std::set< std::string > const & | ids = {} | ) |
Definition at line 37 of file ObjectInstanceSegmentWrapper.cpp.
Here is the call graph for this function:| ObjectClassSegmentWrapper objectClassSegment |
Definition at line 35 of file ObjectInstanceSegmentWrapper.h.