chopshop-166 / frc-2022

FRC Team 166's source code for the 2022 game, Rapid React
MIT License
2 stars 0 forks source link

Ball Transport Subsystem #6

Closed nmot919 closed 2 years ago

nmot919 commented 2 years ago

Ball Transport

What is the primary purpose? Transport cargo from the intake mechanism to the shooter. What operations does it need to do?

What does the subsystem need to know?

What actuators are on the subsystem?

What sensors are on the subsystem?

How can the subsystem fail? Not transporting the cargo from intake to shooter, not getting rid of the correct colored ball. Any of the sensors failing remove automation. Motor failure

How can we mitigate failure? Make sure cargo can get from point A to B before everything else. Have override for getting rid of cargo. Make sure the ball can always get to the shooter whether or not the sensor is working.

What can be automated? Ball shunting can be automated, the transport mechanism itself should be automated.

msoucy commented 2 years ago

Why might it not transport from intake to shooter? How does the shunting system work? Can the shunt system run at the same time as the conveyors? Is there more than one conveyor?

bot190 commented 2 years ago

image

JoeJanickiChSh commented 2 years ago
msoucy commented 2 years ago

This is as feature-complete as we want it to be.