defineRequiredProperty<std::string>("RobotFileName","VirtualRobot XML file in which the endeffector is is stored.");
defineRequiredProperty<std::string>("EndeffectorName","Name of the endeffector as stored in the XML file (will publish values on EndeffectorName + 'State')");
defineRequiredProperty<std::string>("KinematicUnitName","Name of the kinematic unit that should be used");
}
};
...
...
@@ -54,8 +53,6 @@ namespace armarx
*
* An instance of a HandUnitSimulation provides means to open, close, and shape hands.
* It uses the HandUnitListener Ice interface to report updates of its current state
*
* \warning This component is not yet fully functional