#include <FKPositionMitsubishiPA-10.h>
Inheritance diagram for OSCAR::FKPositionMitsubishi:

Public Methods | |
| FKPositionMitsubishi (const String &dhParameterFileName, OSCARError &err=DUMMY_ERROR(noError), const String &name=String("")) | |
| FKPositionMitsubishi (const DHData &DHparams, OSCARError &err=DUMMY_ERROR(noError), const String &name=String("")) | |
| FKPositionMitsubishi (const FKPositionMitsubishi &fkp) | |
| FKPositionMitsubishi & | operator= (const FKPositionMitsubishi &fkp) |
| const Xform * | GetHandPose (const Vector &inputVector) |
| virtual | ~FKPositionMitsubishi () |
Protected Attributes | |
| double | d3 |
| double | d5 |
| Xform | linkToBase |
|
||||||||||||||||
|
Constructor. This is the constructor for an object of type FKMitsubishi. Use this to construct an FKMitsubishi object.
# This is a DH parameter file for a Mitsubishi PA-10 7 DOF robot. # The variable is specified by typing a "var' or a "VAR" in its # field. i.e. If the joint is revolute then it will be in the fourth # coulumn and if the joint is prismatic it will be in the third column # The notation is based on the "Introduction to Robotics, Mechanics and Controls" # book by John Craig.Units are in mm and degrees. # The word below should specify the format of the DH Parameters (Craig or Featherstone) Craig
# Note: The tool point for this robot is at approximately [0, 0, 70] at the tool plate # expressed in the last joints DH frame
|
|
||||||||||||||||
|
Constructor. Constructor for FKPositionMitsubishi
|
|
|
A Const Reference constructor for FKPositionMitsubishi.
|
|
|
|
|
|
This method overrides the base class method. This class basically exists so that a closed form solution could be used.
Implements OSCAR::FKPositionBase. Reimplemented in OSCAR::FKJacobianMitsubishi. |
|
|
= operator. Used for copying objects of type FKPositionMitsubishi
|
|
|
|
|
|
|
|
|
|
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |