mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
Update Shooter.java
makes it shoot
This commit is contained in:
@@ -94,7 +94,7 @@ public class Shooter extends SubsystemBase {
|
|||||||
|
|
||||||
double distanceToHub = robotPose2d.getTranslation().minus(FieldPositions.HUB_POSITION).getNorm();
|
double distanceToHub = robotPose2d.getTranslation().minus(FieldPositions.HUB_POSITION).getNorm();
|
||||||
|
|
||||||
|
this.mode = ShooterMode.Shooting;
|
||||||
// TODO: get if the robot is within the angle of the hub
|
// TODO: get if the robot is within the angle of the hub
|
||||||
|
|
||||||
// boolean driverError =
|
// boolean driverError =
|
||||||
|
|||||||
Reference in New Issue
Block a user