Myoelectric Runner Game controlled with Muscle
- Add .gitignore separately in individual projects
Digital Signal Processing and Machine Learning TODO: need comments and code for muscle classification here
List of Projects:
- simpleBallGame
- myo-run
Opening Unity Game Project
- Download Unity Hub
- Download Unity version 2019.4.10f1
- Open Unity Hub
- Click Projects > Add > go into myo-run directory > click Unity Project and click Open
- Open Project
- Under Projects Tab, go to Assets > Scenes > and click Scenes to load project
- Click Play button to start game
UDP Connection (link)
UDP Streamer - sends data to specific address port. This is the Client in classical UDP Server Client model. UDP Receiver continuously receives information from the specific address port, having been binded to the port. This is the Server in classical UDP Server model.
Click here for more explanation
Mock Muscle Classifier (link)
Mock Muscle Classifier simulates results we expect to get from DSP/ML Muscle Classifier. Use mockController.py to mock sending inputs from steamer using keyboard inputs (left, right, up, down arrows).
Left: Flexion, Right: Extension, Up: Pronation, Down: Supination
pip install pygame
python connection/mockController.py