SCRIPT Run java package replacements

This commit is contained in:
PJ Reiniger
2025-11-07 19:55:43 -05:00
committed by Peter Johnson
parent 12823a003d
commit f0a3c64121
1590 changed files with 8469 additions and 8469 deletions

View File

@@ -4,13 +4,13 @@
// THIS FILE WAS AUTO-GENERATED BY ./wpilibj/generate_hids.py. DO NOT MODIFY
package edu.wpi.first.wpilibj;
package org.wpilib.driverstation;
import edu.wpi.first.hal.HAL;
import edu.wpi.first.util.sendable.Sendable;
import edu.wpi.first.util.sendable.SendableBuilder;
import edu.wpi.first.wpilibj.event.BooleanEvent;
import edu.wpi.first.wpilibj.event.EventLoop;
import org.wpilib.hardware.hal.HAL;
import org.wpilib.util.sendable.Sendable;
import org.wpilib.util.sendable.SendableBuilder;
import org.wpilib.event.BooleanEvent;
import org.wpilib.event.EventLoop;
/**
* Handle input from PS4 controllers connected to the Driver Station.

View File

@@ -4,13 +4,13 @@
// THIS FILE WAS AUTO-GENERATED BY ./wpilibj/generate_hids.py. DO NOT MODIFY
package edu.wpi.first.wpilibj;
package org.wpilib.driverstation;
import edu.wpi.first.hal.HAL;
import edu.wpi.first.util.sendable.Sendable;
import edu.wpi.first.util.sendable.SendableBuilder;
import edu.wpi.first.wpilibj.event.BooleanEvent;
import edu.wpi.first.wpilibj.event.EventLoop;
import org.wpilib.hardware.hal.HAL;
import org.wpilib.util.sendable.Sendable;
import org.wpilib.util.sendable.SendableBuilder;
import org.wpilib.event.BooleanEvent;
import org.wpilib.event.EventLoop;
/**
* Handle input from PS5 controllers connected to the Driver Station.

View File

@@ -4,13 +4,13 @@
// THIS FILE WAS AUTO-GENERATED BY ./wpilibj/generate_hids.py. DO NOT MODIFY
package edu.wpi.first.wpilibj;
package org.wpilib.driverstation;
import edu.wpi.first.hal.HAL;
import edu.wpi.first.util.sendable.Sendable;
import edu.wpi.first.util.sendable.SendableBuilder;
import edu.wpi.first.wpilibj.event.BooleanEvent;
import edu.wpi.first.wpilibj.event.EventLoop;
import org.wpilib.hardware.hal.HAL;
import org.wpilib.util.sendable.Sendable;
import org.wpilib.util.sendable.SendableBuilder;
import org.wpilib.event.BooleanEvent;
import org.wpilib.event.EventLoop;
/**
* Handle input from Stadia controllers connected to the Driver Station.

View File

@@ -4,13 +4,13 @@
// THIS FILE WAS AUTO-GENERATED BY ./wpilibj/generate_hids.py. DO NOT MODIFY
package edu.wpi.first.wpilibj;
package org.wpilib.driverstation;
import edu.wpi.first.hal.HAL;
import edu.wpi.first.util.sendable.Sendable;
import edu.wpi.first.util.sendable.SendableBuilder;
import edu.wpi.first.wpilibj.event.BooleanEvent;
import edu.wpi.first.wpilibj.event.EventLoop;
import org.wpilib.hardware.hal.HAL;
import org.wpilib.util.sendable.Sendable;
import org.wpilib.util.sendable.SendableBuilder;
import org.wpilib.event.BooleanEvent;
import org.wpilib.event.EventLoop;
/**
* Handle input from Xbox controllers connected to the Driver Station.

View File

@@ -4,10 +4,10 @@
// THIS FILE WAS AUTO-GENERATED BY ./wpilibj/generate_pwm_motor_controllers.py. DO NOT MODIFY
package edu.wpi.first.wpilibj.motorcontrol;
package org.wpilib.hardware.motor;
import edu.wpi.first.hal.HAL;
import edu.wpi.first.wpilibj.PWM;
import org.wpilib.hardware.hal.HAL;
import org.wpilib.hardware.discrete.PWM;
/**
* AndyMark Koors40 Motor Controller.

View File

@@ -4,10 +4,10 @@
// THIS FILE WAS AUTO-GENERATED BY ./wpilibj/generate_pwm_motor_controllers.py. DO NOT MODIFY
package edu.wpi.first.wpilibj.motorcontrol;
package org.wpilib.hardware.motor;
import edu.wpi.first.hal.HAL;
import edu.wpi.first.wpilibj.PWM;
import org.wpilib.hardware.hal.HAL;
import org.wpilib.hardware.discrete.PWM;
/**
* REV Robotics SPARK Flex Motor Controller.

View File

@@ -4,10 +4,10 @@
// THIS FILE WAS AUTO-GENERATED BY ./wpilibj/generate_pwm_motor_controllers.py. DO NOT MODIFY
package edu.wpi.first.wpilibj.motorcontrol;
package org.wpilib.hardware.motor;
import edu.wpi.first.hal.HAL;
import edu.wpi.first.wpilibj.PWM;
import org.wpilib.hardware.hal.HAL;
import org.wpilib.hardware.discrete.PWM;
/**
* REV Robotics SPARK MAX Motor Controller.

View File

@@ -4,10 +4,10 @@
// THIS FILE WAS AUTO-GENERATED BY ./wpilibj/generate_pwm_motor_controllers.py. DO NOT MODIFY
package edu.wpi.first.wpilibj.motorcontrol;
package org.wpilib.hardware.motor;
import edu.wpi.first.hal.HAL;
import edu.wpi.first.wpilibj.PWM;
import org.wpilib.hardware.hal.HAL;
import org.wpilib.hardware.discrete.PWM;
/**
* Cross the Road Electronics (CTRE) Talon FX Motor Controller.

View File

@@ -4,10 +4,10 @@
// THIS FILE WAS AUTO-GENERATED BY ./wpilibj/generate_pwm_motor_controllers.py. DO NOT MODIFY
package edu.wpi.first.wpilibj.motorcontrol;
package org.wpilib.hardware.motor;
import edu.wpi.first.hal.HAL;
import edu.wpi.first.wpilibj.PWM;
import org.wpilib.hardware.hal.HAL;
import org.wpilib.hardware.discrete.PWM;
/**
* Cross the Road Electronics (CTRE) Talon SRX Motor Controller.

View File

@@ -4,10 +4,10 @@
// THIS FILE WAS AUTO-GENERATED BY ./wpilibj/generate_pwm_motor_controllers.py. DO NOT MODIFY
package edu.wpi.first.wpilibj.motorcontrol;
package org.wpilib.hardware.motor;
import edu.wpi.first.hal.HAL;
import edu.wpi.first.wpilibj.PWM;
import org.wpilib.hardware.hal.HAL;
import org.wpilib.hardware.discrete.PWM;
/**
* Playing with Fusion Venom Motor Controller.

View File

@@ -4,10 +4,10 @@
// THIS FILE WAS AUTO-GENERATED BY ./wpilibj/generate_pwm_motor_controllers.py. DO NOT MODIFY
package edu.wpi.first.wpilibj.motorcontrol;
package org.wpilib.hardware.motor;
import edu.wpi.first.hal.HAL;
import edu.wpi.first.wpilibj.PWM;
import org.wpilib.hardware.hal.HAL;
import org.wpilib.hardware.discrete.PWM;
/**
* Cross the Road Electronics (CTRE) Victor SPX Motor Controller.

View File

@@ -4,10 +4,10 @@
// THIS FILE WAS AUTO-GENERATED BY ./wpilibj/generate_pwm_motor_controllers.py. DO NOT MODIFY
package edu.wpi.first.wpilibj.motorcontrol;
package org.wpilib.hardware.motor;
import edu.wpi.first.hal.HAL;
import edu.wpi.first.wpilibj.PWM;
import org.wpilib.hardware.hal.HAL;
import org.wpilib.hardware.discrete.PWM;
/**
* REV Robotics SPARK Motor Controller.

View File

@@ -4,10 +4,10 @@
// THIS FILE WAS AUTO-GENERATED BY ./wpilibj/generate_pwm_motor_controllers.py. DO NOT MODIFY
package edu.wpi.first.wpilibj.motorcontrol;
package org.wpilib.hardware.motor;
import edu.wpi.first.hal.HAL;
import edu.wpi.first.wpilibj.PWM;
import org.wpilib.hardware.hal.HAL;
import org.wpilib.hardware.discrete.PWM;
/**
* REV Robotics SPARKMini Motor Controller.

View File

@@ -4,10 +4,10 @@
// THIS FILE WAS AUTO-GENERATED BY ./wpilibj/generate_pwm_motor_controllers.py. DO NOT MODIFY
package edu.wpi.first.wpilibj.motorcontrol;
package org.wpilib.hardware.motor;
import edu.wpi.first.hal.HAL;
import edu.wpi.first.wpilibj.PWM;
import org.wpilib.hardware.hal.HAL;
import org.wpilib.hardware.discrete.PWM;
/**
* Cross the Road Electronics (CTRE) Talon Motor Controller.

View File

@@ -4,10 +4,10 @@
// THIS FILE WAS AUTO-GENERATED BY ./wpilibj/generate_pwm_motor_controllers.py. DO NOT MODIFY
package edu.wpi.first.wpilibj.motorcontrol;
package org.wpilib.hardware.motor;
import edu.wpi.first.hal.HAL;
import edu.wpi.first.wpilibj.PWM;
import org.wpilib.hardware.hal.HAL;
import org.wpilib.hardware.discrete.PWM;
/**
* Vex Robotics Victor SP Motor Controller.

View File

@@ -4,9 +4,9 @@
// THIS FILE WAS AUTO-GENERATED BY ./wpilibj/generate_hids.py. DO NOT MODIFY
package edu.wpi.first.wpilibj.simulation;
package org.wpilib.simulation;
import edu.wpi.first.wpilibj.PS4Controller;
import org.wpilib.driverstation.PS4Controller;
/** Class to control a simulated PS4 controller. */
public class PS4ControllerSim extends GenericHIDSim {

View File

@@ -4,9 +4,9 @@
// THIS FILE WAS AUTO-GENERATED BY ./wpilibj/generate_hids.py. DO NOT MODIFY
package edu.wpi.first.wpilibj.simulation;
package org.wpilib.simulation;
import edu.wpi.first.wpilibj.PS5Controller;
import org.wpilib.driverstation.PS5Controller;
/** Class to control a simulated PS5 controller. */
public class PS5ControllerSim extends GenericHIDSim {

View File

@@ -4,9 +4,9 @@
// THIS FILE WAS AUTO-GENERATED BY ./wpilibj/generate_hids.py. DO NOT MODIFY
package edu.wpi.first.wpilibj.simulation;
package org.wpilib.simulation;
import edu.wpi.first.wpilibj.StadiaController;
import org.wpilib.driverstation.StadiaController;
/** Class to control a simulated Stadia controller. */
public class StadiaControllerSim extends GenericHIDSim {

View File

@@ -4,9 +4,9 @@
// THIS FILE WAS AUTO-GENERATED BY ./wpilibj/generate_hids.py. DO NOT MODIFY
package edu.wpi.first.wpilibj.simulation;
package org.wpilib.simulation;
import edu.wpi.first.wpilibj.XboxController;
import org.wpilib.driverstation.XboxController;
/** Class to control a simulated Xbox controller. */
public class XboxControllerSim extends GenericHIDSim {