#include <trajectory_profile_generator_ramp.h>
Public Member Functions | |
virtual bool | getProfileTimings (double Se, double te, bool calcMaxTe, cob_cartesian_controller::ProfileTimings &pt) |
virtual std::vector< double > | getTrajectory (double se, cob_cartesian_controller::ProfileTimings pt) |
TrajectoryProfileRamp (const cob_cartesian_controller::CartesianActionStruct ¶ms) | |
~TrajectoryProfileRamp () |
Definition at line 25 of file trajectory_profile_generator_ramp.h.
TrajectoryProfileRamp::TrajectoryProfileRamp | ( | const cob_cartesian_controller::CartesianActionStruct & | params | ) | [inline, explicit] |
Definition at line 28 of file trajectory_profile_generator_ramp.h.
TrajectoryProfileRamp::~TrajectoryProfileRamp | ( | ) | [inline] |
Definition at line 32 of file trajectory_profile_generator_ramp.h.
bool TrajectoryProfileRamp::getProfileTimings | ( | double | Se, |
double | te, | ||
bool | calcMaxTe, | ||
cob_cartesian_controller::ProfileTimings & | pt | ||
) | [virtual] |
Implements TrajectoryProfileBase.
Definition at line 23 of file trajectory_profile_generator_ramp.cpp.
std::vector< double > TrajectoryProfileRamp::getTrajectory | ( | double | se, |
cob_cartesian_controller::ProfileTimings | pt | ||
) | [virtual] |
Implements TrajectoryProfileBase.
Definition at line 61 of file trajectory_profile_generator_ramp.cpp.