#include <PCEEWrench.hpp>
Inheritance diagram for OSCAR::PCEEWrench:

Public Methods | |
| PCEEWrench (WorkCell &workCell, const ArtificialPotentialF &func, FKJacobian &fkJacobian, Node *manipulator) | |
| PCEEWrench (const PCEEWrench &crit) | |
| PCEEWrench & | operator= (const PCEEWrench &crit) |
| virtual | ~PCEEWrench () |
Protected Methods | |
| virtual bool | computeCriteria (RepositoryList &repoList) |
Protected Attributes | |
| HandPose | wrenchWeight |
|
||||||||||||||||||||
|
Constructor for PCEEWrench This constructor creates an object PCEEWrench that contains the computational ability to compute EEWrench based criteria. DH parameters and other data such as the tool point set in the EEWrench object.
|
|
|
Copy Constructor for PCEEWrench Use this to create a PCEEWrench object whose defaults are set via the constructor argument. Note: the pointer to the EEWrench repository is also copied so it now points to the same repository unless a different RepositoryList is specified in computeCriteria. The EEWrenchPtr is also copied so changes to it will now affect both criteria.
|
|
|
Destructor for PCEEWrench.
|
|
|
Implements OSCAR::PerformanceCriteria. |
|
|
Copy operator for PCEEWrench Use this to copy one PCEEWrench object into another. Note: the pointer to the EEWrench repository is also copied so it now points to the same repository unless a different RepositoryList is specified in computeCriteria. The EEWrenchPtr is also copied so changes to it will now affect both criteria.
|
|
|
|
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |