Acceleration/Velocity limits using PILZ planner for GP4 #581
-
I am trying to use PILZ planner for cartesian trajectories via
For some pose goals, it works well, but for others, I get an error for exceeding joint acceleration. If I am using a scaling factor<1, how does it even plan for acceleration greater than what's specified in the joint_limits.yaml file. Is the service using some other reference for planning? or not using any at all? Please suggest the right forum to post this question, if this is not the right one.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This appears to be a MoveIt issue. I would suggest to update your It's not anything in Please post your issue on the relevant MoveIt tracker. |
Beta Was this translation helpful? Give feedback.
-
Posted the issue on MoveIt tracker: moveit/moveit#3553 |
Beta Was this translation helpful? Give feedback.
This appears to be a MoveIt issue.
I would suggest to update your
ROSCONSOLE_FORMAT
to include the node name (documentation), which should tell you which node is outputting those log lines.It's not anything in
motoman_driver
.Please post your issue on the relevant MoveIt tracker.