mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
[wpilib] separate expansion hub position and velocity constants (#8791)
this is because position and velocity control follow different rules; see #8773 Signed-off-by: Zach Harel <zach@zharel.me>
This commit is contained in:
@@ -29,8 +29,9 @@ from ._wpilib import (
|
||||
EventLoop,
|
||||
ExpansionHub,
|
||||
ExpansionHubMotor,
|
||||
ExpansionHubPidConstants,
|
||||
ExpansionHubPositionConstants,
|
||||
ExpansionHubServo,
|
||||
ExpansionHubVelocityConstants,
|
||||
Field2d,
|
||||
FieldObject2d,
|
||||
Gamepad,
|
||||
@@ -135,8 +136,9 @@ __all__ = [
|
||||
"EventLoop",
|
||||
"ExpansionHub",
|
||||
"ExpansionHubMotor",
|
||||
"ExpansionHubPidConstants",
|
||||
"ExpansionHubPositionConstants",
|
||||
"ExpansionHubServo",
|
||||
"ExpansionHubVelocityConstants",
|
||||
"Field2d",
|
||||
"FieldObject2d",
|
||||
"Gamepad",
|
||||
|
||||
Reference in New Issue
Block a user