KDL::VelocityProfile Class Reference
[Motion]
#include <velocityprofile.hpp>
List of all members.
Detailed Description
A VelocityProfile stores the velocity profile that is used within a trajectory. A velocity profile is the function that expresses position, velocity and acceleration of a point on a curve in function of time. It defines the how a point s moves on a path S.
Definition at line 62 of file velocityprofile.hpp.
Constructor & Destructor Documentation
virtual KDL::VelocityProfile::~VelocityProfile |
( |
|
) |
[inline, virtual] |
Member Function Documentation
virtual double KDL::VelocityProfile::Acc |
( |
double |
time |
) |
const [pure virtual] |
virtual VelocityProfile* KDL::VelocityProfile::Clone |
( |
|
) |
const [pure virtual] |
virtual double KDL::VelocityProfile::Duration |
( |
|
) |
const [pure virtual] |
virtual double KDL::VelocityProfile::Pos |
( |
double |
time |
) |
const [pure virtual] |
static VelocityProfile* KDL::VelocityProfile::Read |
( |
std::istream & |
is |
) |
[static] |
virtual void KDL::VelocityProfile::SetProfile |
( |
double |
pos1, |
|
|
double |
pos2 | |
|
) |
| | [pure virtual] |
virtual void KDL::VelocityProfile::SetProfileDuration |
( |
double |
pos1, |
|
|
double |
pos2, |
|
|
double |
duration | |
|
) |
| | [pure virtual] |
virtual double KDL::VelocityProfile::Vel |
( |
double |
time |
) |
const [pure virtual] |
virtual void KDL::VelocityProfile::Write |
( |
std::ostream & |
os |
) |
const [pure virtual] |
The documentation for this class was generated from the following file: