# Starter Bot Changelog 2024-25

{% hint style="info" %}
Changes made to any of the 2024-25 REV DUO FTC Starter Bot Documentation will be listed below. Check back for updates as the season progresses!
{% endhint %}

| Version                                   | Release Date & Notes                                                                                                                                                                                                                                                        |
| ----------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| v1.0.0 - Build Guide                      | <p></p><p>9/09/24</p><ul><li>Initial Release</li></ul>                                                                                                                                                                                                                      |
| v1.0.0 - Code and Configuration           | <p></p><p>9/09/24</p><ul><li>Java Code Initial Release</li><li>Blocks Code Initial Release</li><li>Configuration File Initial Release</li></ul>                                                                                                                             |
| v1.0.0 - Bill of Materials                | <p></p><p>9/09/24</p><ul><li>Initial Release</li></ul>                                                                                                                                                                                                                      |
| v1.0.1 - Blocks Code                      | <p>9/10/24</p><ul><li>Blocks Code updated to remove excess block within the "intake" movement</li><li>Fixed inverse drive controls</li><li><a href="/pages/TGa1bJ2YAT9wTyFQL2Ow#what-is-a-function">Added additional function information to the tutorial</a><br></li></ul> |
| v1.0.1 - Upgrades                         | <p>9/10/24<br><a href="/pages/fAmPDb12e41C9OvsunbK#arcade-drive">Added arcade drive example code!</a></p>                                                                                                                                                                   |
| v1.0.1 - OnBot Java Code                  | <p>9/12/24<br>Corrected the OnBot Java file name</p>                                                                                                                                                                                                                        |
| v1.0.2 - Upgrades                         | <p>9/12/24<br><a href="/pages/fAmPDb12e41C9OvsunbK#mecanum-drive">Added two gamepad control example code!</a></p>                                                                                                                                                           |
| v1.1.0 - Build Guide                      | <p>9/13/24</p><ul><li>Fixed BOM errors</li><li>Corrected some screw length errors</li><li>Added missing spacers</li><li>Reworked steps for ease of use</li></ul>                                                                                                            |
| v1.0.0 - Tips and Tricks                  | <p>9/13/24<br><a href="/pages/GHuL94QtA0wN5FbcLxx7#compatibility-with-starter-kit-v3">Added information about Starter Kit V3 Compatibility</a></p>                                                                                                                          |
| v1.0.2 - Blocks Code (including upgrades) | <p>9/17/24<br>Fixed turning being inverted <br>(Graphics in the tutorial reflect this change)</p>                                                                                                                                                                           |
| v1.0.3 - Upgrades                         | <p>9/20/24<br><a href="/pages/fAmPDb12e41C9OvsunbK#example-mecanum-drive-program">Full Mecanum Demo Code released for the 2024-25 Starter Bot</a><br>Mecanum Code breakdown added</p>                                                                                       |
| v1.0.1 - Tips and Tricks                  | <p>11/25/24<br><a href="/pages/GHuL94QtA0wN5FbcLxx7#starter-bot-programming-teleop-without-initialization">New version of the TeleOp program available without the initialization! </a></p>                                                                                 |


---

# 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://docs.revrobotics.com/ftc-kickoff-concepts/into-the-deep-2024-25/starter-bot-changelog-2024-25.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.
