3C-SCSU / Avatar

MIT License
9 stars 130 forks source link

Qt QML: Radio Button - [Synthetic | Live] FLy Drone #85

Closed KINGTUT10101 closed 1 month ago

KINGTUT10101 commented 7 months ago

Using the Qt Creator / QML Python:

  1. Add the radio button that will let user select to fly the drone with Synthetic recorded data or Live brain reading; (3points)
  2. Test it and check making the program works as expected; (2points)
  3. Submit on D2L: short presentation going over the code, and demo showing the program working; (3points)
  4. 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; image Lines 16-18 are the ones when using the actual headset - so you just flip flop which ones are commented; image

https://github.com/3C-SCSU/Avatar/wiki/Running-Avatar

image

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

3C-SCSU commented 1 month ago

Solved: https://github.com/3C-SCSU/Avatar/pull/121