-
Notifications
You must be signed in to change notification settings - Fork 0
Intake, Feed and Shoot (Basic) #2
Copy link
Copy link
Open
Description
The basic processes for intaking, feeding and shooting. This is highly dependent on the final design of the robot, but here are some of the requirements of the software. Regardless, the key steps of working through it is necessary
REQUIREMENTS:
- Must be impossible to jam system
- Efficient system
- Mashing buttons should not cause an issues
Steps
- Consider the intake first. What motors need to spin, what button should be needed to be held down? What commands are necessary? (Intake in and intake out). Note that all controllers have a true false case for a button being presssed or released
- Now consider the feed system? What should spin when intaking vs when shooting? How can you make sure the feed is consistently pushing into the shooter at the same speed? Should the feed always run at 100%
- Is it a fly wheel? What parameters can we change for the shooter. Is there an outtake button to run the shooter at 15% in order to feed?
- If not, consider any necessary systems to do things.
For this kind of system, just consider the order things need to happen in. Break it down to it's simplest steps and follow it through.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels