Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
Update TwoWheelPinpointIMULocalizer.java
Browse files Browse the repository at this point in the history
Makes position of dead wheels less confusing
  • Loading branch information
BaronClaps authored Dec 21, 2024
1 parent 07e903d commit 61f0b8a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ public TwoWheelPinpointIMULocalizer(HardwareMap map) {
*/
public TwoWheelPinpointIMULocalizer(HardwareMap map, Pose setStartPose) {
// TODO: replace these with your encoder positions
forwardEncoderPose = new Pose(-18.5/25.4 - 0.1, 164.4/25.4, 0);
strafeEncoderPose = new Pose(-107.9/25.4+0.25, -1.1/25.4-0.23, Math.toRadians(90));
forwardEncoderPose = new Pose(-0.82, 6.47, 0);
strafeEncoderPose = new Pose(-4, -0.273, Math.toRadians(90));

hardwareMap = map;

Expand Down

0 comments on commit 61f0b8a

Please sign in to comment.