#include <trajectory_generator.h>
Public Member Functions | |
void | calcCoefficient (WayPoint start, WayPoint goal, double move_time, double control_time) |
Eigen::VectorXd | getCoefficient () |
MinimumJerk () | |
virtual | ~MinimumJerk () |
Private Attributes | |
Eigen::VectorXd | coefficient_ |
Definition at line 36 of file trajectory_generator.h.
MinimumJerk::MinimumJerk | ( | ) |
Definition at line 21 of file trajectory_generator.cpp.
|
virtual |
Definition at line 26 of file trajectory_generator.cpp.
void MinimumJerk::calcCoefficient | ( | WayPoint | start, |
WayPoint | goal, | ||
double | move_time, | ||
double | control_time | ||
) |
Definition at line 28 of file trajectory_generator.cpp.
Eigen::VectorXd MinimumJerk::getCoefficient | ( | ) |
Definition at line 60 of file trajectory_generator.cpp.
|
private |
Definition at line 39 of file trajectory_generator.h.