We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c0f0e commit 943119eCopy full SHA for 943119e
src/main/java/frc/robot/commands/SysID.java
@@ -41,7 +41,7 @@ public class SysID {
41
* @return The commands to characterize the swerve drive.
42
*/
43
@AutonomousCommandGenerator
44
- public Collection<LabelValue<String, Command>> getSwerveDriveCharacterizationCommands(Subsystems subsystems) {
+ public static Collection<LabelValue<String, Command>> getSwerveDriveCharacterizationCommands(Subsystems subsystems) {
45
SysIdRoutine.Config routineConfig = new SysIdRoutine.Config();
46
SysIdRoutine.Mechanism mechanism = new SysIdRoutine.Mechanism(
47
(Measure<Voltage> volts) -> {
0 commit comments