Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.86 KB

README_SOFTWARE.md

File metadata and controls

44 lines (23 loc) · 1.86 KB

Requirements

Make sure to install the required Python libraries. Running the command pip install -r requirements.txt will download each of the required libraries to successfully execute this project.

Virtual Environment

To run the virtual environment: Execute python /Virtual Environment/main.py

The main objective is to collect as many stars within a given timeframe.

A user may control the object using data received from the EEG, or can modify the functions to accept key inputs. See Panda3D Documentation.

2D Game

The main objective of this game is to keep the black box within the green bar for as long as possible. The EEG will use power density concentration measurements to determine the adqueate placement of the black box. The higher the concentration, the higher the box will go up the red bar.

30s Game

Almost identical to the 2D Game, except there is a 30 second timer as well as random placement of the green box every 5 seconds.

Data Collection GUI

To run GUI: Execute python /Data\ Collection/main.py

The GUI presents 2 options. Selecting "Imagery" will assume that the EEG will be classifiyng motor-imagery tasks. Selecting "Real" implies the actual movement of the instructed task.

Useful Resources

For a more thorough view on software, including visual aid, you can access our User's Manual.