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

Public Methods | |
| FKJacobianBase (OSCARError &err=DUMMY_ERROR(noError), const String &name=String("")) | |
| FKJacobianBase (const FKJacobianBase &fkBase) | |
| FKJacobianBase & | operator= (const FKJacobianBase &fkBase) |
| virtual const Matrix * | GetJacobian (const Vector &jointVector)=0 |
| virtual | ~FKJacobianBase () |
|
||||||||||||
|
Constructor for FKJacobianBase.
|
|
|
Copy constructor for FKJacobianBase.
|
|
|
|
|
|
Method to Compute the jacobian matrix 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::FKJacobian, OSCAR::FKJacobianMitsubishi, and OSCAR::FKJacobianPlanar3R. |
|
|
operator= for FKJacobianBase
|
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |