|
|
Method to Compute the forward position solution for the last link (or tool point) of the 3R planar robot.
- Returns:
- A const pointer to an Xform that holds the tool point (or last link) transformation matrix expressed in the base frame. If there is an error in this method a 0 should be returned.
- Parameters:
-
| jointVector | A vector containing the joint angles (in radians) or joint positions at which the forward position solution needs to be computed. The size of this vector should be equal to the DOF of the robot. If this is not the case, a 0 is returned. Call GetError() to get detailed error information. |
- Exceptions:
-
Implements OSCAR::FKPositionBase. |