Add the radio button that will let user select to fly the drone with Synthetic recorded data or Live brain reading; (3points)
Test it and check making the program works as expected; (2points)
Submit on D2L: short presentation going over the code, and demo showing the program working; (3points)
After (3); check if your code is approved to enter the Avatar code repo; if so, do pull request on GitHub to have your code merged; (2points)
IMPORTANT:
lines 21/22 are for synthetic data and use those when testing deployments without headsets;
Lines 16-18 are the ones when using the actual headset - so you just flip flop which ones are commented;
Using the Qt Creator / QML Python:
IMPORTANT: lines 21/22 are for synthetic data and use those when testing deployments without headsets; Lines 16-18 are the ones when using the actual headset - so you just flip flop which ones are commented;
https://github.com/3C-SCSU/Avatar/wiki/Running-Avatar
Note - reason to move from PySimpleGUI to QT: It might be best to move away from pysimplegui to keep avatar accessible to everyone https://news.ycombinator.com/item?id=39369353