Skip to content
This repository has been archived by the owner on Jul 28, 2019. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 689 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 689 Bytes

MyoBot

Control an FRC robot with a Thalmic Labs Myo Gesture Control Armband!

Control Center

Connect the Myo, launch the Driver Station and MyoBot Control Center, and direct the robot's movements with your arm gestures!

This project is currently Windows-only. It uses JNI to invoke native methods of the Windows C++ Myo API, and sends motor speed data to the robot via NetworkTables. This repository only includes the Java code and FRC Robot code; the native library and Java Myo API are located here.