#include <time_parametrization.hpp>
|
| TimeParametrization (double delta_time) |
|
template<size_t state_dimensions> |
Trajectory< AggregatedPath< state_dimensions > > | parametrize (const AggregatedPath< state_dimensions > &path, const std::array< double, state_dimensions > &max_velocity, const std::array< double, state_dimensions > &max_acceleration, const std::array< double, state_dimensions > &max_jerk) |
| Returns list of path positions s at delta time. More...
|
|
◆ TimeParametrization()
franky::TimeParametrization::TimeParametrization |
( |
double |
delta_time | ) |
|
|
inlineexplicit |
◆ parametrize()
template<size_t state_dimensions>
Trajectory<AggregatedPath<state_dimensions> > franky::TimeParametrization::parametrize |
( |
const AggregatedPath< state_dimensions > & |
path, |
|
|
const std::array< double, state_dimensions > & |
max_velocity, |
|
|
const std::array< double, state_dimensions > & |
max_acceleration, |
|
|
const std::array< double, state_dimensions > & |
max_jerk |
|
) |
| |
|
inline |
Returns list of path positions s at delta time.
The documentation for this class was generated from the following file: