You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/pathing/tuning/localization/offsets-tuner.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ title: Offsets Tuner
6
6
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.
7
7
Currently, it only supports two deadwheels in the calculations.
8
8
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).
10
10
### Steps
11
11
* Set both localizer offsets (forwardPodY and strafePodX) to be 0.
12
12
* Place the robot in the corner of the field or corner of a tile facing a cardinal direction.
13
13
* Select and run the tuner (located Tuning -> Localization -> Offsets Tuner).
14
14
* Move the robot out of the corner and turn the robot 180 degrees.
15
15
* 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