Class LinearPath.State

java.lang.Object
com.ctre.phoenix6.swerve.utility.LinearPath.State
Enclosing class:
LinearPath

public static class LinearPath.State extends Object
Path state.
  • Field Details

  • Constructor Details

    • State

      public State()
      Constructs a new path state with zero'd pose and speeds.
    • State

      public State(Pose2d pose, ChassisSpeeds speeds)
      Constructs a new path state.
      Parameters:
      pose - The pose at this state
      speeds - THe field-centric speeds at this state