7#include "wpi/units/length.hpp"
#define WPILIB_DLLEXPORT
Definition SymbolExports.hpp:36
Definition LinearSystem.hpp:20
constexpr T Lerp(const T &startValue, const T &endValue, double t)
Linearly interpolates between two values.
Definition MathExtras.hpp:780
Represents the wheel positions for a mecanum drive drivetrain.
Definition MecanumDriveWheelPositions.hpp:15
wpi::units::meter_t frontLeft
Distance driven by the front-left wheel.
Definition MecanumDriveWheelPositions.hpp:19
wpi::units::meter_t rearRight
Distance driven by the rear-right wheel.
Definition MecanumDriveWheelPositions.hpp:34
constexpr MecanumDriveWheelPositions Interpolate(const MecanumDriveWheelPositions &endValue, double t) const
Definition MecanumDriveWheelPositions.hpp:45
wpi::units::meter_t frontRight
Distance driven by the front-right wheel.
Definition MecanumDriveWheelPositions.hpp:24
constexpr bool operator==(const MecanumDriveWheelPositions &other) const =default
Checks equality between this MecanumDriveWheelPositions and another object.
wpi::units::meter_t rearLeft
Distance driven by the rear-left wheel.
Definition MecanumDriveWheelPositions.hpp:29