-
- All Implemented Interfaces:
-
com.acmerobotics.roadrunner.HeadingPath
public final class ConstantHeadingPath implements HeadingPath
-
-
Field Summary
Fields Modifier and Type Field Description public final Rotation2d
heading
public final Double
length
-
Constructor Summary
Constructors Constructor Description ConstantHeadingPath(Rotation2d heading, Double length)
-
Method Summary
-
-
Constructor Detail
-
ConstantHeadingPath
ConstantHeadingPath(Rotation2d heading, Double length)
-
-
-
-