[robotpy] Sync robotpy (#8318)

Project import generated by Copybara.

GitOrigin-RevId: f6818c55dda55da1226e47a05a22d30f7cc477f1
This commit is contained in:
PJ Reiniger
2025-11-01 13:28:05 -04:00
committed by GitHub
parent 3f88c287d6
commit 49e84c6b52
51 changed files with 226 additions and 285 deletions

View File

@@ -10,7 +10,6 @@ from ._wpilib import (
Alert,
AnalogAccelerometer,
AnalogEncoder,
AnalogGyro,
AnalogInput,
AnalogPotentiometer,
CAN,
@@ -71,7 +70,6 @@ from ._wpilib import (
SendableChooserBase,
SensorUtil,
SerialPort,
Servo,
SharpIR,
SmartDashboard,
Solenoid,
@@ -103,7 +101,6 @@ __all__ = [
"Alert",
"AnalogAccelerometer",
"AnalogEncoder",
"AnalogGyro",
"AnalogInput",
"AnalogPotentiometer",
"CAN",
@@ -164,7 +161,6 @@ __all__ = [
"SendableChooserBase",
"SensorUtil",
"SerialPort",
"Servo",
"SharpIR",
"SmartDashboard",
"Solenoid",

View File

@@ -40,7 +40,6 @@ from ._simulation import (
REVPHSim,
RoboRioSim,
SendableChooserSim,
ServoSim,
SharpIRSim,
SimDeviceSim,
SingleJointedArmSim,
@@ -95,7 +94,6 @@ __all__ = [
"REVPHSim",
"RoboRioSim",
"SendableChooserSim",
"ServoSim",
"SharpIRSim",
"SimDeviceSim",
"SingleJointedArmSim",