Skip to content

aagudel/monitorp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monitorp

Requirements

conda create -n env0
conda activate env0
conda install python=3.12
pip install imgui-bundle

Running

Running the main monitorin GUI:

python -m rt2.uiimgui

Running the neuro data capture module:

python runner.py neuro neuro "neuro.NeuroDataCapture(4300)"

Running the kinematics data capture module:

python runner.py kinem kinem "kinem.KinemDataCapture(4600)"

Running the decoded data capture module (broken at the moment and not strictly needed):

python runner.py kinemdec kinem "kinem.KinemDecodeCapture(4700)"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages