Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgramDragon64 committed Jun 29, 2022
1 parent 1d6fff7 commit 24b71ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Larry/subsystems/swerve_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ def __init__(self) -> None:

self.directionMotor.setNeutralMode(ctre.NeutralMode.Brake)

self.directionMotor.setSelectedSensorPosition(0.0, kPIDLoopIdx, ktimeoutMs)

wpilib.SmartDashboard.putNumber(" P -", kP)
wpilib.SmartDashboard.putNumber(" I -", kI)
wpilib.SmartDashboard.putNumber(" D -", kD)
Expand Down

0 comments on commit 24b71ab

Please # to comment.