FRC1761 / RoboRioCode

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

Create Arm Subsystem #15

Closed ankiewiczk closed 4 years ago

ankiewiczk commented 5 years ago

We need a subsystem for the Arm which should contain the following properties

Ultrasonic Sensor, Two Talon MotorController in one MotorControllerGroup. The motor controllers should be constructed similar to the DriveTrain Subsystem with both motors in one MotorController group because they will be connected to One transmission.

Follow the DriveTrain.java file as an example. Make sure it builds using VSCode.

Here is the link to install VSCode https://github.com/wpilibsuite/allwpilib/releases