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

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