Skip to content

Commit

Permalink
Revert "Update to the more recent JumpThreshold API (moveit#506)"
Browse files Browse the repository at this point in the history
This reverts commit 11c3126.
  • Loading branch information
rhaschke committed Jul 12, 2024
1 parent 3c58699 commit 21c8c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/solvers/cartesian_path.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ PlannerInterface::Result CartesianPath::plan(const planning_scene::PlanningScene
double achieved_fraction = moveit::core::CartesianInterpolator::computeCartesianPath(
&(sandbox_scene->getCurrentStateNonConst()), jmg, trajectory, &link, target, true,
moveit::core::MaxEEFStep(props.get<double>("step_size")),
moveit::core::JumpThreshold::relative(props.get<double>("jump_threshold")), is_valid,
moveit::core::JumpThreshold(props.get<double>("jump_threshold")), is_valid,
props.get<kinematics::KinematicsQueryOptions>("kinematics_options"),
props.get<kinematics::KinematicsBase::IKCostFn>("kinematics_cost_fn"), offset);

Expand Down

0 comments on commit 21c8c54

Please sign in to comment.