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

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