Software for Robot Casserole's 2019 FIRST Deep Space competition season
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.
The source code this year, included code for: raising and lowering an arm, intaking and ejecting cargo, grabbing cargo out of the intake and placing it, grabbing and placing hatches, and programming a west coast drive-train to move. If you care to look at it look here
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.