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 208f3b8 commit c9f1fd8Copy full SHA for c9f1fd8
controllers/algae_shooter.py
@@ -65,7 +65,7 @@ def preparing(self):
65
):
66
self.next_state(self.shooting)
67
68
- @timed_state(duration=1, must_finish=True)
+ @timed_state(duration=0.2, must_finish=True)
69
def shooting(self) -> None:
70
if self.use_ballistics:
71
solution = self.ballistics_component.current_solution()
0 commit comments