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 801af39 + 3e4904d commit 981fa67Copy full SHA for 981fa67
controllers/algae_shooter.py
@@ -56,6 +56,8 @@ def preparing(self, initial_call: bool):
56
self.wrist.at_setpoint()
57
and self.shooter_component.top_flywheels_up_to_speed()
58
and self.shooter_component.bottom_flywheels_up_to_speed()
59
+ and math.isclose(self.chassis.get_velocity().vx, 0)
60
+ and math.isclose(self.chassis.get_velocity().vy, 0)
61
):
62
self.next_state(self.shooting)
63
0 commit comments