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

Public Methods | |
| IKPosition (OSCARError &err=DUMMY_ERROR(noError), const String &name=String("")) | |
| IKPosition (const IKPosition &rhs) | |
| virtual | ~IKPosition () |
| virtual bool | GetJointPosition (const Xform &handXform, JointVector &jointPositionSolution)=0 |
| virtual bool | GetJointPosition (const HandPose &handPose, JointVector &jointPositionSolution)=0 |
| IKPosition & | operator= (const IKPosition &ikp) |
|
||||||||||||
|
Constructor. This is the constructor for an object of type IKPosition. Use this to create a IKPosition object.
|
|
|
Copy Constructor. This is the Copy constructor for an object of type IKPosition. Use this to construct an IKPosition object based on an existing IKPosition object.
|
|
|
Destructor. This is the destructor for an object of type IKPosition. |
|
||||||||||||
|
Interface to Compute the inverse position solution for the last link (or tool point) of a robot. This method is an interface to compute the inverse position solution for the last link (or tool point) of a robot. This is a pure virtual method and has to be overriden in the derived classes
Implemented in OSCAR::IKCCD, OSCAR::IKDirectSearch, OSCAR::IKJacobian< JacobianType >, OSCAR::IKJDLS< JacobianType >, OSCAR::IKJReconfig< JacobianType >, OSCAR::IKMitsubishi, OSCAR::IKPuma, OSCAR::IKJacobian< >, OSCAR::IKJacobian< FKJacobian >, and OSCAR::IKJReconfig< >. |
|
||||||||||||
|
Interface to Compute the inverse position solution for the last link (or tool point) of a robot. This method is an interface to compute the inverse position solution for the last link (or tool point) of a robot. This is a pure virtual method and has to be overriden in the derived classes.
Implemented in OSCAR::IKCCD, OSCAR::IKDirectSearch, OSCAR::IKJacobian< JacobianType >, OSCAR::IKJDLS< JacobianType >, OSCAR::IKJReconfig< JacobianType >, OSCAR::IKMitsubishi, OSCAR::IKPuma, OSCAR::IKJacobian< >, OSCAR::IKJacobian< FKJacobian >, and OSCAR::IKJReconfig< >. |
|
|
Assignment operator. This is the Assignment operator for an object of type IKPosition.
|
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |