Skip to content

Commit 83b7c8d

Browse files
authored
Remove SwerveControllerCommand
1 parent 715c8e8 commit 83b7c8d

File tree

3 files changed

+0
-255
lines changed

3 files changed

+0
-255
lines changed

commands2/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
from .sequentialcommandgroup import SequentialCommandGroup
2828
from .startendcommand import StartEndCommand
2929
from .subsystem import Subsystem
30-
from .swervecontrollercommand import SwerveControllerCommand
3130
from .timedcommandrobot import TimedCommandRobot
3231
from .trapezoidprofilecommand import TrapezoidProfileCommand
3332
from .trapezoidprofilesubsystem import TrapezoidProfileSubsystem
@@ -65,7 +64,6 @@
6564
"SequentialCommandGroup",
6665
"StartEndCommand",
6766
"Subsystem",
68-
"SwerveControllerCommand",
6967
"TimedCommandRobot",
7068
"TrapezoidProfileCommand",
7169
"TrapezoidProfileSubsystem",

commands2/swervecontrollercommand.py

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

tests/test_swervecontrollercommand.py

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

0 commit comments

Comments
 (0)