# Pedro Commands

One of SolversLib's modern features is easy integration with [Pedro Pathing](< https://pedropathing.com/>), a popular path following library for Autonomous. To use this, make sure you have both the [pedroPathing module installed](https://docs.seattlesolvers.com/pedro-pathing/pages/pfxSCrt0ymNmrj0kRXOE#build.gradle-teamcode) as well as the [Pedro Pathing library installed](https://pedropathing.com/docs/pathing). This dependency is completely seperate from core, meaning that it is not installed by default, and should only be used if you are using Pedro Pathing.

SolversLib includes commands for using Pedro Pathing's Follower class, allowing you to fully use command base in your Autonomous OpModes.

These commands are for following Pedro Pathing's Path and PathChain classes, not SolversLib's Path class.&#x20;


---

# 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.seattlesolvers.com/pedro-pathing/pedro-commands.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.
