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

Documentation: ForceTorqueObserver

parent d347afbe
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,10 @@ namespace armarx
}
};
/**
* The ForceTorqueObserver monitors F/T values published by ForceTorqueUnit-implementations and offers condition checks on these values.
* Available condition checks are: updated, larger, equals, smaller, magnitudelarger.
*/
class ForceTorqueObserver :
virtual public Observer,
virtual public ForceTorqueUnitObserverInterface
......
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