A software to easily generate parameterized tiles for haptic harnesses
Setting up a new Conda environment through the ternminal with the correct dependencies:
conda create -n hapticHarnessGenerator python=3.9
[!WARNING]
vtkbool through conda-forge is only availabe on win64, linux64, and osx64. Please see: https://github.com/zippy84/vtkbool
Therefore, please select the correct platform for the conda environment like this example for mac:conda create -n hapticHarnessGenerator python=3.9 --platform osx-64
conda activate hapticHarnessGenerator
conda install -c conda-forge vtkbool
(ensure conda-forge is in your conda config)pip install haptic_harness_generator
run-haptic-harness --export-dir [your absolute path]
run-haptic-harness --export-dir C:\Users\Me\Downloads