Class FeedforwardCharacterization

java.lang.Object
edu.wpi.first.wpilibj2.command.Command
frc.alotobots.library.subsystems.swervedrive.commands.FeedforwardCharacterization
All Implemented Interfaces:
Sendable

public class FeedforwardCharacterization extends Command
Command that measures the velocity feedforward constants for the drive motors. This command should only be used in voltage control mode.
  • Constructor Details

    • FeedforwardCharacterization

      public FeedforwardCharacterization(SwerveDriveSubsystem swerveDriveSubsystem)
      Creates a new FeedforwardCharacterization command.
      Parameters:
      swerveDriveSubsystem - The subsystem to characterize
  • Method Details

    • initialize

      public void initialize()
      Overrides:
      initialize in class Command
    • execute

      public void execute()
      Overrides:
      execute in class Command
    • end

      public void end(boolean interrupted)
      Overrides:
      end in class Command
    • isFinished

      public boolean isFinished()
      Overrides:
      isFinished in class Command