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

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