DriveTrajectoryFollower

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun followTrajectory(trajectory: Trajectory): Command

Returns a Command that follows the provided trajectory.

Link copied to clipboard

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

Link copied to clipboard
open fun trajectoryBuilder(startPose: Pose2d = poseEstimate, startTangent: Angle = startPose.heading): TrajectoryBuilder
open fun trajectoryBuilder(startPose: Pose2d = poseEstimate, reversed: Boolean): TrajectoryBuilder

Returns a TrajectoryBuilder with the constraints of this drive.