Skip to content
Snippets Groups Projects
Commit d347afbe authored by Peter Kaiser's avatar Peter Kaiser
Browse files

Documentation: ForceTorqueUnit

parent 0c0295c7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment