moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Struct for containing max_step for computeCartesianPath. More...
#include <cartesian_interpolator.h>
Public Member Functions | |
MaxEEFStep (double translation, double rotation) | |
MaxEEFStep (double step_size) | |
Public Attributes | |
double | translation |
double | rotation |
Struct for containing max_step for computeCartesianPath.
Setting translation to zero will disable checking for translations. The same goes for rotation. Initializing with only one value (translation) sets the rotation such that 1 cm of allowed translation = 2 degrees of allowed rotation.
Definition at line 91 of file cartesian_interpolator.h.
|
inline |
Definition at line 93 of file cartesian_interpolator.h.
|
inline |
Definition at line 97 of file cartesian_interpolator.h.
double moveit::core::MaxEEFStep::rotation |
Definition at line 102 of file cartesian_interpolator.h.
double moveit::core::MaxEEFStep::translation |
Definition at line 101 of file cartesian_interpolator.h.