# B. Power Transmission (WIP)

## Introduction

Up to this point, the models you've built have been structural components—but that's just one part of a robot. To make a robot move and perform tasks, motors that generate rotational motion are essential. In Level 2B, you'll start working with basic power transmissions, which include motors, bearings, shafts, gears, belts, and chains—all used to convert rotational motion into functional movement.

This stage focuses on the fundamentals of power transmissions, with a special emphasis on modeling them in CAD. Motor selection and power transmission ratio calculations will be covered later in Stage 2, where you'll explore multiple different mechanisms in greater detail.

In this stage, there are exercises designed to practice modeling simple power transmissions in the form of stand-alone gearboxes. I<br>

## Examples

Take a look below at some examples of different types of power transmissions found in robots.

<figure><img src="/files/3zNRq9NEjA1bS6qpWkqx" alt=""><figcaption><p><em>FTC 16197 SWARM's PTO for Ultimate Goal</em></p></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://www.ftcwiki.org/intro-to-cad/level-2/b.-power-transmission-wip.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.
