#include <TrajControl.h>
Public Member Functions | |
OpenLoopIn () | |
Default constructor. | |
OpenLoopIn (Position &desP, Position &desDP) | |
Parametrical constructor. | |
OpenLoopIn (OpenLoopIn &other) | |
Copy constructor. | |
OpenLoopIn | operator= (OpenLoopIn &other) |
Assignment operator=. | |
void | setDesiredPosition (Position &p) |
Sets the desired position. | |
void | setDesiredDPosition (Position &p) |
Sets the desired first derivative of the position. | |
Position | desiredPosition () |
Gets the desired position. | |
Position | desiredDPosition () |
Gets the desired first derivative of the position. | |
Protected Attributes | |
Position | _desiredPosition |
Desired position. | |
Position | _desiredDPosition |
Desired first derivative of the position. |
OpenLoopIn::OpenLoopIn | ( | ) |
Default constructor.
Parametrical constructor.
[in] | &desP | Desired position. |
[in] | &desDP | First derivative of the desired position. |
OpenLoopIn::OpenLoopIn | ( | OpenLoopIn & | other | ) |
OpenLoopIn OpenLoopIn::operator= | ( | OpenLoopIn & | other | ) |
void OpenLoopIn::setDesiredPosition | ( | Position & | p | ) |
void OpenLoopIn::setDesiredDPosition | ( | Position & | p | ) |
Position OpenLoopIn::desiredPosition | ( | ) |
Gets the desired position.
Position OpenLoopIn::desiredDPosition | ( | ) |
Gets the desired first derivative of the position.
Position OpenLoopIn::_desiredPosition [protected] |
Desired position.
Position OpenLoopIn::_desiredDPosition [protected] |
Desired first derivative of the position.