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

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