Skip to content
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

Use prior joint angles to avoid kinematic singularity #106

Open
JamesNewton opened this issue Sep 29, 2020 · 0 comments
Open

Use prior joint angles to avoid kinematic singularity #106

JamesNewton opened this issue Sep 29, 2020 · 0 comments
Assignees
Labels
DDE Issues related to the Dexter Development Environment. enhancement New feature or request Firmware Related to DexRun.c

Comments

@JamesNewton
Copy link
Collaborator

As described in Kinematic singularities, if there are any infinite number of solutions for a commanded pose, how can Dexter know which one to pick? The obvious answer is that it should pick the one that moves the joints the least, using the context from the prior pose to pick the new pose which is most similar.

Some work on this has been done in DDE's Kin.js:
https://github.com/cfry/dde/blob/master/math/Kin.js
(search for .context_inverse_kinematics)

@JamesNewton JamesNewton added enhancement New feature or request DDE Issues related to the Dexter Development Environment. Firmware Related to DexRun.c labels Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DDE Issues related to the Dexter Development Environment. enhancement New feature or request Firmware Related to DexRun.c
Projects
None yet
Development

No branches or pull requests

2 participants