instance structure for trapezoidal velocity trajectory
More...
#include <trajtrap.h>
|
double | gen (double vm, double ac_, double de_, double p0_, double p1_, double v0_=0, double v1_=0) |
|
double | pos (double x) const |
|
double | vel (double x) const |
|
double | acc (double x) const |
|
|
double | t |
| total duration
|
|
double | p0 |
| initial position
|
|
double | p1 |
| final position
|
|
double | v0 |
| initial velocity
|
|
double | v1 |
| final velocity
|
|
double | vc |
| constant velocity
|
|
double | ta |
| time before constant velocity
|
|
double | td |
| time after constant velocity
|
|
double | pa |
| position before constant velocity
|
|
double | pd |
| position after constant velocity
|
|
double | ac |
| acceleration before constant velocity
|
|
double | de |
| acceleration after constant velocity
|
|
instance structure for trapezoidal velocity trajectory
The documentation for this struct was generated from the following file: