Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1006 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 1006 Bytes

Parallax Data Analyzer

Code to process data so we can better calibrate our PID algorithms

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

This software requires the Jupyter Notebook and Python. You can install these by downloading the Anaconda installer, and following the instructions from there.

Installing

To install this project, clone it onto your computer by calling git clone https://github.com/PARobotics/Analyzer.git.

Running It

Within terminal, call jupyter notebook, and then navigate to localhost:8888 in your browser. From there, you should see a file explorer. Navigate to the location of the .ipynb file you want to run.

Each file has specific usage instructions within it.

Authors

  • Jeffrey Shen

License

This project uses the MIT License - see the LICENSE file for details