Skip to content

Commit

Permalink
Fix Cartesian interpolation with multiple waypoints
Browse files Browse the repository at this point in the history
continue from latest RobotState
  • Loading branch information
rhaschke committed Oct 13, 2024
1 parent 656f6e6 commit f460de2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moveit_core/robot_state/src/cartesian_interpolator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ CartesianInterpolator::Percentage CartesianInterpolator::computeCartesianPath(
percentage_solved += wp_percentage_solved / static_cast<double>(waypoints.size());
break;
}
start_state = traj.back().get();
}

return percentage_solved;
Expand Down

0 comments on commit f460de2

Please sign in to comment.