DriveTrajectoryFollower

public interface DriveTrajectoryFollower implements DriveComponent

Functions

Link copied to clipboard
public Command followTrajectory(Trajectory trajectory)

Returns a Command that follows the provided trajectory.

Link copied to clipboard
Link copied to clipboard

Returns the trajectory currently being followed by this drive, if any.

Link copied to clipboard
Link copied to clipboard
public TrajectoryBuilder trajectoryBuilder(Pose2d startPose, Angle startTangent)
public TrajectoryBuilder trajectoryBuilder(Pose2d startPose, Boolean reversed)

Returns a TrajectoryBuilder with the constraints of this drive.