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

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