TimedTrajectoryFactory Class Reference

Creates a TimedTrajectory out of a TimeOptimalTrajectory supplied by Simox methods. More...

#include <RobotComponents/gui-plugins/RobotTrajectoryDesignerGuiPlugin/TrajectoryCalculation/TimedTrajectoryFactory.h>

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...
 

Detailed Description

Creates a TimedTrajectory out of a TimeOptimalTrajectory supplied by Simox methods.

Definition at line 15 of file TimedTrajectoryFactory.h.

Member Function Documentation

◆ createTimedTrajectory()

armarx::TimedTrajectory createTimedTrajectory ( VirtualRobot::TimeOptimalTrajectory &  trajectory,
std::vector< std::vector< double >> &  userPoints,
VirtualRobot::RobotNodeSetPtr  rns,
double  maxDeviation 
)
static

Creates a TimedTrajectory out of the TimeOptimalTrajectory and maps the parameter userPoints to it.

Parameters
trajectoryThe nodes of the trajectory.
userPointsThe userPoints that have to be mapped.
maxDeviationThe maximum deviation with which the userPoints may vary from the input TimedTrajectory.
Returns
A TimedTrajectory which contains the timestamps of the supplied userPoints.

Definition at line 9 of file TimedTrajectoryFactory.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: