Myo Tutorial
Myo Tutorial
Resources:
- https://support.getmyo.com/hc/article_attachments/115011868126/myo-for-education-lesson-1.pdf
- Developer website not available as Thalmic Labs has shut down.
- Myo Game Docs: https://developerblog.myo.com/myo-scripting-orientation-gestures-part-one/
Software Setup:
- Download the Myo Connect for Windows https://s3.amazonaws.com/thalmicdownloads/windows/1.0.1/Myo+Connect+Installer.exe
- Download the Unity Assets https://github.com/thalmiclabs/myo-unity (using GitBash for cloning is recommended)
- Put the Unity assets somewhere accessible on your PC.
- Open unity and open the ‘Box on a Stick.unity’ asset file.
- Open ColorBoxByPose.cs
- renderer.material does not have a declaration (Thanks Devs!). Make one:
- Now your renderer.material has been initialized.
- Play the demo
Demo:
Hardware Setup:
Bugs:
- ‘Thalmic’ can not be found when running ‘Box on a Stick.unity’
Answer: define public new Renderer renderer in the script