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 1
1
[git-source-track]
2
2
upstream_root = ../allwpilib/wpilibNewCommands/src/main/java/edu/wpi/first/wpilibj2/command
3
3
upstream_branch = main
4
- upstream_commit = 9206b47d6708cbae61506e962c633d722884a26f
4
+ upstream_commit = 4b94a64b06057c723d6fcafeb1a45f55a70d179a
5
5
validation_root = commands2
6
6
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
2
2
from dataclasses import dataclass , field
3
3
from enum import Enum
4
4
@@ -132,7 +132,7 @@ def end(interrupted: bool):
132
132
timer .stop ()
133
133
134
134
return (
135
- self .mechanism .subsystem .runOnce (timer .start )
135
+ self .mechanism .subsystem .runOnce (timer .restart )
136
136
.andThen (self .mechanism .subsystem .run (execute ))
137
137
.finallyDo (end )
138
138
.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
2
2
#
3
3
# Copyright (c) FIRST and other WPILib contributors.
4
4
# 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