Package com.acmerobotics.roadrunner
Class MappedPosePath
-
- All Implemented Interfaces:
-
com.acmerobotics.roadrunner.PosePath
public final class MappedPosePath implements PosePath
-
-
Constructor Summary
Constructors Constructor Description MappedPosePath(PosePath basePath, PoseMap poseMap)
-
Method Summary
Modifier and Type Method Description final PosePathgetBasePath()final PoseMapgetPoseMap()Doublelength()Pose2dDual<Arclength>get(Double s, Integer n)
-
-
-
Method Detail
-
getBasePath
final PosePath getBasePath()
-
getPoseMap
final PoseMap getPoseMap()
-
get
Pose2dDual<Arclength> get(Double s, Integer n)
-
-