> 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-chain-drivetrain/omni-wheel-assembly.md).

# Omni Wheel Assembly

## Omni Wheel Assembly Parts Required

| **PART NUMBER**                                         | **DESCRIPTION**              | **QTY.** |
| ------------------------------------------------------- | ---------------------------- | -------- |
| [REV-41-1348](https://www.revrobotics.com/rev-41-1348/) | 5MM X 90MM HEX SHAFT         | 1        |
| [REV-41-1325](https://www.revrobotics.com/rev-41-1325/) | 1.5MM SPACER                 | 1        |
| [REV-41-1324](https://www.revrobotics.com/rev-41-1324/) | 3MM SPACER                   | 3        |
| [REV-41-1326](https://www.revrobotics.com/rev-41-1326/) | THROUGH BORE BEARING - SHORT | 1        |
| [REV-41-1329](https://www.revrobotics.com/rev-41-1329/) | THROUGH BORE BEARING - LONG  | 1        |
| [REV-41-1327](https://www.revrobotics.com/rev-41-1327/) | SHAFT COLLAR                 | 1        |
| [REV-41-1338](https://www.revrobotics.com/rev-41-1338/) | 15 TOOTH #25 SPROCKET        | 1        |
| [REV-41-1340](https://www.revrobotics.com/rev-41-1340/) | 20 TOOTH #25 SPROCKET        | 1        |
| [REV-41-1190](https://www.revrobotics.com/rev-41-1190/) | 90MM OMNI WHEEL              | 1        |

## Omni Wheel Assembly Steps

|                                                                     |                                                                                                   |
| ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| <img src="/files/-MMSfx7WqMiGU3NeygXQ" alt="" data-size="original"> | Slide a Through Bore Bearing – Short onto the shaft.                                              |
| <img src="/files/-MMSg4I4Eq3JKI5Ezc_J" alt="" data-size="original"> | Slide a 1.5mm Spacer onto the shaft.                                                              |
| <img src="/files/-MMSg9Y_e56GMEtYpFiT" alt="" data-size="original"> | Slide a 15 Tooth #25 Sprocket onto the shaft.                                                     |
| <img src="/files/-MMSgIE-I0BhaUdzFbZ1" alt="" data-size="original"> | Slide a 3mm Spacer onto the shaft.                                                                |
| <img src="/files/-MMSgQdNzlm0-ZF0RDNo" alt="" data-size="original"> | Slide a 20 Tooth #25 Sprocket onto the shaft.                                                     |
| <img src="/files/-MMSgcZ7-rcdJ7lB6Biz" alt="" data-size="original"> | Slide a Shaft Collar onto the shaft.                                                              |
| <img src="/files/-MMSgjfO04R8l3TKYVib" alt="" data-size="original"> | Slide the 90mm Omni Wheel onto the shaft.                                                         |
| <img src="/files/-MMSgw9K7UeGLaQ4tOdO" alt="" data-size="original"> | Slide a 3mm Spacer onto the shaft.                                                                |
| <img src="/files/-MMSh0hWUouMEM9FPOHQ" alt="" data-size="original"> | Slide a 3mm Spacer onto the shaft.                                                                |
| <img src="/files/-MMShBvGFCx9xSzFDz8g" alt="" data-size="original"> | Slide a Through Bore Bearing – Long onto the shaft.                                               |
| <img src="/files/-MMShHrlwJN_JnPaB5Fj" alt="" data-size="original"> | Repeat the steps above until you have two compete Traction Wheel Assemblies. Set aside for later. |


---

# 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-chain-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.
