Go to the documentation of this file.
25 #include <ArmarXCore/interface/observers/ObserverInterface.h>
78 std::string robotName{
"Armar6"};
79 float updateFrequency{10.F};
81 Properties properties;
A component plugin offering client-side access to a reader or writer and manages the lifecycle,...
void onDisconnectComponent() override
Hook for subclass.
VirtualRobotReaderExampleClient()
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
std::string getDefaultName() const override
void onExitComponent() override
Hook for subclass.
Brief description of class VirtualRobotReaderExampleClient.
A memory name system client which listens to the memory updates topic (MemoryListenerInterface).
std::shared_ptr< class Robot > RobotPtr