FRC-Team-1710 / FRC1710-2018

Team 1710's robot code for 2018.
2 stars 0 forks source link

Implement a ramp subsystem #8

Closed Team1710CTO closed 6 years ago

Team1710CTO commented 6 years ago

Just like we have drive, intake, and vision classes we need to make a class for the ramp. All that would entail is two methods: one to actuate the two giant pistons and another to release the ramp from being held inside of the robot. There are 6 pistons that work to manipulate this ramp:

The pistons all need to work in pairs so one double solenoid object controls each pair. Also they need to actuate in the order listed above with a little bit of delay between each step.

pennbrabec commented 6 years ago

added the ramp class and 3 double solenoids to control the ramp deploy