Open amalnanavati opened 1 year ago
This issue is being labeled as stale because it has been open 45 days with no activity. It will be automatically closed after another 45 days without follow-ups.
This issue was closed because it has been stalled for 45 days with no activity.
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 :)