Merge branch 'main' into 2027

This commit is contained in:
Peter Johnson
2025-08-09 00:00:53 -07:00
133 changed files with 304 additions and 279 deletions

View File

@@ -9,7 +9,7 @@ import edu.wpi.first.wpilibj2.command.Command;
/** An example command that uses an example subsystem. */
public class ExampleCommand extends Command {
@SuppressWarnings({"PMD.UnusedPrivateField", "PMD.SingularField"})
@SuppressWarnings("PMD.UnusedPrivateField")
private final ExampleSubsystem m_subsystem;
/**

View File

@@ -9,7 +9,7 @@ import edu.wpi.first.wpilibj2.command.Command;
/** An example command that uses an example subsystem. */
public class ExampleCommand extends Command {
@SuppressWarnings({"PMD.UnusedPrivateField", "PMD.SingularField"})
@SuppressWarnings("PMD.UnusedPrivateField")
private final RomiDrivetrain m_subsystem;
/**

View File

@@ -9,7 +9,7 @@ import edu.wpi.first.wpilibj2.command.Command;
/** An example command that uses an example subsystem. */
public class ExampleCommand extends Command {
@SuppressWarnings({"PMD.UnusedPrivateField", "PMD.SingularField"})
@SuppressWarnings("PMD.UnusedPrivateField")
private final XRPDrivetrain m_subsystem;
/**