Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

A repository of utility classes for the 2018 FRC Season

Notifications You must be signed in to change notification settings

LakotaRobotics1038/2018Utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2018Utilities

A repository of utility classes for the 2018 FRC Season. This project contains several classes created for generic implementation across any future robot project

Joystick1038.java

Defines all the button and joystick inputs of the Logitech joystick and then lists methods that call those definitions off the WPI Joystick class. This class is intended for use in place of the WPI Joystick class

CIMCoder.java

Defines the usage for a CIM Encoder. Uses the WPI Encoder class to store the location of an encoder, and based off encoder counts per revolution and wheel diameter, change the value of getCount() to output the units of wheelDiameter. (i.e. if wheelDiameter is inches, getCount() will output inches)

AutonDriveForward.java

A basic auton that uses encoder values to drive the robot forward until it passes a given set point

Driver.java

Uses RobotDrive to drive the robot based off input from Joystick1038. Includes all 3 drive modes and a method to toggle through them

About

A repository of utility classes for the 2018 FRC Season

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages