Skip to content
This repository has been archived by the owner on Sep 30, 2019. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 521 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 521 Bytes

MHP_BumpTesting

This repo contains all code related to Bump Testing that was conducted from December 2017-March 2018.

  • Acclerometers = contains code to run all four accelerometers which were used at different points in the testing.
  • Filtering Code = contains matlab code to post-process the data to attempt to get some meaningful results.
  • PIGPIO = contains software that needs to be installed to run the scripts on a new pi. To install use the commands "cd pigpio", then "make -j4" and lastly "sudo make install"