Class PoseWithCurvature

java.lang.Object
edu.wpi.first.math.spline.PoseWithCurvature

public class PoseWithCurvature extends Object
Represents a pair of a pose and a curvature.
  • Field Details

  • Constructor Details

    • PoseWithCurvature

      public PoseWithCurvature(Pose2d poseMeters, double curvatureRadPerMeter)
      Constructs a PoseWithCurvature.
      Parameters:
      poseMeters - The pose.
      curvatureRadPerMeter - The curvature.
    • PoseWithCurvature

      Constructs a PoseWithCurvature with default values.