# Mecanum Drive

## Possible Movement Vectors

<figure><img src="/files/84vdyNZ9wBmkhMdN2zny" alt=""><figcaption></figcaption></figure>

## Advantages / Disadvantages

The Mecanum Drive is just as simple to build as the Tank Drive, but has the ability to drive sideways. It uses VEX [mecanum wheels](/hardware/misc.-vex-parts-1/motion/mecanum-wheels.md) in order to drive, turn, and strafe.

<table><thead><tr><th>Pros</th><th>Cons</th><th data-hidden></th></tr></thead><tbody><tr><td>High forward traction</td><td>Slow compared to tank drive</td><td></td></tr><tr><td>Ability to strafe</td><td>Innefficient strafing</td><td></td></tr><tr><td></td><td>Space innefficient </td><td></td></tr></tbody></table>

The Mecanum Drive is compact and simple to construct as compared to other holonomic drives, but it can be difficult to push from the side and its strafing movement is slower than forward driving. The VEX mecanum wheels' limited roller sets (7) can result in a clunky driving experience, which may hinder programming autonomous functions using integrated motor encoders.

<figure><img src="/files/-MkSg5BkN7heyyZsijY0" alt=""><figcaption></figcaption></figure>

The Mecanum Drive was utilized by [7K's Tower Takeover Robot](https://www.youtube.com/watch?v=vGkMw4Nx-Ks). Mecanum wheels are especially effective in games like Tower Takeover which involve rows of game elements or aligning with the field perimeter.

{% hint style="info" %}
To enable strafing in a Mecanum Drive, the wheels must be positioned correctly with the top rollers forming an "X" shape. It is essential that the rollers of wheels in opposite corners are aligned in the same direction.
{% endhint %}


---

# 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://wiki.purduesigbots.com/hardware/vex-drivetrains/mecanum-drive.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.
