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

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