|
Creates a TimedTrajectory out of a TimeOptimalTrajectory supplied by Simox methods. More...
Static Public Member Functions | |
static TimedTrajectory | createTimedTrajectory (VirtualRobot::TimeOptimalTrajectory &trajectory, std::vector< std::vector< double >> &userPoints, VirtualRobot::RobotNodeSetPtr rns, double maxDeviation) |
Creates a TimedTrajectory out of the TimeOptimalTrajectory and maps the parameter userPoints to it. More... | |
Creates a TimedTrajectory out of a TimeOptimalTrajectory supplied by Simox methods.
Definition at line 15 of file TimedTrajectoryFactory.h.
|
static |
Creates a TimedTrajectory out of the TimeOptimalTrajectory and maps the parameter userPoints to it.
trajectory | The nodes of the trajectory. |
userPoints | The userPoints that have to be mapped. |
maxDeviation | The maximum deviation with which the userPoints may vary from the input TimedTrajectory. |
Definition at line 9 of file TimedTrajectoryFactory.cpp.