-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Bug] Orientation acceleration & velocity mixed up when using two Myo's #50
Comments
I apologise for my enormous delay in answering. |
No worries and thank you! I'm running on the latest version (January), but still having the issue described above so I can't use many of the data features when two MYOs are connected. |
Hey there, Happy this thread exist, I seem to be getting the same problem. Data is very smooth while I work with one Myo connected, but as soon as I connect the second one, it starts getting weird. I don't even have started the second Myo Mapper, only one with both connected via Myo Connect and everything goes wrong. Any chance you'll be working on that issue soon? |
Hi @thebbg, I'm dedicating a few hours a week to Myo Mapper and this is a priority. I'm trying to find a way to better manage two Myos. It's not that easy as it looks but I'm doing my best. Please let me know if you have any suggestions. From the UI design to backend ideas :) |
Hey Balandino, No problem, I understand that very well. I know how simple looking things are usually much more complicated under the hood. The thing I find weird though is that the positions received for both Myo's work great, I'm using it to spatialize my sounds live in a dome using Serveur Gris plugin (if you wanna check it out : http://gris.musique.umontreal.ca/). I believe the orientation/velocity and orientation/acceleration is extirped from the positions and since the position itself is working fine for 2 myo's, maybe the problem happens between the reception and analysis of position data and the calculations for the velocity and acceleration, but that's only an hypothesis. If it works in a different way, feel free to send me some code examples / explanation so I can add my brain power to solving that specific issue, it would be my pleasure! |
I'm sending Left Myo to port 5432 and Right Myo to port 5434. Most data is correct, but when enabling Orientation acceleration & velocity, both Myo's send to both ports.
So myo1/orientation/velocity (1,2,3) keeps flashing between two values, and is affected by the movement of both arms. Same for myo1/orientation/acceleration (1,2,3). For myo2 the values are inverted, but have the same issue (flashing and affect by both arms).
Thanks :)
The text was updated successfully, but these errors were encountered: