[wpimath] Replace frc/EigenCore.h typedefs with Eigen's where possible (#5597)

This commit is contained in:
Tyler Veness
2023-08-31 11:03:37 -07:00
committed by GitHub
parent 383289bc4b
commit 99f66b1e24
25 changed files with 79 additions and 80 deletions

View File

@@ -4,12 +4,9 @@
#pragma once
#include <frc/StateSpaceUtil.h>
#include <algorithm>
#include <array>
#include <Eigen/Core>
#include <cmath>
#include "units/time.h"