Use prior joint angles to avoid kinematic singularity #106
Labels
DDE
Issues related to the Dexter Development Environment.
enhancement
New feature or request
Firmware
Related to DexRun.c
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
)The text was updated successfully, but these errors were encountered: