mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[copybara] Resync with mostrobotpy (#8662)
This commit is contained in:
@@ -30,6 +30,8 @@ class ComplexAuto(commands2.SequentialCommandGroup):
|
||||
ReleaseHatch(hatch),
|
||||
# Drive backward the specified distance
|
||||
DriveDistance(
|
||||
constants.kAutoBackupDistanceInches, -constants.kAutoDriveVelocity, drive
|
||||
constants.kAutoBackupDistanceInches,
|
||||
-constants.kAutoDriveVelocity,
|
||||
drive,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user