Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaP241 committed Nov 27, 2024
2 parents 72fc791 + 2a068a1 commit ee78a53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class DriveSubsystem @JvmOverloads constructor(
setPIDFCoefficients(DcMotor.RunMode.RUN_USING_ENCODER, DriveConstants.MOTOR_VELO_PID)
}

//leftFront.direction = DcMotorSimple.Direction.REVERSE
// leftFront.direction = DcMotorSimple.Direction.REVERSE
leftRear.direction = DcMotorSimple.Direction.REVERSE

localizer = StandardTrackingWheelLocalizer(hardwareMap)
Expand Down

0 comments on commit ee78a53

Please sign in to comment.