Go to the documentation of this file.
33 #include <RobotAPI/interface/units/ForceTorqueUnit.h>
49 defineRequiredProperty<std::string>(
"AgentName",
"Name of the agent for which the sensor values are provided");
50 defineOptionalProperty<std::string>(
"ForceTorqueTopicName",
"ForceTorqueValues",
"Name of the topic on which the sensor values are provided");
73 virtual public ForceTorqueUnitInterface,
79 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.