> For the complete documentation index, see [llms.txt](https://www.ftcwiki.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.ftcwiki.org/transmitting-power/servos/servo-selection.md).

# Servo Selection

Servos generally fall into two categories: torque-focused or speed-focused. Torque servos prioritize force, allowing robots to handle heavier loads and maintain strong positioning, while speed servos focus on quick, responsive movement, ideal for applications requiring fast adjustments.

In FIRST Tech Challenge, the three commonly used servo brands are REV, GoBILDA, and Axon.&#x20;

{% tabs fullWidth="true" %}
{% tab title="REV Servo (Cose-effective Option)" %}
REV offers one servo, the Smart robot servo, a good price-to-performance servo. It features a dual mode, offers average output torque and speed, and has a brass gearbox.

<figure><img src="/files/T2mn9sDK0h5HjZ6wxPF0" alt="" width="375"><figcaption><p><em>REV Smart Robot Servo</em></p></figcaption></figure>

<table><thead><tr><th width="166"></th><th align="center"></th></tr></thead><tbody><tr><td></td><td align="center"><strong>Smart Robot Servo</strong></td></tr><tr><td>Speed at 6 Volts</td><td align="center">≈71 RPM</td></tr><tr><td>Torque at 6 Volts</td><td align="center">13.5 kg·cm</td></tr><tr><td>Range of Rotation</td><td align="center">270°</td></tr><tr><td>Price</td><td align="center">$30.00</td></tr></tbody></table>
{% endtab %}

{% tab title="GoBILDA Servos (Balanced Option)" %}
GoBilda servos are a good price-to-performance servo. They feature a dual mode, and offer higher than average output torque or output speed (depending on the gearbox), and a steel gearbox.

<figure><img src="/files/0J7jPCVJjyXCxa0y1X5Q" alt="" width="375"><figcaption><p><em>GoBILDA Speed Servo</em></p></figcaption></figure>

<table><thead><tr><th width="166"></th><th align="center"></th><th align="center"></th><th align="center" valign="top"></th></tr></thead><tbody><tr><td></td><td align="center"><strong>Torque Servo</strong></td><td align="center"><strong>Speed Servo</strong></td><td align="center" valign="top"><strong>Super Speed Servo</strong></td></tr><tr><td>Speed at 4.8 Volts</td><td align="center">40 RPM</td><td align="center">90 RPM</td><td align="center" valign="top">180 RPM</td></tr><tr><td>Torque at 4.8 Volts</td><td align="center">17.2 kg·cm</td><td align="center">7.9 kg·cm</td><td align="center" valign="top">4 kg·cm</td></tr><tr><td>Range of Rotation</td><td align="center">300°</td><td align="center">300°</td><td align="center" valign="top">300°</td></tr><tr><td>Price</td><td align="center">$36.99</td><td align="center">$36.99</td><td align="center" valign="top">$36.99</td></tr></tbody></table>
{% endtab %}

{% tab title="Axon Servos (Premium Option)" %}
Axon servos are the best price-to-performance high-performance servos. They have a high efficiency and a high power output. In addition, these servos can track their absolute position via an analog output wire.

<figure><img src="/files/WVeOYmORE0iFPzyKtHTe" alt="" width="308"><figcaption><p><em>Axon MAX+</em></p></figcaption></figure>

<table><thead><tr><th width="166"></th><th align="center"></th><th align="center"></th><th align="center" valign="top"></th></tr></thead><tbody><tr><td></td><td align="center"><strong>MICRO+</strong></td><td align="center"><strong>MINI+</strong></td><td align="center" valign="top"><strong>MAX+</strong></td></tr><tr><td>Speed at 4.8 Volts</td><td align="center">≈118 RPM</td><td align="center">≈91 RPM</td><td align="center" valign="top">≈71 RPM</td></tr><tr><td>Torque at 4.8 Volts</td><td align="center">6.5 kg·cm</td><td align="center">20 kg·cm</td><td align="center" valign="top">28 kg·cm</td></tr><tr><td>Range of Rotation</td><td align="center">255°</td><td align="center">255°</td><td align="center" valign="top">255°</td></tr><tr><td>Price</td><td align="center">$69.99</td><td align="center">$86.99</td><td align="center" valign="top">$89.99</td></tr></tbody></table>

{% endtab %}
{% endtabs %}


---

# 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://www.ftcwiki.org/transmitting-power/servos/servo-selection.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.
