WPILibC++ 2023.4.3
|
#include <cstddef>
#include <wpi/SymbolExports.h>
#include <wpi/array.h>
#include "Eigen/QR"
#include "frc/EigenCore.h"
#include "frc/geometry/Rotation2d.h"
#include "frc/geometry/Translation2d.h"
#include "frc/geometry/Twist2d.h"
#include "frc/kinematics/ChassisSpeeds.h"
#include "frc/kinematics/SwerveModulePosition.h"
#include "frc/kinematics/SwerveModuleState.h"
#include "units/velocity.h"
#include "wpimath/MathShared.h"
#include "SwerveDriveKinematics.inc"
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 |
Functions | |
template class | frc::EXPORT_TEMPLATE_DECLARE (WPILIB_DLLEXPORT) LinearQuadraticRegulator< 1 |