Package edu.wpi.first.math.spline
Class PoseWithCurvature
java.lang.Object
edu.wpi.first.math.spline.PoseWithCurvature
Represents a pair of a pose and a curvature.
-
Field Summary
Modifier and TypeFieldDescriptiondouble
Represents the curvature.Represents the pose. -
Constructor Summary
ConstructorDescriptionConstructs a PoseWithCurvature with default values.PoseWithCurvature
(Pose2d poseMeters, double curvatureRadPerMeter) Constructs a PoseWithCurvature. -
Method Summary
-
Field Details
-
poseMeters
Represents the pose. -
curvatureRadPerMeter
Represents the curvature.
-
-
Constructor Details
-
PoseWithCurvature
Constructs a PoseWithCurvature.- Parameters:
poseMeters
- The pose.curvatureRadPerMeter
- The curvature.
-
PoseWithCurvature
public PoseWithCurvature()Constructs a PoseWithCurvature with default values.
-