Package-level declarations

Trajectory constraint definitions

Types

Link copied to clipboard

Constraint limiting angular acceleration.

Link copied to clipboard

A velocity constraint that prevents over-accelerating to ensure its corresponding angular and translational acceleration constraints are satisfied.

Link copied to clipboard

Constraint limiting angular velocity.

Link copied to clipboard
@Serializable()
public final class DiffSwerveConstraints implements TrajectoryConstraints
Link copied to clipboard

Drive constraint that limits maximum wheel velocities.

Link copied to clipboard
@Serializable()
public final class GenericConstraints implements TrajectoryConstraints
Link copied to clipboard
@Serializable()
public final class MecanumConstraints implements TrajectoryConstraints
Link copied to clipboard

Composite constraint representing the minimum of its constituent acceleration constraints.

Link copied to clipboard

Composite constraint representing the minimum of its constituent velocity constraints.

Link copied to clipboard
@Serializable()
public final class SwerveConstraints implements TrajectoryConstraints
Link copied to clipboard
@Serializable()
public final class TankConstraints implements TrajectoryConstraints
Link copied to clipboard

Motion profile acceleration constraint.

Link copied to clipboard
Link copied to clipboard
public interface TrajectoryConstraints

Configuration describing constraints and other robot-specific parameters.

Link copied to clipboard

Motion profile velocity constraint.

Link copied to clipboard

Constraint limiting translational acceleration.

Link copied to clipboard

Constraint limiting translational velocity.

Link copied to clipboard
public final class UnsatisfiableConstraint extends RuntimeException

Exception thrown when no velocity or acceleration combination exists that satisfies the constraint.