mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
Fix clangd #include warnings (#8565)
This commit is contained in:
@@ -248,3 +248,5 @@ class SimpleMotorFeedforward {
|
||||
};
|
||||
|
||||
} // namespace wpi::math
|
||||
|
||||
#include "wpi/math/controller/struct/SimpleMotorFeedforwardStruct.hpp"
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <numbers>
|
||||
#include <type_traits>
|
||||
|
||||
#include <Eigen/Core>
|
||||
|
||||
@@ -647,3 +647,5 @@ extern template class EXPORT_TEMPLATE_DECLARE(WPILIB_DLLEXPORT)
|
||||
SwerveDriveKinematics<4>;
|
||||
|
||||
} // namespace wpi::math
|
||||
|
||||
#include "wpi/math/kinematics/struct/SwerveDriveKinematicsStruct.hpp"
|
||||
|
||||
@@ -256,3 +256,5 @@ class LinearSystem {
|
||||
};
|
||||
|
||||
} // namespace wpi::math
|
||||
|
||||
#include "wpi/math/system/struct/LinearSystemStruct.hpp"
|
||||
|
||||
Reference in New Issue
Block a user