> For the complete documentation index, see [llms.txt](https://docs.revrobotics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.revrobotics.com/duo-build/ftc-starter-kit-gear-drivetrain/omni-wheel-assembly.md).

# Omni Wheel Assembly

## Omni Wheel Assembly Parts Required

| **PART NUMBER**                                         | **DESCRIPTION**       | **QTY.** |
| ------------------------------------------------------- | --------------------- | -------- |
| [REV-41-1190](https://www.revrobotics.com/rev-41-1190/) | 90MM OMNI WHEEL       | 1        |
| [REV-41-1322](https://www.revrobotics.com/rev-41-1322/) | END CAP BEARING       | 2        |
| [REV-41-1324](https://www.revrobotics.com/rev-41-1324/) | 3MM SPACER            | 2        |
| [REV-41-1337](https://www.revrobotics.com/rev-41-1337/) | 90 TOOTH PLASTIC GEAR | 1        |
| [REV-41-1347](https://www.revrobotics.com/rev-41-1347/) | 5MM X 75MM HEX SHAFT  | 1        |

## Omni Wheel Assembly Steps

|                                                                     |                                                                                                                                                                                       |
| ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <img src="/files/-MHwnojQvJ1fVsB7qpBK" alt="" data-size="original"> | Add an End Cap Bearing to the 75mm x 5mm Hex Shaft.                                                                                                                                   |
| <img src="/files/-MHwloWjPmOLgkL3pWoD" alt="" data-size="original"> | <p>Slide a 3mm Spacer onto the shaft.<br></p>                                                                                                                                         |
| <img src="/files/-MHwnQkO-PMrtBidBlmW" alt="" data-size="original"> | <p>Slide a 3mm Spacer onto the shaft.<br></p>                                                                                                                                         |
| <img src="/files/-MI5sSMtuYF05tIXv5_R" alt="" data-size="original"> | <p></p><p>Slide a 90mm Omni Wheel onto the shaft. </p>                                                                                                                                |
| <img src="/files/-MI5soIB1UDPvpY-u62u" alt="" data-size="original"> | Slide an 90 Tooth Plastic Gear onto the shaft.                                                                                                                                        |
| <img src="/files/-MI5t6_NdZtwhAx-kojH" alt="" data-size="original"> | <p>Add an End Cap Bearing to the shaft. </p><p></p><p><strong>Note:</strong> the smaller portion of the bearing faces away from the gear </p>                                         |
| <img src="/files/-MI5gwGk9tCwUPS2NWKs" alt="" data-size="original"> | <p><strong>OMNI WHEEL ASSEMBLY COMPLETE.</strong> </p><p></p><p>Repeat the above steps until there are <strong>two</strong> completed Omni Wheel Assemblies. Set aside for later.</p> |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.revrobotics.com/duo-build/ftc-starter-kit-gear-drivetrain/omni-wheel-assembly.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
