Skip to content

Commit 943119e

Browse files
committed
Fix SysID command generator
1 parent a3c0f0e commit 943119e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/commands/SysID.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class SysID {
4141
* @return The commands to characterize the swerve drive.
4242
*/
4343
@AutonomousCommandGenerator
44-
public Collection<LabelValue<String, Command>> getSwerveDriveCharacterizationCommands(Subsystems subsystems) {
44+
public static Collection<LabelValue<String, Command>> getSwerveDriveCharacterizationCommands(Subsystems subsystems) {
4545
SysIdRoutine.Config routineConfig = new SysIdRoutine.Config();
4646
SysIdRoutine.Mechanism mechanism = new SysIdRoutine.Mechanism(
4747
(Measure<Voltage> volts) -> {

0 commit comments

Comments
 (0)