Closed nmot919 closed 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?
This is as feature-complete as we want it to be.
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.