#define WPILIB_DLLEXPORT
Definition SymbolExports.h:36
constexpr T Lerp(const T &startValue, const T &endValue, double t)
Linearly interpolates between two values.
Definition MathExtras.h:772
Represents the wheel positions for a differential drive drivetrain.
Definition DifferentialDriveWheelPositions.h:16
constexpr DifferentialDriveWheelPositions Interpolate(const DifferentialDriveWheelPositions &endValue, double t) const
Definition DifferentialDriveWheelPositions.h:37
constexpr bool operator==(const DifferentialDriveWheelPositions &other) const =default
Checks equality between this DifferentialDriveWheelPositions and another object.
units::meter_t left
Distance driven by the left side.
Definition DifferentialDriveWheelPositions.h:20
units::meter_t right
Distance driven by the right side.
Definition DifferentialDriveWheelPositions.h:25