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

Public Methods | |
| IKVelocity (OSCARError &err=DUMMY_ERROR(noError), const String &name=String("")) | |
| IKVelocity (const IKVelocity &rhs) | |
| virtual | ~IKVelocity () |
| virtual bool | GetJointVelocity (const HandPose &handVelocity, JointVector &jointVelocitySolution)=0 |
| IKVelocity & | operator= (const IKVelocity &rhs) |
|
||||||||||||
|
Constructor. This is the constructor for an object of type IKVelocity. Use this to construct an IKVelocity object.
|
|
|
Copy Constructor. This is the Copy Constructor for an object of type IKVelocity. Use this to construct an IKVelocity object from an existing IKVelocity object.
|
|
|
Destructor. This is the Destructor for an object of type IKVelocity. |
|
||||||||||||
|
Interface to Compute the inverse velocity solution for the last link (or tool point) of a robot. This method is an interface to compute the inverse velocity 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::IKJacobian< JacobianType >, OSCAR::IKJAvoidLimits< JacobianType >, OSCAR::IKJDLS< JacobianType >, OSCAR::IKJReconfig< JacobianType >, OSCAR::IKJacobian< >, OSCAR::IKJacobian< FKJacobian >, and OSCAR::IKJReconfig< >. |
|
|
Assignment Operator. This is the Assignment Operator for an object of type IKVelocity.
|
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |