#include <RobotAPI/libraries/armem_grasping/server/KnownGraspProviderSegment.h>
|
| void | init () override |
| |
| | KnownGraspProviderSegment (armem::server::MemoryToIceAdapter &iceMemory) |
| |
| virtual void | defineProperties (armarx::PropertyDefinitionsPtr defs, const std::string &prefix="") override |
| |
| wm::ProviderSegment & | getProviderSegment () |
| |
| const wm::ProviderSegment & | getProviderSegment () const |
| |
| void | setAronType (aron::type::ObjectPtr aronType) |
| |
| void | setDefaultMaxHistorySize (int64_t maxHistorySize) |
| |
| void | setDefaultProviderSegmentName (const std::string &providerSegmentName) |
| |
| void | setPredictionEngines (const std::vector< PredictionEngine > &predictionEngines) |
| |
| | SpecializedProviderSegment (MemoryToIceAdapter &iceMemory, const std::string &defaultProviderSegmentName="", const std::string &defaultCoreSegmentName="", aron::type::ObjectPtr providerSegmentAronType=nullptr, aron::type::ObjectPtr coreSegmentAronType=nullptr, int defaultMaxHistorySize=10, const std::vector< PredictionEngine > &providerSegmentPredictionEngines={}, const std::vector< PredictionEngine > &coreSegmentPredictionEngines={}) |
| |
| virtual | ~SpecializedProviderSegment () override |
| |
| MemoryID & | id () |
| |
| const MemoryID & | id () const |
| |
| | SegmentBase ()=delete |
| |
| | SegmentBase (MemoryToIceAdapter &iceMemory) |
| |
| virtual | ~SegmentBase ()=default |
| |
| SpamFilterDataPtr | deactivateSpam (float deactivationDurationSec=10.0f, const std::string &identifier="", bool deactivate=true) const |
| | disables the logging for the current line for the given amount of seconds. More...
|
| |
| MessageTypeT | getEffectiveLoggingLevel () const |
| |
| | Logging () |
| |
| void | setLocalMinimumLoggingLevel (MessageTypeT level) |
| | With setLocalMinimumLoggingLevel the minimum verbosity-level of log-messages can be set. More...
|
| |
| void | setTag (const LogTag &tag) |
| |
| void | setTag (const std::string &tagName) |
| |
| virtual | ~Logging () |
| |
Definition at line 16 of file KnownGraspProviderSegment.h.
◆ KnownGraspProviderSegment()
◆ init()
◆ CORE_SEGMENT_NAME
| const constexpr char* CORE_SEGMENT_NAME = "KnownGraspCandidate" |
|
staticconstexpr |
◆ PROVIDER_SEGMENT_NAME
| const constexpr char* PROVIDER_SEGMENT_NAME = "PriorKnowledgeData" |
|
staticconstexpr |
The documentation for this class was generated from the following files: