mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[wpilib] Remove Jaguar (and other) motor controllers (#8299)
This commit is contained in:
@@ -156,8 +156,6 @@ MotorController = "frc/motorcontrol/MotorController.h"
|
||||
DriverStationModeThread = "frc/internal/DriverStationModeThread.h"
|
||||
|
||||
# frc/motorcontrol
|
||||
DMC60 = "frc/motorcontrol/DMC60.h"
|
||||
Jaguar = "frc/motorcontrol/Jaguar.h"
|
||||
Koors40 = "frc/motorcontrol/Koors40.h"
|
||||
MotorControllerGroup = "rpy/MotorControllerGroup.h"
|
||||
PWMMotorController = "frc/motorcontrol/PWMMotorController.h"
|
||||
@@ -167,11 +165,9 @@ PWMTalonFX = "frc/motorcontrol/PWMTalonFX.h"
|
||||
PWMTalonSRX = "frc/motorcontrol/PWMTalonSRX.h"
|
||||
PWMVenom = "frc/motorcontrol/PWMVenom.h"
|
||||
PWMVictorSPX = "frc/motorcontrol/PWMVictorSPX.h"
|
||||
SD540 = "frc/motorcontrol/SD540.h"
|
||||
Spark = "frc/motorcontrol/Spark.h"
|
||||
SparkMini = "frc/motorcontrol/SparkMini.h"
|
||||
Talon = "frc/motorcontrol/Talon.h"
|
||||
Victor = "frc/motorcontrol/Victor.h"
|
||||
VictorSP = "frc/motorcontrol/VictorSP.h"
|
||||
|
||||
# frc/smartdashboard
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
extra_includes:
|
||||
- wpi/sendable/SendableBuilder.h
|
||||
|
||||
classes:
|
||||
frc::DMC60:
|
||||
methods:
|
||||
DMC60:
|
||||
@@ -1,7 +0,0 @@
|
||||
extra_includes:
|
||||
- wpi/sendable/SendableBuilder.h
|
||||
|
||||
classes:
|
||||
frc::Jaguar:
|
||||
methods:
|
||||
Jaguar:
|
||||
@@ -1,7 +0,0 @@
|
||||
extra_includes:
|
||||
- wpi/sendable/SendableBuilder.h
|
||||
|
||||
classes:
|
||||
frc::SD540:
|
||||
methods:
|
||||
SD540:
|
||||
@@ -1,7 +0,0 @@
|
||||
extra_includes:
|
||||
- wpi/sendable/SendableBuilder.h
|
||||
|
||||
classes:
|
||||
frc::Victor:
|
||||
methods:
|
||||
Victor:
|
||||
@@ -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