In order for the robot to be able to preform it's job, we must code the motors to intake and shoot balls. Creating an Intake Subsystem is a lot easier than the Drive Subsystem. It still needs an initialize method and getInstance method along with everything that comes with that, however it doesn't have a default command or any of the PIDF stuff involved. If you need help creating the subsystem, reference last year's code. Last year's code
In order for the robot to be able to preform it's job, we must code the motors to intake and shoot balls. Creating an Intake Subsystem is a lot easier than the Drive Subsystem. It still needs an initialize method and getInstance method along with everything that comes with that, however it doesn't have a default command or any of the PIDF stuff involved. If you need help creating the subsystem, reference last year's code. Last year's code