|
|
#include <RobotAPI/libraries/GraspingUtility/GraspCandidateWriter.h>
Public Member Functions | |
| bool | commitBimanualGraspCandidate (const armarx::grasping::BimanualGraspCandidate &candidate, const armem::Time ×tamp, const std::string &provider) |
| bool | commitBimanualGraspCandidateSeq (const armarx::grasping::BimanualGraspCandidateSeq &candidates, const armem::Time ×tamp, const std::string &provider) |
| bool | commitGraspCandidate (const armarx::grasping::GraspCandidate &candidate, const armem::Time ×tamp, const std::string &provider) |
| bool | commitGraspCandidateSeq (const armarx::grasping::GraspCandidateSeq &candidates, const armem::Time ×tamp, const std::string &provider) |
| void | connect (armem::client::MemoryNameSystem &memoryNameSystem) |
| GraspCandidateWriter ()=default | |
| void | registerPropertyDefinitions (armarx::PropertyDefinitionsPtr &def) |
Definition at line 13 of file GraspCandidateWriter.h.
|
default |
| bool commitBimanualGraspCandidate | ( | const armarx::grasping::BimanualGraspCandidate & | candidate, |
| const armem::Time & | timestamp, | ||
| const std::string & | provider | ||
| ) |
Definition at line 68 of file GraspCandidateWriter.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool commitBimanualGraspCandidateSeq | ( | const armarx::grasping::BimanualGraspCandidateSeq & | candidates, |
| const armem::Time & | timestamp, | ||
| const std::string & | provider | ||
| ) |
| bool commitGraspCandidate | ( | const armarx::grasping::GraspCandidate & | candidate, |
| const armem::Time & | timestamp, | ||
| const std::string & | provider | ||
| ) |
Definition at line 49 of file GraspCandidateWriter.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool commitGraspCandidateSeq | ( | const armarx::grasping::GraspCandidateSeq & | candidates, |
| const armem::Time & | timestamp, | ||
| const std::string & | provider | ||
| ) |
Definition at line 90 of file GraspCandidateWriter.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void connect | ( | armem::client::MemoryNameSystem & | memoryNameSystem | ) |
Definition at line 13 of file GraspCandidateWriter.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void registerPropertyDefinitions | ( | armarx::PropertyDefinitionsPtr & | def | ) |
Definition at line 32 of file GraspCandidateWriter.cpp.