Dynamics of human/machine interactions.
Create a virtual environment env
and install required packages.
virtualenv -p python3 env
env/bin/activate
pip install -r requirements.txt
Host the website locally
livereload web/index.html
and go to http://localhost:35729/
.
Connect a physical device to the web interface
python scripts/webinput.py --device "COM4" --port 4567
Supported tasks:
- Continuous reference tracking
Supported systems:
- First- and second-order systems
Supported physical devices:
- Mouse+keyboard (via the browser)
- Serial port (via a websocket daemon)