https://github.com/robotcasserole1736/robotcasserole2018
Main robot-related code repo for FRC team 1736 Robot Casserole
https://github.com/robotcasserole1736/robotcasserole2018
frc powerup2018 robotics
Last synced: 3 months ago
JSON representation
Main robot-related code repo for FRC team 1736 Robot Casserole
- Host: GitHub
- URL: https://github.com/robotcasserole1736/robotcasserole2018
- Owner: RobotCasserole1736
- License: mit
- Created: 2018-01-05T00:30:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T00:59:58.000Z (over 6 years ago)
- Last Synced: 2025-01-16T05:56:10.389Z (4 months ago)
- Topics: frc, powerup2018, robotics
- Language: Java
- Size: 19 MB
- Stars: 0
- Watchers: 25
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README

# RobotCasserole2018
Robot Casserole robot source code for the 2018 FRC game, First PowerUp.## Contents
1. Driver view
2. Main Source Code
3. Log File Snagger & Log Viewer
4. Autonomous Routines## Driver View Website
The Driver View web site is used to help test and tweak our code, and used to help drive team during match. The driver view is a javascript/HTML based viewer of data logs captured from the robot during operation. These data logs are then used to tweak code before, during, and after competition.Me selecting auto mode in driver view

Me checking that my request was noticed in state data

Me changing a value in calibrations

Me testing code in plot views

## Main Source Code
The source code this year, included code for: raising and lowerign an elevator, intaking, ejecting, and throwing a power cube, and programming a west coast drive-train to move. If you care to look at it look [here](https://github.com/RobotCasserole1736/RobotCasserole2018/tree/master/RobotCasserole2018/src/org/usfirst/frc/team1736/robot)## Log File Snagger & Log Viewer
The log file snagger is a python script used to communticate with the roborio and grab all csv logs in a certain directory and put them in a log viewer where we can view them when the robot does somthing wacky.## Autonomous Routines
The autonomous routines we had this year were: crossing the basseline, going and placing a cube on the switch, and driving and placing a cube on the scale. To help us have smooth auto routines, we use a falcon path planner, this uses a set of waypoints and creates a smooth path for the robot to follow.