Package com.acmerobotics.roadrunner
Class Trajectory
-
- All Implemented Interfaces:
public final class Trajectory
-
-
Field Summary
Fields Modifier and Type Field Description public final MappedPosePath
path
public final CancelableProfile
profile
public final List<Double>
offsets
-
Constructor Summary
Constructors Constructor Description Trajectory(MappedPosePath path, CancelableProfile profile, List<Double> offsets)
-
Method Summary
Modifier and Type Method Description final DisplacementTrajectory
cancel(Double s)
-
-
Constructor Detail
-
Trajectory
Trajectory(MappedPosePath path, CancelableProfile profile, List<Double> offsets)
-
-
Method Detail
-
cancel
final DisplacementTrajectory cancel(Double s)
-
-
-
-