WPILibC++ 2024.3.2
SwerveDriveKinematics.h File Reference

Go to the source code of this file.

Classes

class  frc::SwerveDriveKinematics< NumModules >
 Helper class that converts a chassis velocity (dx, dy, and dtheta components) into individual module states (speed and angle). More...
 

Namespaces

namespace  frc
 

Typedefs

template<size_t NumModules>
using frc::SwerveDriveWheelSpeeds = wpi::array< SwerveModuleState, NumModules >
 

Functions

template class frc::EXPORT_TEMPLATE_DECLARE (WPILIB_DLLEXPORT) LinearQuadraticRegulator< 1