Skip to content

Commit

Permalink
Create PINPOINT_INSTRUCTIONS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 authored Nov 8, 2024
1 parent 35a2025 commit 496e6f7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions PINPOINT_INSTRUCTIONS.md
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

0 comments on commit 496e6f7

Please sign in to comment.