FRC1761 / RoboRioCode

RobotSource Code for FRC using Roborio
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Create a subsystem for Conveyor #17

Closed ankiewiczk closed 10 months ago

ankiewiczk commented 4 years ago

THe converyor subsystem should be modeled after src/main/java/frc/robot/subsystems/DriveTrain.java on the InfiniteRecharge branch.

Look at the class Differential Drive in the javadocs here: https://first.wpi.edu/FRC/roborio/release/docs/java/edu/wpi/first/wpilibj/drive/package-summary.html

the subsystem should have one drive function that calls the drive motor on the motorController property.