1#ifndef TIMEDTRAJECTORY_H
2#define TIMEDTRAJECTORY_H
20 std::vector<double> userPoints;
TimedTrajectory(armarx::TrajectoryPtr trajectory, std::vector< double > userPoints)
Creates a TimedTrajectory out of the supplied Trajectory and userpoints.
std::vector< double > getUserPoints() const
Returns the userPoints.
const armarx::TrajectoryPtr getTrajectory() const
Returns the contained Trajectory.
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceInternal::Handle< Trajectory > TrajectoryPtr