|
|
Creates a Simox VirtualRobot::Path from a set of nodes representing joint angles and a maximum deviation parameter. More...
#include <RobotComponents/gui-plugins/RobotTrajectoryDesignerGuiPlugin/TrajectoryCalculation/PathFactory.h>
Static Public Member Functions | |
| static VirtualRobot::Path | createPath (std::vector< std::vector< double >> &nodes, double maxDeviation) |
| Creates a Path out of the nodes with a maximum deviation. More... | |
Creates a Simox VirtualRobot::Path from a set of nodes representing joint angles and a maximum deviation parameter.
Definition at line 39 of file PathFactory.h.
|
static |
Creates a Path out of the nodes with a maximum deviation.
| nodes | The nodes the path goes through. |
| maxDeviation | The maximum deviation of the points along the path. |
Definition at line 4 of file PathFactory.cpp.
Here is the caller graph for this function: