Skip to content

Commit

Permalink
remove wpilib.run from statespacearm
Browse files Browse the repository at this point in the history
  • Loading branch information
megarubber committed Jan 6, 2024
1 parent cd7696b commit 1beb6ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions StateSpaceArm/robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,3 @@ def teleopPeriodic(self) -> None:
# duty cycle = voltage / battery voltage
nextVoltage = self.loop.U(0)
self.motor.setVoltage(nextVoltage)


if __name__ == "__main__":
wpilib.run(MyRobot)

0 comments on commit 1beb6ce

Please sign in to comment.