Cartesian Path Service Should Support Revolute and Prismatic Jump Thresholds #2404
Labels
enhancement
New feature or request
persistent
Allows issues to remain open without automatic stalling and closing.
Is your feature request related to a problem? Please describe.
As it stands,
moveit_msgs
allows users to specify arevolute_jump_threshold
andprismatic_jump_threshold
inGetCartesianPath.srv
. Additionally, the MoveIt2CartesianInterpolator
has the capability to check revolute/prismatic jumps (code). However, the CartesianPathService does not pass therevolute_jump_threshold
orprismatic_jump_threshold
attributes from the request to theCartesianInterpolator
(code), preventing people who use the ROS interface from using those attributes.Describe the solution you'd like
This should be a one-line fix: pass
req->revolue_jump_threshold
andreq->prismatic_jump_threshold
as parameters when creating theJumpThreshold
in the cartesian path service (code).Describe alternatives you've considered
N/A
Additional context
If you are willing to backport this change, it would be great to have it in Humble :)
The text was updated successfully, but these errors were encountered: