Skip to content

Commit 324a0df

Browse files
authored
Remove control commands/subsystems
1 parent 715c8e8 commit 324a0df

11 files changed

+1
-909
lines changed

commands2/__init__.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414
from .parallelcommandgroup import ParallelCommandGroup
1515
from .paralleldeadlinegroup import ParallelDeadlineGroup
1616
from .parallelracegroup import ParallelRaceGroup
17-
from .pidcommand import PIDCommand
18-
from .pidsubsystem import PIDSubsystem
1917
from .printcommand import PrintCommand
20-
from .profiledpidcommand import ProfiledPIDCommand
21-
from .profiledpidsubsystem import ProfiledPIDSubsystem
2218
from .proxycommand import ProxyCommand
2319
from .repeatcommand import RepeatCommand
2420
from .runcommand import RunCommand
@@ -29,8 +25,6 @@
2925
from .subsystem import Subsystem
3026
from .swervecontrollercommand import SwerveControllerCommand
3127
from .timedcommandrobot import TimedCommandRobot
32-
from .trapezoidprofilecommand import TrapezoidProfileCommand
33-
from .trapezoidprofilesubsystem import TrapezoidProfileSubsystem
3428
from .waitcommand import WaitCommand
3529
from .waituntilcommand import WaitUntilCommand
3630
from .wrappercommand import WrapperCommand
@@ -52,11 +46,7 @@
5246
"ParallelCommandGroup",
5347
"ParallelDeadlineGroup",
5448
"ParallelRaceGroup",
55-
"PIDCommand",
56-
"PIDSubsystem",
5749
"PrintCommand",
58-
"ProfiledPIDCommand",
59-
"ProfiledPIDSubsystem",
6050
"ProxyCommand",
6151
"RepeatCommand",
6252
"RunCommand",
@@ -67,8 +57,6 @@
6757
"Subsystem",
6858
"SwerveControllerCommand",
6959
"TimedCommandRobot",
70-
"TrapezoidProfileCommand",
71-
"TrapezoidProfileSubsystem",
7260
"WaitCommand",
7361
"WaitUntilCommand",
7462
"WrapperCommand",

commands2/pidcommand.py

Lines changed: 0 additions & 78 deletions
This file was deleted.

commands2/pidsubsystem.py

Lines changed: 0 additions & 100 deletions
This file was deleted.

commands2/profiledpidcommand.py

Lines changed: 0 additions & 81 deletions
This file was deleted.

commands2/profiledpidsubsystem.py

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)