[py][cmdv2] Add python commands-v2 to build system (#8380)

This hooks up the recently landed robotpy commands v2 to the build
system.

The swerve controller command was deleted to match #8119
This commit is contained in:
PJ Reiniger
2025-12-12 23:05:31 -05:00
committed by GitHub
parent cca035787c
commit 13abb3d332
4 changed files with 20 additions and 256 deletions

View File

@@ -27,7 +27,6 @@ from .selectcommand import SelectCommand
from .sequentialcommandgroup import SequentialCommandGroup
from .startendcommand import StartEndCommand
from .subsystem import Subsystem
from .swervecontrollercommand import SwerveControllerCommand
from .timedcommandrobot import TimedCommandRobot
from .trapezoidprofilecommand import TrapezoidProfileCommand
from .trapezoidprofilesubsystem import TrapezoidProfileSubsystem
@@ -65,7 +64,6 @@ __all__ = [
"SequentialCommandGroup",
"StartEndCommand",
"Subsystem",
"SwerveControllerCommand",
"TimedCommandRobot",
"TrapezoidProfileCommand",
"TrapezoidProfileSubsystem",