Skip to content

More docs changes to make it easy to understand for a beginner#46

Open
TechonVS wants to merge 3 commits into
Pedro-Pathing:masterfrom
TechonVS:patch-3
Open

More docs changes to make it easy to understand for a beginner#46
TechonVS wants to merge 3 commits into
Pedro-Pathing:masterfrom
TechonVS:patch-3

Conversation

@TechonVS
Copy link
Copy Markdown
Contributor

from personal experience with annoying bugs

TechonVS added 3 commits May 30, 2026 10:35
yk i spent like 3 hours tryna figure out why it wasn't working then i realised i was passing meters instead of inches 

and the fire alarm was on the entire time btw
Copy link
Copy Markdown
Member

@BeepBot99 BeepBot99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I requested one change.

If you don't set an interpolation for a path, it will default to tangential (driving along a path like a car or tank drive).
To understand how heading interpolation works, and the different types, navigate to [Interpolation](/docs/pathing/reference/interpolation).

When using PedroPathing, its a good idea to make all your paths into PathChains, even if it is only a single path. This is because pedro can only run PathChains, not paths
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not accurate. Pedro can run paths directly, but it is not recommended. The reason for using pathchains everywhere is because they have more features, such as controlling the max power and holding the end of the path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants