27#include <ArmarXCore/interface/observers/ObserverInterface.h>
93 void updateRobotRun();
94 void updateRobotOnce();
95 static bool trySetFilePathFromDataDir(
viz::Robot& robotViz,
96 const std::string& absolutePath);
100 float updateFrequencyHz = 100;
103 std::string robotName =
"robot";
122 bool showRobotNodeFrames =
false;
123 bool useCollisionModel =
false;
Provides a ready-to-use ArViz client arviz as member variable.
Default component property definition container.
Baseclass for all ArmarX ManagedIceObjects requiring properties.
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
RobotStateComponentPluginUser()
RobotToArVizPropertyDefinitions(std::string prefix)
Brief description of class RobotToArViz.
void onInitComponent() override
void onDisconnectComponent() override
void RemoteGui_update() override
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void onConnectComponent() override
void onExitComponent() override
void createRemoteGuiTab()
std::string getDefaultName() const override
IceUtil::Handle< RunningTask< T > > pointer_type
Shared pointer type for convenience.
std::shared_ptr< class Robot > RobotPtr
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.