Skip to content

Commit 97a64e9

Browse files
committed
add injector to test executes
1 parent 403030a commit 97a64e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

robot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ def testPeriodic(self) -> None:
277277
self.climber.execute()
278278
self.coral_placer_component.execute()
279279
self.shooter_component.execute()
280+
self.injector_component.execute()
280281
if self.gamepad.getStartButton():
281282
self.vision.zero_servo_()
282283
else:

0 commit comments

Comments
 (0)