Closed brycecary closed 3 years ago
Will both the conveyor and wheels be using the controller, or is it just the intake wheels and the conveyor belt is running constantly? We might need to talk to Intake to figure out their ideas.
We'll probably find a time on Tuesday to talk through software with some of the subteams if they aren't busy.
This subsystem may also be split into 2; Intake; and Transport. Intake to handle the incoming balls, and Transport to handle the conveyor and hand-off to Shooter.
Exclude the conveyor belt from this. Should probably be a simple on/off for the intake bar, and a sensor to detect when it enters and gets passed to the transportation subsystem. The sensor may just be using power monitoring if it tends to happens to be the most reliable.
m_currentMode
and currentMotorState
. You also have an enable
and disable
methods plus a setMotorState
method. The enable/disable don't do anything.m_
prefix.RobotContainer
like it is in master
.periodic
method.A bunch of simple fixes; and make sure you use the Organize Imports
command.
It may also help to merge master back into your branch so you resolve all those conflicts ahead of time.
Updates pushed to Intake.