mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Looks like a race condition happened in the landing of the examples PR and #8479 which caused some of the python examples to fail.
This commit is contained in:
@@ -43,4 +43,4 @@ class MyRobot(wpilib.TimedRobot):
|
||||
wpilib.SmartDashboard.putNumber("Encoder", self.encoder.getDistance())
|
||||
|
||||
def teleopPeriodic(self):
|
||||
self.motor.set(self.joystick.getY())
|
||||
self.motor.setDutyCycle(self.joystick.getY())
|
||||
|
||||
Reference in New Issue
Block a user