Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 373 Bytes

packages.md

File metadata and controls

11 lines (6 loc) · 373 Bytes

Module robotlib

RobotLib is a library for programming FTC robots.

Package com.jdroids.robotlib.command

RobotLib's command system is really the heart of the entire library. It is an effective way of representing robot code in a readable fashion.

Package com.jdroids.robotlib.controller

The controller package contains the basics for beginning with control theory.