mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
[copybara] Resync with mostrobotpy (#8662)
This commit is contained in:
@@ -68,7 +68,9 @@ class Drivetrain:
|
||||
self.rightEncoder.getDistance(),
|
||||
)
|
||||
|
||||
def setVelocities(self, velocities: wpimath.DifferentialDriveWheelVelocities) -> None:
|
||||
def setVelocities(
|
||||
self, velocities: wpimath.DifferentialDriveWheelVelocities
|
||||
) -> None:
|
||||
"""Sets the desired wheel velocities.
|
||||
|
||||
:param velocities: The desired wheel velocities.
|
||||
|
||||
Reference in New Issue
Block a user