mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
[wpilib] Split DriverStation into smaller classes (#8628)
This commit is contained in:
@@ -189,8 +189,8 @@ class RobotStarter:
|
||||
|
||||
wpilib.SmartDashboard.init()
|
||||
|
||||
# Call DriverStation.refreshData() to kick things off
|
||||
wpilib.DriverStation.refreshData()
|
||||
# Call DriverStationBackend.refreshData() to kick things off
|
||||
wpilib.DriverStationBackend.refreshData()
|
||||
|
||||
try:
|
||||
self.robot = robot_cls()
|
||||
|
||||
Reference in New Issue
Block a user