# Intake

POWERPLAY's rules limit robots to possessing a maximum of one corresponding Alliance Cone or one corresponding Alliance Beacon at a time, so, a major component of your points per second strategy should be the intake.  Intakes come in many different forms, so we brainstormed some concepts and put them through the first stages of the engineering design process to help us decide if they met our gameplay requirements.

## Requirements

* **Touch it, Own It** - Be able to quickly intake and control elements
* **Pick Up One Only** - reduce the chances of picking up more than one element by using the exterior rather than interior as a grip point
* **Adaptability** - ability to pick up a cone against a wall on a cone stack as well as in the open from a substation or on the field
* **Release It** - be able to release the element with ease whether by mechanical movement or by automation

## First Round of Prototyping&#x20;

{% embed url="<https://youtu.be/n1MbgEBi1jk>" %}

### **Simple Gripper**

We started with a simple gripper that has one pivot joint. The simple gripper has two stationary compliant wheels on the moving arm that grip the cone. This design is actuated by a servo and its low profile allows for cones to be picked up close to the wall.&#x20;

<figure><img src="https://268621232-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MHCAE012xNfg1h3SM9v%2Fuploads%2FlDVSFBqc91CkJHpMpKJS%2Fimage.png?alt=media&#x26;token=520bf28c-d385-45a7-8401-35ac8744edc6" alt=""><figcaption></figcaption></figure>

### **Passive Intake**

We also wanted to explore passive options for an intake. This passive intake works with free-spinning rollers at the end of two arms that are mounted with surgical tubing. The flexibility of the surgical tubing allows the arms to stretch around the cones as the rollers lock them in. Because this intake is passive and grabs a cone from the side, a bit of assistance from the field wall to keep the cone in place while grabbing is necessary. This may be an issue with intaking cones that are in the middle of the field.

<figure><img src="https://268621232-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MHCAE012xNfg1h3SM9v%2Fuploads%2Ft7gB4bQzdr5mt035KERy%2Fimage.png?alt=media&#x26;token=efcb63be-57bf-4578-9f30-ba507d2b5215" alt=""><figcaption></figcaption></figure>

### **Active Roller Intake**

The active roller intake uses two sets of wheels powered by servo motors that roll the cones into a held position.  The space needed to mount the servos and gear them correctly for the intake wheels causes this intake to be a bit bulkier than the others. Depending on what structural material you use, the frame can also be heavier which will need to be taken into consideration when building a lift.&#x20;

<figure><img src="https://268621232-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MHCAE012xNfg1h3SM9v%2Fuploads%2Fjb2VFbuyvUrpmYPIZOU0%2Fimage.png?alt=media&#x26;token=354c27c1-df9e-4aa0-a0eb-fb0d83d79f8e" alt=""><figcaption></figcaption></figure>

## Second Round of Prototyping&#x20;

{% embed url="<https://youtu.be/UglIW28PXGc>" %}

### Compact Active Roller Intake

For our final intake design we took inspiration from the Active Roller Intake to create a version that could get closer to the wall and pick up cones from the cone stacks. This compact active roller intake features one servo motor driven roller paired with a free spinning roller. This provides the same amount of control as the two roller intake with about half the footprint. Because of the smaller size, this intake is also easier for your lift to move.&#x20;

<figure><img src="https://268621232-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MHCAE012xNfg1h3SM9v%2Fuploads%2F9OqFX1rv97DXHtJF30sW%2Fimage.png?alt=media&#x26;token=e7c38ef0-9b2e-43b6-ad53-133f72d0fcb2" alt=""><figcaption></figcaption></figure>

### Bonus: Cone Flipper

A bonus mechanism we prototyped was a cone righting device. With cones getting dropped or knocked over, it might be a useful tool to have on your robot if your intake can only pick up an upright cone. Our idea was to mount compliant wheels on a rotating roller that is hinged to allow the cone to rotate into position.

<figure><img src="https://268621232-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MHCAE012xNfg1h3SM9v%2Fuploads%2FpOfOIdz6uiCkpmgRXpCs%2FIntake_Prototype_Update__FTC_POWERPLAY_20222023.gif?alt=media&#x26;token=1090f857-a3ce-443b-a989-c055d94763a3" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.revrobotics.com/ftc-kickoff-concepts/powerplay-2022-2023/intake.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
