-
Notifications
You must be signed in to change notification settings - Fork 1
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
Enforce Victor's velocity bounds before sending a joint command #20
Comments
I suspect this is why @PeterMitrano saw: |
I would first check if we are sending velocities outside of the bounds (e.g. logerror) and verify this is the cause |
I don't think it's an interpolation issue. For example, I found a particular command with joint 2 velocity above ~0.17 would cause the error. That's suspiciously 10x from the limits you recently set |
increasing the |
This PR should make the API more obvious: #55 |
See:
arm_robots/arm_robots/src/arm_robots/victor.py
Line 145 in a8a4069
If
arm_robots
sends a velocity command greater than the Kuka Controller's allowed command the Kuka controller will cause an "Internal Interpolation error`The text was updated successfully, but these errors were encountered: