Skip to content

Commit 8ce6e21

Browse files
committed
Validate allwpilib 2024.3.1
1 parent 345dfa0 commit 8ce6e21

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gittrack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[git-source-track]
22
upstream_root = ../allwpilib/wpilibNewCommands/src/main/java/edu/wpi/first/wpilibj2/command
33
upstream_branch = main
4-
upstream_commit = 9206b47d6708cbae61506e962c633d722884a26f
4+
upstream_commit = 4b94a64b06057c723d6fcafeb1a45f55a70d179a
55
validation_root = commands2
66

commands2/sysid/sysidroutine.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# validated: 2024-01-26 DV 19c155647273 sysid/SysIdRoutine.java
1+
# validated: 2024-02-20 DV ee15cc172a5e sysid/SysIdRoutine.java
22
from dataclasses import dataclass, field
33
from 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(

commands2/trapezoidprofilesubsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)