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.
2 parents 208f3b8 + c9f1fd8 commit cf2adc4Copy full SHA for cf2adc4
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