/FTC_Scripts

A set of scripts for uploading Java code to the FTC Robot Controller

Primary LanguageShell

FTC_Scripts

A set of scripts for uploading Java code to the FTC Robot Controller

FTC_Down — This script crawls the phone for prexisting Java files and downloads them locally

FTC_Up — This script uploads Java files from the local machine to the robot controller

FTC_Build — This script builds the code on the robot controller and reports any errors back to the user

FTC_Wipe — This script deletes all existing source files on the robot controller

Prerequisites

These scripts rely on wget and find and are verified to work in both bash and zsh shells and may work in others

Currently these scripts only work on *nix systems