More docs changes to make it easy to understand for a beginner#46
Open
TechonVS wants to merge 3 commits into
Open
More docs changes to make it easy to understand for a beginner#46TechonVS wants to merge 3 commits into
TechonVS wants to merge 3 commits into
Conversation
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
BeepBot99
requested changes
May 30, 2026
Member
BeepBot99
left a comment
There was a problem hiding this comment.
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 |
Member
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
from personal experience with annoying bugs