Fix clangd #include warnings (#8565)

This commit is contained in:
Tyler Veness
2026-02-11 11:15:02 -08:00
committed by GitHub
parent 1680e676b6
commit 245186cb15
70 changed files with 30 additions and 126 deletions

View File

@@ -248,3 +248,5 @@ class SimpleMotorFeedforward {
};
} // namespace wpi::math
#include "wpi/math/controller/struct/SimpleMotorFeedforwardStruct.hpp"

View File

@@ -4,6 +4,7 @@
#pragma once
#include <numbers>
#include <type_traits>
#include <Eigen/Core>

View File

@@ -647,3 +647,5 @@ extern template class EXPORT_TEMPLATE_DECLARE(WPILIB_DLLEXPORT)
SwerveDriveKinematics<4>;
} // namespace wpi::math
#include "wpi/math/kinematics/struct/SwerveDriveKinematicsStruct.hpp"

View File

@@ -256,3 +256,5 @@ class LinearSystem {
};
} // namespace wpi::math
#include "wpi/math/system/struct/LinearSystemStruct.hpp"