forked from FIRST-Tech-Challenge/FtcRobotController
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Tuning steps are mostly the same as https://rr.brott.dev/docs/v1-0/tuning/ | ||
differences: | ||
ensure you configure the Pinpoint in hardwaremap as pinpoint by default or change in PinpointDrive | ||
Leave inPerTick at 1.0 in MecanumDrive and skip ForwardPushTest; instead configure encoder resolution in PinpointDrive to one of the presets for gobilda odometry | ||
Also, ensure that you use DeadWheelDirectionDebugger and properly reverse the wheels in PinpointDrive | ||
Also change the drive class in TuningOpModes, SplineTest, and your op modes to PinpointDrive | ||
Then you can move on with tuning in https://rr.brott.dev/docs/v1-0/tuning/ as normal. | ||
|
||
TODO: expand these docs |