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

Public Methods | |
| FKAcceleration (const String &DHfilename, OSCARError &err=DUMMY_ERROR(noError)) | |
| FKAcceleration (const DHData &dhParams, OSCARError &err=DUMMY_ERROR(noError)) | |
| FKAcceleration (const FKAcceleration &rhs) | |
| FKAcceleration & | operator= (const FKAcceleration &rhs) |
| const Tensor * | GetRotationalHfunctions (unsigned int jointNo) |
| const Tensor * | GetRotationalHfunctions (unsigned int jointNo, const Vector &jointVector) |
| const TensorP * | GetRotationalHfunctions (void) |
| const TensorP * | GetRotationalHfunctions (const Vector &jointVector) |
| const Tensor * | GetTranslationalHfunctions (unsigned int jointNo) |
| const Tensor * | GetTranslationalHfunctions (unsigned int jointNo, const Vector &jointVector) |
| const TensorP * | GetTranslationalHfunctions (void) |
| const TensorP * | GetTranslationalHfunctions (const Vector &jointVector) |
| virtual | ~FKAcceleration () |
Protected Methods | |
| void | initTensorArray (unsigned int dof) |
| void | deleteTensorArray (unsigned int dof) |
| void | calculateRotationalHfunctions (unsigned int joint_no) |
| void | calculateTranslationalHfunctions (unsigned int joint_no) |
Protected Attributes | |
| TensorP * | rot_h_func |
| TensorP * | trans_h_func |
|
||||||||||||
|
Constructor. This is the constructor for an object of type FKAcceleration. Use this to construct an FKAcceleration object from a file.
|
|
||||||||||||
|
Constructor. This is the constructor for an object of type FKAcceleration. Use this to construct an FKAcceleration object from a DHData object.
|
|
|
Copy Constructor. This is the Copy constructor for an object of type FKAcceleration. Use this to construct an FKAcceleration object from an existing FKAcceleration object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Method for computing and getting the rotational H functions (2nd order influence coefficients). The rotational H functions are computed based on the joint position given in jointVector.
|
|
|
Method for computing and getting the rotational H functions (2nd order influence coefficients). The current state of the global transformation matrices is used for the computation.
|
|
||||||||||||
|
Method for computing and getting the rotational H functions (2nd order influence coefficients). The rotational H functions are computed based on the joint position given in jointVector.
|
|
|
Method for computing and getting the rotational H functions (2nd order influence coefficients). The current state of the global transformation matrices is used for the computation.
|
|
|
Method for computing and getting the translational H functions (2nd order influence coefficients). The translational H functions are computed based on the joint position given in jointVector.
|
|
|
Method for computing and getting the translational H functions (2nd order influence coefficients). The current state of the global transformation matrices is used for the computation.
|
|
||||||||||||
|
Method for computing and getting the translational H functions (2nd order influence coefficients). The translational H functions are computed based on the joint position given in jointVector.
|
|
|
Method for computing and getting the translational H functions (2nd order influence coefficients). The current state of the global transformation matrices is used for the computation.
|
|
|
|
|
|
Assignment operator. This is the Assignment operator for an object of type FKAcceleration.
|
|
|
|
|
|
|
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |