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

Mimic Glove: Investigate IMU for finger position feedback vs potentiometers #146

Open
davidbdias96 opened this issue Dec 3, 2020 · 1 comment
Assignees
Labels
Proof Of Concept Things that test and demonstrate the capabilities of a system or component

Comments

@davidbdias96
Copy link

No description provided.

@davidbdias96 davidbdias96 added the Proof Of Concept Things that test and demonstrate the capabilities of a system or component label Dec 3, 2020
@davidbdias96 davidbdias96 self-assigned this Dec 3, 2020
@kammce kammce changed the title Contemplate using accelerometer to obtain position of fingers for the glove rather than potentiometers Mimic Glove: Investigate accelerometer for finger position feedback vs potentiometers Dec 3, 2020
@kammce kammce changed the title Mimic Glove: Investigate accelerometer for finger position feedback vs potentiometers Mimic Glove: Investigate IMU for finger position feedback vs potentiometers Dec 3, 2020
@kammce
Copy link
Contributor

kammce commented Dec 3, 2020

As discussed yesterday, this should work find except in the case where your hand is vertical, meaning that the palm of your hand is orthogonal to the earth. In this case the vector of force points directly down, but you can move your fingers and not see a change in the force vector.

Potential solution

This can be solved by using the gyroscope feature of IMUs (radial velocity) but this can drift over time. This would require that the pilot be aware of this issue and make sure to keep their hand out of 90deg from earth as much as possible. This will require further testing with the claw to see how bad using the gyroscope is in this case. Gyroscopes, when calibrated properly can be extremely precise, provided that they are sampled extremely quickly to integrate radial velocity into radial position.

Regardless if this makes the design of the glove far easier to work with, this is something that we should absolutely look into.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Proof Of Concept Things that test and demonstrate the capabilities of a system or component
Projects
None yet
Development

No branches or pull requests

2 participants