#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 94 of file velocityprofile_rect.hpp.
◆ VelocityProfile_Rectangular()
KDL::VelocityProfile_Rectangular::VelocityProfile_Rectangular |
( |
double |
_maxvel = 0 | ) |
|
|
inline |
◆ ~VelocityProfile_Rectangular()
virtual KDL::VelocityProfile_Rectangular::~VelocityProfile_Rectangular |
( |
| ) |
|
|
inlinevirtual |
◆ Acc()
double KDL::VelocityProfile_Rectangular::Acc |
( |
double |
time | ) |
const |
|
virtual |
◆ Clone()
◆ Duration()
double KDL::VelocityProfile_Rectangular::Duration |
( |
| ) |
const |
|
virtual |
◆ Pos()
double KDL::VelocityProfile_Rectangular::Pos |
( |
double |
time | ) |
const |
|
virtual |
◆ SetMax()
void KDL::VelocityProfile_Rectangular::SetMax |
( |
double |
_maxvel | ) |
|
◆ SetProfile()
void KDL::VelocityProfile_Rectangular::SetProfile |
( |
double |
pos1, |
|
|
double |
pos2 |
|
) |
| |
|
virtual |
◆ SetProfileDuration()
void KDL::VelocityProfile_Rectangular::SetProfileDuration |
( |
double |
pos1, |
|
|
double |
pos2, |
|
|
double |
duration |
|
) |
| |
|
virtual |
◆ Vel()
double KDL::VelocityProfile_Rectangular::Vel |
( |
double |
time | ) |
const |
|
virtual |
◆ Write()
void KDL::VelocityProfile_Rectangular::Write |
( |
std::ostream & |
os | ) |
const |
|
virtual |
double KDL::VelocityProfile_Rectangular::d |
|
private |
◆ maxvel
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: