mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 08:48:05 -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();
|
||||
|
||||
|
||||
this.mode = ShooterMode.Shooting;
|
||||
// TODO: get if the robot is within the angle of the hub
|
||||
|
||||
// boolean driverError =
|
||||
|
||||
Reference in New Issue
Block a user