Package-level declarations

Trajectory definitions

Types

Link copied to clipboard
public abstract class BaseTrajectoryBuilder<T extends BaseTrajectoryBuilder<T>>

Easy-to-use builder for creating Trajectory instances.

Link copied to clipboard
public final class DisplacementMarker

Trajectory marker that is triggered when the specified displacement passes.

Link copied to clipboard
public interface DisplacementProducer

SAM interface that produces a marker absolute displacement offset from the trajectory length.

Link copied to clipboard
public interface MarkerCallback

SAM interface for marker callbacks.

Link copied to clipboard
public final class PathTrajectorySegment implements TrajectorySegment

Trajectory segment backed by a Path and a MotionProfile.

Link copied to clipboard

Builder for trajectories with static constraints.

Link copied to clipboard
public final class SpatialMarker

Trajectory marker that is triggered when the trajectory passes the specified point.

Link copied to clipboard
public final class TemporalMarker

Trajectory marker that is triggered when the specified time passes.

Link copied to clipboard
public interface TimeProducer

SAM interface that produces a marker absolute time offset from the trajectory duration.

Link copied to clipboard
public final class Trajectory

Trajectory composed of a list of trajectory segments and trajectory markers.

Link copied to clipboard

Builder for trajectories with dynamic constraints.

Link copied to clipboard
public class TrajectoryGenerator

Trajectory generator for creating trajectories with dynamic and static constraints from paths.

Link copied to clipboard
public final class TrajectoryMarker

Trajectory marker that is triggered when the specified time passes.

Link copied to clipboard
public interface TrajectorySegment

Generic trajectory segment.

Link copied to clipboard
public final class TurnSegment implements TrajectorySegment

Trajectory segment representing a point turn.

Link copied to clipboard
public final class WaitSegment implements TrajectorySegment

Static trajectory segment that holds a constant pose.