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

|
|
|
|
||||||||||||
|
Constructor. Use this to construct an FKJacobian object from a file.
|
|
||||||||||||
|
Constructor. Use this to construct an FKJacobian object from an DHData object.
|
|
|
Copy Constructor. This is the Copy constructor for an object of type FKJacobian. Use this to construct an FKJacobian object from an existing FKJacobian object.
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Use this method to convert an Angular Velocity Vector into velocities defined as FixedXYZ angles. When the Jacobian is calculated, it relates the input joints to an angular velocity vector. Thus, when the Jacobian is multiplied by an joint velocity vector, the resultant orientation speeds are defined as the angular velocity vector. This vector taken as a unit vector represents the instantaneous axis of rotation and its magnitude represents the speed of rotation about that axis. This function converts the orientation portion of the input HandPose to FixedXYZ velocities.
|
|
|
|
|
|
Use this method to retrieve the current active outputs. The number of active outputs will equal the number of rows in the partial Jacobian.
|
|
|
Use this method to retrieve the Jacobian matrix. This method will resize the Jacobian matrix based on the input coordinates from the JointVector and the output coordinates set internally.
|
|
|
Use this method to retrieve the Jacobian matrix. This method will leave all of the input coordinates in the Jacobian active, but it will still resize the Jacobian if the output coordinates aren't all active. This method first computes the forward position solution and then the jacobian.
Implements OSCAR::FKJacobianBase. |
|
|
Use this method to retrieve the partial or full Jacobian matrix. The jacobian is computed based on the previously computed transformation matrices when GetHandPose was called.
|
|
|
Use this method to retrieve the transpose of the partial or full Jacobian matrix.
|
|
|
Use this method to retrieve the current number of active outputs. ill equal the number of rows in the partial Jacobian.
|
|
|
Use this method to retrieve the partial or full Jacobian matrix. This method simply returns the already computed jacobian.
|
|
|
Assignment operator. This is the Assignment operator for an object of type FKJacobian.
|
|
|
|
|
|
Use this method to set what output dimensions are active. The number of active outputs will equal the number of rows in the partial Jacobian.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |