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

    • pose

      public Pose2d pose
      Represents the pose.
    • curvature

      public double curvature
      Represents the curvature in radians per meter.
  • Constructor Details

    • PoseWithCurvature

      public PoseWithCurvature(Pose2d pose, double curvature)
      Constructs a PoseWithCurvature.
      Parameters:
      pose - The pose.
      curvature - The curvature in radians per meter.
    • PoseWithCurvature

      Constructs a PoseWithCurvature with default values.