|
Method to Compute the forward position solution for the last link (or tool point) of the 3R planar robot.
Use this to compute the tool point position and orientation of a 3R planar robot - Returns:
- Returns a const pointer to an Xform that holds the tool point (or last ljnk) 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 (in this case 3). If this is not the case, a 0 is returned. Call GetError() to get detailed error information |
- Exceptions:
-
Implements OSCAR::FKPositionBase. |