Package com.acmerobotics.roadrunner
Class HeadingPosePath
-
- All Implemented Interfaces:
-
com.acmerobotics.roadrunner.PosePath
public final class HeadingPosePath implements PosePath
-
-
Field Summary
Fields Modifier and Type Field Description public final PositionPath<Arclength>
posPath
public final HeadingPath
headingPath
-
Constructor Summary
Constructors Constructor Description HeadingPosePath(PositionPath<Arclength> posPath, HeadingPath headingPath)
-
Method Summary
-
-
Constructor Detail
-
HeadingPosePath
HeadingPosePath(PositionPath<Arclength> posPath, HeadingPath headingPath)
-
-
-
-