Skip to content

ActiveTouchLab/footsim-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FootSim

Simulating peripheral tactile responses from the sole of the foot.

Installation

The footsim package requires Python 3.6 or higher to run. It also requires numpy, scipy, skikit-image, numba, and matplotlib. Additionally, holoviews is required to use the simulation's inbuilt plotting functions.

If using conda for package management, the following command creates a new environment fs with all dependencies installed: conda env create -f environment.yml

To install the package via a symlink to the git directory, use python setup.py develop.

Using the package

Examples of how to use the model and its plotting functions are contained in an iPython notebook, see Tutorial.ipynb. Examples of further applications of the model can be found at https://github.com/LClel/FootSim_insole_demonstration.

Enquiries

Questions, comments and suggestions can be e-mailed to r.siqueiradesouza@sheffield.ac.uk from https://activetou.ch/. For questions, comments and suggestions directly related to simulating responses during walking, email Luke Cleland at ldcleland1@sheffield.ac.uk from https://activetou.ch/.