Class ExponentialProfile.ProfileTiming

java.lang.Object
edu.wpi.first.math.trajectory.ExponentialProfile.ProfileTiming
Enclosing class:
ExponentialProfile

public static class ExponentialProfile.ProfileTiming
extends Object
Profile timing.
  • Field Details

  • Constructor Details

    • ProfileTiming

      protected ProfileTiming​(double inflectionTime, double totalTime)
      Constructs a ProfileTiming.
      Parameters:
      inflectionTime - Profile inflection time.
      totalTime - Total profile time.
  • Method Details

    • isFinished

      public boolean isFinished​(double t)
      Decides if the profile is finished by time t.
      Parameters:
      t - The time since the beginning of the profile.
      Returns:
      if the profile is finished at time t.