-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Update ur kinematics #616
Update ur kinematics #616
Conversation
BTW: The DH parameters are extracted from https://www.universal-robots.com/articles/ur/application-installation/dh-parameters-for-calculations-of-kinematics-and-dynamics/ |
Since the state of this package questionable at the current point, let's disable releasing it for now.
ad58bcb
to
65e27c9
Compare
Was this merged with a squash-merge? Please only use those for single-commit PRs. |
I would have squashed the PR anyway, so we simply skipped that step. |
Why? All 4 commits make sense to me to be separate commits. Thematically they don't belong together, so better to keep them as separate commits. |
OK, I'll keep that in mind in future. |
In #613 I collected a couple of reasons why I think that ur_kinematics is currently flawed. This PR addresses a couple of them.
kinematics_solver_attempts
as suggested in Fix MoveIt API change error for attempts #474kinematics.yaml
filesSince I still see issues with using this plugin due to its problems regarding robot calibration I added a README to inform users about this concern.
This closes #460