Skip to content

Commit f0be821

Browse files
committed
Revert "Update to the more recent JumpThreshold API (moveit#506)"
This reverts commit 11c3126.
1 parent 10420f1 commit f0be821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/solvers/cartesian_path.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ PlannerInterface::Result CartesianPath::plan(const planning_scene::PlanningScene
120120
double achieved_fraction = moveit::core::CartesianInterpolator::computeCartesianPath(
121121
&(sandbox_scene->getCurrentStateNonConst()), jmg, trajectory, &link, target, true,
122122
moveit::core::MaxEEFStep(props.get<double>("step_size")),
123-
moveit::core::JumpThreshold::relative(props.get<double>("jump_threshold")), is_valid,
123+
moveit::core::JumpThreshold(props.get<double>("jump_threshold")), is_valid,
124124
props.get<kinematics::KinematicsQueryOptions>("kinematics_options"),
125125
props.get<kinematics::KinematicsBase::IKCostFn>("kinematics_cost_fn"), offset);
126126

0 commit comments

Comments
 (0)