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 | prismatic |
double | revolute |
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 130 of file cartesian_interpolator.h.
|
inlineexplicit |
Definition at line 136 of file cartesian_interpolator.h.
|
inlineexplicit |
Definition at line 140 of file cartesian_interpolator.h.
|
inlineexplicit |
Definition at line 145 of file cartesian_interpolator.h.
double moveit::core::JumpThreshold::factor |
Definition at line 132 of file cartesian_interpolator.h.
double moveit::core::JumpThreshold::prismatic |
Definition at line 134 of file cartesian_interpolator.h.
double moveit::core::JumpThreshold::revolute |
Definition at line 133 of file cartesian_interpolator.h.