#include <PCGeneralizedTorqueMinimization.h>
Inheritance diagram for OSCAR::PCGeneralizedTorqueMinimization:

Public Methods | |
| PCGeneralizedTorqueMinimization (IDStandAlone *idObject, FKJacobian *fkJacobian, MinOrMax minOrMax=Minimize, double criticalLimit=-1, double weight=1.0, double exponent=1.0, const String &criteriaName=String("GTL")) | |
| PCGeneralizedTorqueMinimization (const PCGeneralizedTorqueMinimization &crit) | |
| PCGeneralizedTorqueMinimization & | operator= (const PCGeneralizedTorqueMinimization &crit) |
| virtual | ~PCGeneralizedTorqueMinimization () |
Protected Methods | |
| virtual bool | computeCriteria (RepositoryList &repoList) |
|
||||||||||||||||||||||||||||||||
|
Constructor for PCGeneralizedTorqueMinimization This constructor creates a PCGeneralizedTorqueMinimization object.
|
|
|
Copy Constructor for PCGeneralizedTorqueMinimization Use this to create a PCGeneralizedTorqueMinimization object whose defaults are set via the constructor argument. Note: The idLagrange, fkVelocity, fkJacobian, and repository pointers are copied so changes to them will be seen by both criteria. Different repositories will not be used to store the inertia and jacobian matrices unless a different RepositoryList is sent to update().
|
|
|
Destructor for PCGeneralizedTorqueMinimization();.
|
|
|
Implements OSCAR::PerformanceCriteria. |
|
|
Copy operator for PCGeneralizedTorqueMinimization Use this to copy one PCGeneralizedTorqueMinimization object into another. Note: The idLagrange, fkVelocity, fkJacobian, and repository pointers are copied so changes to them will be seen by both criteria. Different repositories will not be used to store the inertia and jacobian matrices unless a different RepositoryList is sent to update().
|
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |