HeadingInterpolator

public abstract class HeadingInterpolator

Interpolator for specifying the heading for holonomic paths.

Inheritors

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

Base parametric curve

Functions

Link copied to clipboard
public final Angle deriv(Double s)
public final Angle deriv(Double s, Double t)

Returns the heading derivative at the specified s.

Link copied to clipboard
public final Angle end()

Returns the end heading.

Link copied to clipboard
public final Angle endDeriv()

Returns the end heading derivative.

Link copied to clipboard
public final Angle endSecondDeriv()

Returns the end heading second derivative.

Link copied to clipboard
public final Angle get(Double s)
public final Angle get(Double s, Double t)

Returns the heading at the specified s.

Link copied to clipboard
protected final ParametricCurve getCurve()

Base parametric curve

Link copied to clipboard
public Unit init(ParametricCurve curve)

Initialize the interpolator with a curve.

Link copied to clipboard
public final Angle secondDeriv(Double s)
public final Angle secondDeriv(Double s, Double t)

Returns the heading second derivative at the specified s.

Link copied to clipboard
protected final Unit setCurve(ParametricCurve curve)

Base parametric curve

Link copied to clipboard
public final Angle start()

Returns the start heading.

Link copied to clipboard
public final Angle startDeriv()

Returns the start heading derivative.

Link copied to clipboard
public final Angle startSecondDeriv()

Returns the start heading second derivative.