Go to the documentation of this file.
4 #include <VirtualRobot/VirtualRobot.h>
56 float updateFrequency{10.F};
77 Properties properties;
85 virtualRobotWriterPlugin =
nullptr;
Brief description of class SimpleVirtualRobot.
A component plugin offering client-side access to a reader or writer and manages the lifecycle,...
void onConnectComponent() override
Pure virtual hook for the subclass.
void onInitComponent() override
Pure virtual hook for the subclass.
Baseclass for all ArmarX ManagedIceObjects requiring properties.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void onDisconnectComponent() override
Hook for subclass.
void onExitComponent() override
Hook for subclass.
A memory name system client which listens to the memory updates topic (MemoryListenerInterface).
std::string getDefaultName() const override
Retrieve default name of component.
std::shared_ptr< class Robot > RobotPtr