We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403030a commit 97a64e9Copy full SHA for 97a64e9
robot.py
@@ -277,6 +277,7 @@ def testPeriodic(self) -> None:
277
self.climber.execute()
278
self.coral_placer_component.execute()
279
self.shooter_component.execute()
280
+ self.injector_component.execute()
281
if self.gamepad.getStartButton():
282
self.vision.zero_servo_()
283
else:
0 commit comments