mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[copybara] Resync with mostrobotpy (#8662)
This commit is contained in:
@@ -75,6 +75,8 @@ class Subsystem(Sendable):
|
||||
Removes the default command for the subsystem. This will not cancel the default command if it
|
||||
is currently running.
|
||||
"""
|
||||
from .commandscheduler import CommandScheduler
|
||||
|
||||
CommandScheduler.getInstance().removeDefaultCommand(self)
|
||||
|
||||
def getDefaultCommand(self) -> Optional[Command]:
|
||||
|
||||
Reference in New Issue
Block a user