Installation¶
Code¶
Clone this repository:
git clone https://github.com/gait-tech/gaittoolbox.git
Run the following command to initialize submodules:
git submodule update --init --recursive
Libraries¶
At least MATLAB 2019
Enable C3D Export¶
Download the btk toolbox for MATLAB here (e.g., btk-0.3.0_Win7_MatlabR2009b_64bit.zip).
Export to a directory and add the said directory to the MATLAB path. See tutorial here.
After running the code and exporting the C3D, you can visualize the c3d file via the following steps.
Minimal Example¶
See sample code.
Specially recommend checking runSample02.m which contains a simple step by step explanation of how to get body imu measurements with respect the world frame, and then feed it into the CKF filter.
For a quick run, go to the root of the gaittoolbox code and run the following command from console. This command will run the sample code.
examples.runSample01
To run the experiments in +paper, you will run the following command from console
papers.<foldername>.runAllNeuRASparse01
papers.ckf2019.runAllNeuRASparse01