moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Struct for containing jump_threshold. More...
#include <cartesian_interpolator.h>
Public Member Functions | |
JumpThreshold () | |
JumpThreshold (double jt_factor) | |
JumpThreshold (double jt_revolute, double jt_prismatic) | |
Public Attributes | |
double | factor |
double | revolute |
double | prismatic |
Struct for containing jump_threshold.
For the purposes of maintaining API, we support both jump_threshold_factor which provides a scaling factor for detecting joint space jumps and revolute_jump_threshold and prismatic_jump_threshold which provide absolute thresholds for detecting joint space jumps.
Definition at line 52 of file cartesian_interpolator.h.
|
inlineexplicit |
Definition at line 58 of file cartesian_interpolator.h.
|
inlineexplicit |
Definition at line 62 of file cartesian_interpolator.h.
|
inlineexplicit |
Definition at line 67 of file cartesian_interpolator.h.
double moveit::core::JumpThreshold::factor |
Definition at line 54 of file cartesian_interpolator.h.
double moveit::core::JumpThreshold::prismatic |
Definition at line 56 of file cartesian_interpolator.h.
double moveit::core::JumpThreshold::revolute |
Definition at line 55 of file cartesian_interpolator.h.