https://github.com/robotcasserole1736/casserolelib
Common Libraries used year-to-year for FRC robot code
https://github.com/robotcasserole1736/casserolelib
Last synced: about 1 month ago
JSON representation
Common Libraries used year-to-year for FRC robot code
- Host: GitHub
- URL: https://github.com/robotcasserole1736/casserolelib
- Owner: RobotCasserole1736
- License: mit
- Created: 2016-05-10T12:58:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T00:40:29.000Z (almost 8 years ago)
- Last Synced: 2025-03-27T08:11:22.177Z (about 2 months ago)
- Language: Java
- Size: 7.68 MB
- Stars: 6
- Watchers: 15
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# CasseroleLib
Common Libraries used year-to-year for FRC robot code## Contents
### Java Libraries
Common libraries, drivers, and utilities used by team FRC 1736
- [Javadoc](http://robotcasserole1736.github.io/CasseroleLib/index.html)
_Library Highlights:_
- CasserolePID - Customized PID implementation.
- Calibration - infrastructure for tunable parameters (setpoints, gains, etc.)
- Battery Parameter estimation & overcurrent protection algorithms
- Real-time filter & calculus operations
- Onboard data-logging libraries
- Sensor drivers
- Jetty-based web server for customized calibration interfaces, debugging, and driver information display### 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
- Clone repo (if you haven't already)
- Add content from java/lib folder into existing Eclipse project.
- Install other software as needed (Eclipse, Python, Octave, etc.)
- Reference Javadoc for class usage.## Content Samples
Driver View (webserver):

Calibration (webserver):

Real-time Data Viewing (webserver)

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

## NotesThis 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