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

Public Methods | |
| PCADistToForceD1 (WorkCell &workCell, const ArtificialPotentialF &func, Node *manipulator) | |
| PCADistToForceD1 (const PCADistToForceD1 &crit) | |
| PCADistToForceD1 & | operator= (const PCADistToForceD1 &crit) |
| virtual | ~PCADistToForceD1 () |
| const MatrixRepository * | GetForceD1Repository () const |
Protected Methods | |
| bool | update (RepositoryList &repoList) |
Protected Attributes | |
| MatrixRepository * | forcesD1 |
|
||||||||||||||||
|
Constructor for PCADistToForceD1 This constructor creates an object PCADistToForceD1 that contains the computational ability to compute DistToForceD1 based criteria. DH parameters and other data such as the tool point set in the DistToForceD1 object.
|
|
|
Copy Constructor for PCADistToForceD1 Use this to create a PCADistToForceD1 object whose defaults are set via the constructor argument. Note: the pointer to the DistToForceD1 repository is also copied so it now points to the same repository unless a different RepositoryList is specified in computeCriteria. The DistToForcePtr is also copied so changes to it will now affect both criteria.
|
|
|
Destructor for PCADistToForceD1.
|
|
|
|
|
|
Copy operator for PCADistToForceD1 Use this to copy one PCADistToForceD1 object into another. Note: the pointer to the DistToForceD1 repository is also copied so it now points to the same repository unless a different RepositoryList is specified in computeCriteria. The DistToForcePtr 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::PCADistToEEWrenchD1, and OSCAR::PCADistToTorqueD1. |
|
|
|
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |