-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
external control error:within 0.002 seconds is exceeding the joint velocity limits #1192
Comments
Thank you for your report. Some context could be very helpful with this issue.
|
@urfeex joint_trajectory_controller move to point A |
Could you try using the scaled_joint_trajectory_controller and post the exact trajectory message that is sent to the controller? |
@bodkal thank you for posting an example path. Would you also have a time parametrization for all the trajectory points? That would make it a reproducible trajectory. |
I am able to observe the same error even with URSim while using the ur ros2 driver (humble/Jazzy) |
I have commented on a similar issue (#1235 (comment)) a possible solution through lowering the speed slider in the UR Teach Pendant, not sure why this worked for me though... |
I found out that if I add more points to the path (every 0.005 in the Cartesian path) and wait a bit before executing the path after the arm moves (maybe I send a new path before the first one fully converges?. Is there an API that can tell me if asynchronous paths are finished?), I stop getting that error. |
Feature summary
Velocity 54.112 required to reach the received target [-3641786652204.927734, -1140532155447.430664, 1166022624219.684814, 10909127314.458231, -64363636502.848495, -9701334695426.744141] within 0.002 seconds is exceeding the joint velocity limits
The text was updated successfully, but these errors were encountered: