Go to the documentation of this file.
35 #include <RobotAPI/interface/units/ForceTorqueUnit.h>
49 defineRequiredProperty<std::string>(
50 "AgentName",
"Name of the agent for which the sensor values are provided");
51 defineOptionalProperty<std::string>(
52 "ForceTorqueTopicName",
54 "Name of the topic on which the sensor values are provided");
82 return "ForceTorqueUnit";
PropertyDefinitionsPtr createPropertyDefinitions() override
void onConnectComponent() override
Pure virtual hook for the subclass.
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
The ForceTorqueUnit class.
virtual void onExitForceTorqueUnit()=0
virtual void onStartForceTorqueUnit()=0
std::string getDefaultName() const override
Retrieve default name of component.
void onInitComponent() override
Pure virtual hook for the subclass.
ForceTorqueUnitPropertyDefinitions(std::string prefix)
ForceTorqueUnitListenerPrx listenerPrx
Default component property definition container.
virtual void onInitForceTorqueUnit()=0
Base Class for SensorActorUnits.
This file offers overloads of toIce() and fromIce() functions for STL container types.
void onExitComponent() override
Hook for subclass.