TrajectoryFollower
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
Link copied to clipboard
public TrajectoryFollower TrajectoryFollower(Pose2d admissibleError, Double timeout, NanoClock clock)
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
Robot pose error computed in the last update call.
Link copied to clipboard
Trajectory being followed if isFollowing is true.
Link copied to clipboard
Link copied to clipboard
Returns true if the current trajectory is currently executing.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Run a single iteration of the trajectory follower.