Skip to content

Commit cd741ba

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/solvers/cartesian_path.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ PlannerInterface::Result CartesianPath::plan(const planning_scene::PlanningScene
100100
double achieved_fraction = moveit::core::CartesianInterpolator::computeCartesianPath(
101101
&(sandbox_scene->getCurrentStateNonConst()), jmg, trajectory, &link, target, true,
102102
moveit::core::MaxEEFStep(props.get<double>("step_size")),
103-
moveit::core::JumpThreshold::relative(props.get<double>("jump_threshold")), is_valid,
103+
moveit::core::JumpThreshold(props.get<double>("jump_threshold")), is_valid,
104104
props.get<kinematics::KinematicsQueryOptions>("kinematics_options"),
105105
props.get<kinematics::KinematicsBase::IKCostFn>("kinematics_cost_fn"), offset);
106106

0 commit comments

Comments
 (0)