Package edu.wpi.first.math.interpolation


package edu.wpi.first.math.interpolation
  • Class
    Description
    An object should extend interpolatable if you wish to interpolate between a lower and upper bound, such as a robot position on the field between timesteps.
    Interpolating Tree Maps are used to get values at points that are not defined by making a guess from points that are defined.
    Interpolating Tree Maps are used to get values at points that are not defined by making a guess from points that are defined.
    An interpolation function that returns a value interpolated between an upper and lower bound.
    An inverse interpolation function which determines where within an interpolation range an object lies.
    The TimeInterpolatableBuffer provides an easy way to estimate past measurements.