mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Include thirdparty libraries with angle brackets (#5578)
This commit is contained in:
@@ -7,13 +7,14 @@
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
|
||||
#include "Eigen/Cholesky"
|
||||
#include <Eigen/Cholesky>
|
||||
#include <unsupported/Eigen/MatrixFunctions>
|
||||
|
||||
#include "frc/DARE.h"
|
||||
#include "frc/StateSpaceUtil.h"
|
||||
#include "frc/controller/LinearQuadraticRegulator.h"
|
||||
#include "frc/fmt/Eigen.h"
|
||||
#include "frc/system/Discretization.h"
|
||||
#include "unsupported/Eigen/MatrixFunctions"
|
||||
#include "wpimath/MathShared.h"
|
||||
|
||||
namespace frc {
|
||||
|
||||
Reference in New Issue
Block a user