Team-1389-Archives / Team1389-Robot-Code-Base

Contains code that can be used in any robot project
1 stars 1 forks source link

Overview

This project contains base code for team1389 robot projects. The code is general and useful for all FRC robot programs.

To make a project that uses this library, you need to clone the Team1389-Base-Project-Template and follow the intructions in it's README

Features

Planned Features

How Stuff Works

External libraries

The jars for external (third party) libraries are located in the 'lib' folder.

To add a new library:

To see how the libraries are used, look at the documentation in the build.xml file

Webserver

The webserver is an embedded jetty webserver. Its code is in the com.team1389.base.webserver package. For more information, look at the package-info file in that package.

Resources

Any files that the program needs to access can be placed in the Resources folder, which is copied to the roborio when the code is deployed.