RobotCasserole1736 / CasseroleLib

Common Libraries used year-to-year for FRC robot code
MIT License
6 stars 1 forks source link

CasseroleLib

Common Libraries used year-to-year for FRC robot code

Contents

Java Libraries

Common libraries, drivers, and utilities used by team FRC 1736

Library Highlights:

Calculators

Physics simulations & calculations for design aid in FRC competitions. Requires Matlab or GNU Octave installed.

logFileSnagger

Python utility to grab .csv files from the robot and transfer them to the local computer for analysis. Requires local install of Python 3.X, and FTP access over the network to the robot.

Data Viewer

Matlab/Octave based data viewer. Takes .csv files generated from the datalogger library and generates matlab-style plots. Requires a local installation of Matlab or GNU Octave. Can get kinda slow for big .csv files, but kept around as a reference for data analysis.

Data Viewer 2

Javascript & HTML5 based interactive viewer for .csv files generated from the datalogging library. Fairly quick answer for viewing plots. Special thanks to HighCharts for making this look so awesome!

webServerContent

HTML, Javascript, and Ant build content required for supporting the Casserole Web Server libraries.

Usage

Content Samples

Driver View (webserver):

Casserole Driver View website sample

Calibration (webserver):

Casserole Calibartion website sample

Real-time Data Viewing (webserver)

Casserole rtplot  sasmple

Local Data Viewer (Local Data-logging + file snagger + data viewer 2):

Casserole dataviewer 2 sasmple

Notes

This library is still under development - not all libraries are as-of-yet fully functional. We're working on improving it. Check back often! Let us know if there's anything you find useful, or broken!

:P