TrajectoryFollower
abstract class TrajectoryFollower @JvmOverloads constructor(admissibleError: Pose2d = Pose2d(), timeout: Double = 0.0, val clock: NanoClock = NanoClock.system)
Generic Trajectory follower for time-based pose reference tracking.
Parameters
admissibleError
admissible/satisfactory pose error at the end of each move
timeout
max time to wait for the error to be admissible
clock
clock
Inheritors
Constructors
Properties
Functions
Link copied to clipboard
Returns the elapsed time since the last followTrajectory call.
Link copied to clipboard
Follow the given trajectory.
Link copied to clipboard
Link copied to clipboard
Returns true if the current trajectory is currently executing.
Link copied to clipboard
Run a single iteration of the trajectory follower.