#include <velocityprofile_rect.hpp>
|
double | d |
|
double | p |
|
double | v |
|
A rectangular VelocityProfile generates a constant velocity for moving from A to B.
Definition at line 56 of file velocityprofile_rect.hpp.
KDL::VelocityProfile_Rectangular::VelocityProfile_Rectangular |
( |
double |
_maxvel = 0 | ) |
|
|
inline |
virtual KDL::VelocityProfile_Rectangular::~VelocityProfile_Rectangular |
( |
| ) |
|
|
inlinevirtual |
double KDL::VelocityProfile_Rectangular::Acc |
( |
double |
time | ) |
const |
|
virtual |
double KDL::VelocityProfile_Rectangular::Duration |
( |
| ) |
const |
|
virtual |
double KDL::VelocityProfile_Rectangular::Pos |
( |
double |
time | ) |
const |
|
virtual |
void KDL::VelocityProfile_Rectangular::SetMax |
( |
double |
_maxvel | ) |
|
void KDL::VelocityProfile_Rectangular::SetProfile |
( |
double |
pos1, |
|
|
double |
pos2 |
|
) |
| |
|
virtual |
void KDL::VelocityProfile_Rectangular::SetProfileDuration |
( |
double |
pos1, |
|
|
double |
pos2, |
|
|
double |
duration |
|
) |
| |
|
virtual |
double KDL::VelocityProfile_Rectangular::Vel |
( |
double |
time | ) |
const |
|
virtual |
void KDL::VelocityProfile_Rectangular::Write |
( |
std::ostream & |
os | ) |
const |
|
virtual |
double KDL::VelocityProfile_Rectangular::d |
|
private |
double KDL::VelocityProfile_Rectangular::maxvel |
double KDL::VelocityProfile_Rectangular::p |
|
private |
double KDL::VelocityProfile_Rectangular::v |
|
private |
The documentation for this class was generated from the following files: