File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[git-source-track]
22upstream_root = ../allwpilib/wpilibNewCommands/src/main/java/edu/wpi/first/wpilibj2/command
33upstream_branch = main
4- upstream_commit = 9206b47d6708cbae61506e962c633d722884a26f
4+ upstream_commit = 4b94a64b06057c723d6fcafeb1a45f55a70d179a
55validation_root = commands2
66
Original file line number Diff line number Diff line change 1- # validated: 2024-01-26 DV 19c155647273 sysid/SysIdRoutine.java
1+ # validated: 2024-02-20 DV ee15cc172a5e sysid/SysIdRoutine.java
22from dataclasses import dataclass , field
33from enum import Enum
44
@@ -132,7 +132,7 @@ def end(interrupted: bool):
132132 timer .stop ()
133133
134134 return (
135- self .mechanism .subsystem .runOnce (timer .start )
135+ self .mechanism .subsystem .runOnce (timer .restart )
136136 .andThen (self .mechanism .subsystem .run (execute ))
137137 .finallyDo (end )
138138 .withName (
Original file line number Diff line number Diff line change 1- # validated: 2024-01 -20 DS 192a28af4731 TrapezoidProfileSubsystem.java
1+ # validated: 2024-02 -20 DV 6cc7e52de74a TrapezoidProfileSubsystem.java
22#
33# Copyright (c) FIRST and other WPILib contributors.
44# Open Source Software; you can modify and/or share it under the terms of
You can’t perform that action at this time.
0 commit comments