mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[wpilib] Remove Jaguar (and other) motor controllers (#8299)
This commit is contained in:
@@ -18,7 +18,6 @@ from ._wpilib import (
|
||||
Color8Bit,
|
||||
Compressor,
|
||||
CompressorConfigType,
|
||||
DMC60,
|
||||
DSControlWord,
|
||||
DataLogManager,
|
||||
DigitalInput,
|
||||
@@ -32,7 +31,6 @@ from ._wpilib import (
|
||||
FieldObject2d,
|
||||
I2C,
|
||||
IterativeRobotBase,
|
||||
Jaguar,
|
||||
Joystick,
|
||||
Koors40,
|
||||
LEDPattern,
|
||||
@@ -64,7 +62,6 @@ from ._wpilib import (
|
||||
RobotController,
|
||||
RobotState,
|
||||
RuntimeType,
|
||||
SD540,
|
||||
SendableBuilderImpl,
|
||||
SendableChooser,
|
||||
SendableChooserBase,
|
||||
@@ -82,7 +79,6 @@ from ._wpilib import (
|
||||
Timer,
|
||||
TimesliceRobot,
|
||||
Tracer,
|
||||
Victor,
|
||||
VictorSP,
|
||||
Watchdog,
|
||||
XboxController,
|
||||
@@ -109,7 +105,6 @@ __all__ = [
|
||||
"Color8Bit",
|
||||
"Compressor",
|
||||
"CompressorConfigType",
|
||||
"DMC60",
|
||||
"DSControlWord",
|
||||
"DataLogManager",
|
||||
"DigitalInput",
|
||||
@@ -123,7 +118,6 @@ __all__ = [
|
||||
"FieldObject2d",
|
||||
"I2C",
|
||||
"IterativeRobotBase",
|
||||
"Jaguar",
|
||||
"Joystick",
|
||||
"Koors40",
|
||||
"LEDPattern",
|
||||
@@ -155,7 +149,6 @@ __all__ = [
|
||||
"RobotController",
|
||||
"RobotState",
|
||||
"RuntimeType",
|
||||
"SD540",
|
||||
"SendableBuilderImpl",
|
||||
"SendableChooser",
|
||||
"SendableChooserBase",
|
||||
@@ -173,7 +166,6 @@ __all__ = [
|
||||
"Timer",
|
||||
"TimesliceRobot",
|
||||
"Tracer",
|
||||
"Victor",
|
||||
"VictorSP",
|
||||
"Watchdog",
|
||||
"XboxController",
|
||||
|
||||
Reference in New Issue
Block a user