Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pinpoint' into pinpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 committed Nov 18, 2024
2 parents 5d8f3e2 + 496e6f7 commit bf3c7c7
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 bf3c7c7

Please sign in to comment.