Go to the documentation of this file.
4 #include <VirtualRobot/VirtualRobot.h>
8 #include <ArmarXCore/interface/observers/ObserverInterface.h>
16 #include <RobotAPI/interface/armem/mns/MemoryNameSystemInterface.h>
17 #include <RobotAPI/interface/armem/server/MemoryInterface.h>
68 float updateFrequency{10.F};
A component plugin offering client-side access to a reader or writer and manages the lifecycle,...
Brief description of class VirtualRobotWriterExample.
void onExitComponent() override
Hook for subclass.
VirtualRobotWriterExample()
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
std::string getDefaultName() const override
void onInitComponent() override
Pure virtual hook for the subclass.
Baseclass for all ArmarX ManagedIceObjects requiring properties.
void onDisconnectComponent() override
Hook for subclass.
Represents a point in time.
void onConnectComponent() override
Pure virtual hook for the subclass.
A memory name system client which listens to the memory updates topic (MemoryListenerInterface).
std::shared_ptr< class Robot > RobotPtr