Robotics Library
0.7.0
|
#include <TrapezoidalVelocity.h>
Public Member Functions | |
TrapezoidalVelocity () | |
virtual | ~TrapezoidalVelocity () |
T | a (const Real &t) const |
void | interpolate () |
void | interpolate (const Real &t) |
T | t () const |
T | v (const Real &t) const |
T | x (const Real &t) const |
Public Attributes | |
T | am |
T | dm |
T | x0 |
T | xe |
T | v0 |
T | ve |
T | vm |
Private Attributes | |
T | ah |
T | dh |
Real | ta |
Real | tc |
Real | td |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
T rl::math::TrapezoidalVelocity< T >::am |
|
private |
T rl::math::TrapezoidalVelocity< T >::dm |
|
private |
|
private |
|
private |
T rl::math::TrapezoidalVelocity< T >::v0 |
T rl::math::TrapezoidalVelocity< T >::ve |
T rl::math::TrapezoidalVelocity< T >::vm |
T rl::math::TrapezoidalVelocity< T >::x0 |
T rl::math::TrapezoidalVelocity< T >::xe |