Skip to content

Commit e3b01c0

Browse files
authored
Merge pull request #42 from RibsTheGreat/master
Fix typo in offsets tuner documentation
2 parents 5c0cc4e + 50c21b0 commit e3b01c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/docs/pathing/tuning/localization/offsets-tuner.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ title: Offsets Tuner
66
This tuner is made to automatically find odometry offsets for [Two Wheel](https://pedropathing.com/docs/pathing/tuning/localization/two-wheel) and [Pinpoint](https://pedropathing.com/docs/pathing/tuning/localization/pinpoint) localizers.
77
Currently, it only supports two deadwheels in the calculations.
88
Before using this tuner, you **must** set both of your odometry offsets to both be 0.
9-
The tuner is apart of the Tuning.java in 2.1.0 or later versions; however, it can be copied over to previous versions [here](https://github.com/Pedro-Pathing/Quickstart/blob/master/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/Tuning.java#L1222).
9+
The tuner is a part of the Tuning.java in 2.1.0 or later versions; however, it can be copied over to previous versions [here](https://github.com/Pedro-Pathing/Quickstart/blob/master/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/Tuning.java#L1222).
1010
### Steps
1111
* Set both localizer offsets (forwardPodY and strafePodX) to be 0.
1212
* Place the robot in the corner of the field or corner of a tile facing a cardinal direction.
1313
* Select and run the tuner (located Tuning -> Localization -> Offsets Tuner).
1414
* Move the robot out of the corner and turn the robot 180 degrees.
1515
* Move the robot back into the corner with the new rotated heading.
16-
* Transfer the offsets provided from telemetry into your code as your forwardPodY and strafePodX offsets.
16+
* Transfer the offsets provided from telemetry into your code as your forwardPodY and strafePodX offsets.

0 commit comments

Comments
 (0)