5#include <RobotAPI/interface/components/NaturalIKInterface.h>
15 using ComponentPlugin::ComponentPlugin;
26 static constexpr const char* PROPERTY_NAME =
"NaturalIKName";
27 NaturalIKInterfacePrx _naturalIK;
ManagedIceObject(ManagedIceObject const &other)
Provides a ready-to-use NaturalIK.
NaturalIKComponentPluginUser()
NaturalIKInterfacePrx getNaturalIK()
void preOnInitComponent() override
void preOnConnectComponent() override
void postCreatePropertyDefinitions(PropertyDefinitionsPtr &properties) override
NaturalIKInterfacePrx getNaturalIK()
This file is part of ArmarX.
armarx::NaturalIKComponentPluginUser NaturalIKComponentPluginUser
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.