-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adjust Dextra's finger joints to trained models #1
Comments
A couple of things we've commented:
|
A way to set to value within range via the
Note: warnings do not dissapear; in fact, you get double the warnings if you do it incorrectly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At https://github.com/roboticslab-uc3m/sign-language-papers/issues/7, we trained a series of NN models to express motor joint commands given actual angles between consecutive finger joints. Those models were given the opposite relationship, i.e. resulting finger joint angles given a motor command. The problem is: OpenRAVE's dextra models work with a different configuration regarding directions of rotation, i.e. finger joints move between
-7
degrees (almost fully open) and-85
degrees (fully closed, perhaps unattainable?) whereas said models are always given positive angles.Decide on either updating OpenRAVE models accordingly or applying a conversion on the angle inputs to the trained NNs (or: generate those models again). Perhaps initial pose and limits should be reviewed, too.
PS: mind the thumb!
The text was updated successfully, but these errors were encountered: