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

Detection of rotation #2

Open
LarryByndon opened this issue Oct 26, 2018 · 1 comment
Open

Detection of rotation #2

LarryByndon opened this issue Oct 26, 2018 · 1 comment

Comments

@LarryByndon
Copy link

LarryByndon commented Oct 26, 2018

Dear VRoland,

I am in a project to control motor with the MYO armband and I am using your MyoBridge project to control this motor by the detection of gesture which works perfectly.

And now I want to control the duty cycle of each motor (I have 2 motors) to control the speed of the motor rotation. So I found this project that seems really helpful for my project by for example make an arm rotation after a detection of gesture which the angle of rotation of the arm can be proportional to the duty cycle.

But actually I have some difficulty to understand your code so maybe you can help me with my example of angle detection after gesture detection (for example after a wave out).

I will be very grateful if you can help me.

@vroland
Copy link
Owner

vroland commented Oct 27, 2018

As explained in #3, this library basically works by recording orientation data and then matching a data to this recording. This currently only detects very basic gestures... You could try to detect a very carse angle from this data, but that will not be very precise using this approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants