|
typedef Eigen::Matrix< double, Eigen::Dynamic, 1, 0, 10 > | Vector |
|
|
| LinearDynamics (Eigen::Vector4d parameters) |
|
| LinearDynamics (double jerk, double initial_acceleration, double initial_velocity, double initial_position) |
|
double | get_acceleration (mct::NonnegDouble t) const |
|
double | get_velocity (mct::NonnegDouble t) const |
|
double | get_position (mct::NonnegDouble t) const |
|
Vector | find_t_given_velocity (double velocity) const |
|
|
double | jerk_ |
|
double | initial_acceleration_ |
|
double | initial_velocity_ |
|
double | initial_position_ |
|
The documentation for this class was generated from the following file: