mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
HAND FIX: Fix robotpy yaml files
This commit is contained in:
committed by
Peter Johnson
parent
d3da30d53a
commit
cf711a125e
@@ -27,8 +27,13 @@ from ._wpilib import (
|
||||
DutyCycle,
|
||||
DutyCycleEncoder,
|
||||
Encoder,
|
||||
ExpansionHub,
|
||||
ExpansionHubMotor,
|
||||
ExpansionHubPidConstants,
|
||||
ExpansionHubServo,
|
||||
Field2d,
|
||||
FieldObject2d,
|
||||
Gamepad,
|
||||
I2C,
|
||||
IterativeRobotBase,
|
||||
Joystick,
|
||||
@@ -114,8 +119,13 @@ __all__ = [
|
||||
"DutyCycle",
|
||||
"DutyCycleEncoder",
|
||||
"Encoder",
|
||||
"ExpansionHub",
|
||||
"ExpansionHubMotor",
|
||||
"ExpansionHubPidConstants",
|
||||
"ExpansionHubServo",
|
||||
"Field2d",
|
||||
"FieldObject2d",
|
||||
"Gamepad",
|
||||
"I2C",
|
||||
"IterativeRobotBase",
|
||||
"Joystick",
|
||||
|
||||
@@ -23,6 +23,7 @@ from ._simulation import (
|
||||
ElevatorSim,
|
||||
EncoderSim,
|
||||
FlywheelSim,
|
||||
GamepadSim,
|
||||
GenericHIDSim,
|
||||
JoystickSim,
|
||||
LinearSystemSim_1_1_1,
|
||||
@@ -77,6 +78,7 @@ __all__ = [
|
||||
"ElevatorSim",
|
||||
"EncoderSim",
|
||||
"FlywheelSim",
|
||||
"GamepadSim",
|
||||
"GenericHIDSim",
|
||||
"JoystickSim",
|
||||
"LinearSystemSim_1_1_1",
|
||||
|
||||
Reference in New Issue
Block a user