#include <pincer.h>
Public Member Functions | |
void | DOFController (double timeStep) |
Created for a 2 fingered hand while testing a DOF controller specifically designed for this hand.
Definition at line 38 of file pincer.h.
void Pincer::DOFController | ( | double | timeStep | ) | [virtual] |
This grasp controller uses the generic robot DOF controller until contacts occur on the fingers. Then if there is a valid grip axis that lies within the friction cones of contacts on opposite fingers it will apply the approriate torques to prevent the grasped object from slipping out of the grasp.
Reimplemented from Robot.
Definition at line 41 of file pincer.cpp.