FRC9015 / Crescendo

Other
4 stars 0 forks source link

Add Handoff Code #50

Closed REVSIX closed 8 months ago

REVSIX commented 8 months ago

So apparently Mech is adding an extra step in between the ground intake and amp part of the shooter's intake because the pivot doesn't reach the ground intake. Classic Mech. (jk)

Anyway, the first step involves defining more motors for the handoff once we get a better idea of the handoff concept and adding it to the array of intake motors.

Next, it needs to be coordinated with the shooter subsystem so the note passes from the ground to inside the amp's rollers in one smooth motion.

Since this utilizes more than one subsystem, the logic should be handled in a separate command file.

REVSIX commented 8 months ago

needs to be tested

REVSIX commented 8 months ago

Code tested and works