]> git.taranathan.com Git - FRC2026.git/commitdiff
remove stupid logs new-tof-calculations
authormoo <moogoesmeow123@gmail.com>
Fri, 1 May 2026 21:31:12 +0000 (16:31 -0500)
committermoo <moogoesmeow123@gmail.com>
Fri, 1 May 2026 21:31:12 +0000 (16:31 -0500)
src/main/java/frc/robot/commands/gpm/Superstructure.java

index b6638d5a442a96d57e0a2c342d3ffff3bc498a4f..7e5d84dffb150b6786509b6e80ad3836bd9ad889 100644 (file)
@@ -159,11 +159,6 @@ public class Superstructure extends Command {
             Logger.recordOutput("Turret/Target Pose", target);
             Logger.recordOutput("Lookahead Pose", lookaheadPose);
         }
-        if (!Constants.DISABLE_SMART_DASHBOARD) {
-            SmartDashboard.putNumber("Time of flight", timeOfFlight);
-            SmartDashboard.putNumber("Turret X-Velocity", turretVelocityX);
-            SmartDashboard.putNumber("Turret Y-Velocity", turretVelocityY);
-        }
 
         // Subtract the rotational angle of the robot from the setpoint
         double adjustedTurretSetpoint = MathUtil.angleModulus(turretAngle.getRadians() - drivepose.getRotation().getRadians());