FollowerActionBuilder

inner class FollowerActionBuilder(startPose: Pose)

Constructors

Link copied to clipboard
constructor(startPose: Pose)

Functions

Link copied to clipboard
fun build(): Action
Link copied to clipboard

Adds a linear segment to the path from the lastPose to the endPose. The heading will be interpolated linearly between the start and end poses.

Link copied to clipboard
fun splineTo(endPose: Pose, controlPose1: Pose, controlPose2: Pose): MecanumDriveWithPP.FollowerActionBuilder

Adds a cubic Bézier curve segment to the path defined by the lastPose, controlPose1, controlPose2, and the endPose. The heading will be interpolated linearly between the start and end poses.