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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a PoseWithCurvature with default values.PoseWithCurvature
(Pose2d pose, double curvature) Constructs a PoseWithCurvature. -
Method Summary
-
Field Details
-
pose
Represents the pose. -
curvature
Represents the curvature in radians per meter.
-
-
Constructor Details
-
PoseWithCurvature
Constructs a PoseWithCurvature.- Parameters:
pose
- The pose.curvature
- The curvature in radians per meter.
-
PoseWithCurvature
public PoseWithCurvature()Constructs a PoseWithCurvature with default values.
-