diff --git a/source/RobotAPI/units/ForceTorqueUnit.h b/source/RobotAPI/units/ForceTorqueUnit.h index df6b0566f27b05f72fcfda5e01a137b0cac5869c..87e25449e700b32a1ab05ad672d3498e8ada63a8 100644 --- a/source/RobotAPI/units/ForceTorqueUnit.h +++ b/source/RobotAPI/units/ForceTorqueUnit.h @@ -46,6 +46,12 @@ namespace armarx } }; + /** + * The ForceTorqueUnit class is the base unit for force/torque sensors. + * It implements the ForceTorqueUnit-interface and is responsible for distributing F/T sensor-values in ArmarX. + * RobotAPI contains the ForceTorqueUnitSimulation class that does a very basic simulation of F/T-sensors. + * Other (hardware related) implementations of this unit can be found in the respective ArmarX projects. + */ class ForceTorqueUnit : virtual public ForceTorqueUnitInterface, virtual public SensorActorUnit