|
A container for a Trajectory and a set of timestamps, representing the arrival of the Trajectory at userPoints. More...
#include <RobotComponents/gui-plugins/RobotTrajectoryDesignerGuiPlugin/TrajectoryCalculation/TimedTrajectory.h>
Public Member Functions | |
const armarx::TrajectoryPtr | getTrajectory () const |
Returns the contained Trajectory. More... | |
std::vector< double > | getUserPoints () const |
Returns the userPoints. More... | |
TimedTrajectory (armarx::TrajectoryPtr trajectory, std::vector< double > userPoints) | |
Creates a TimedTrajectory out of the supplied Trajectory and userpoints. More... | |
A container for a Trajectory and a set of timestamps, representing the arrival of the Trajectory at userPoints.
Definition at line 13 of file TimedTrajectory.h.
TimedTrajectory | ( | armarx::TrajectoryPtr | trajectory, |
std::vector< double > | userPoints | ||
) |
Creates a TimedTrajectory out of the supplied Trajectory and userpoints.
trajectory | The Trajectory to point to. |
userPoints | The UserPoints. |
Definition at line 4 of file TimedTrajectory.cpp.
const armarx::TrajectoryPtr getTrajectory | ( | ) | const |
Returns the contained Trajectory.
Definition at line 10 of file TimedTrajectory.cpp.
std::vector< double > getUserPoints | ( | ) | const |
Returns the userPoints.
Definition at line 15 of file TimedTrajectory.cpp.