mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[wpimath] Move C++ filters into filter folder to match Java (#3417)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// Open Source Software; you can modify and/or share it under the terms of
|
||||
// the WPILib BSD license file in the root directory of this project.
|
||||
|
||||
#include "frc/LinearFilter.h" // NOLINT(build/include_order)
|
||||
#include "frc/filter/LinearFilter.h" // NOLINT(build/include_order)
|
||||
|
||||
#include <cmath>
|
||||
#include <random>
|
||||
@@ -2,7 +2,7 @@
|
||||
// Open Source Software; you can modify and/or share it under the terms of
|
||||
// the WPILib BSD license file in the root directory of this project.
|
||||
|
||||
#include "frc/LinearFilter.h" // NOLINT(build/include_order)
|
||||
#include "frc/filter/LinearFilter.h" // NOLINT(build/include_order)
|
||||
|
||||
#include <cmath>
|
||||
#include <functional>
|
||||
@@ -2,7 +2,7 @@
|
||||
// Open Source Software; you can modify and/or share it under the terms of
|
||||
// the WPILib BSD license file in the root directory of this project.
|
||||
|
||||
#include "frc/MedianFilter.h"
|
||||
#include "frc/filter/MedianFilter.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
TEST(MedianFilterTest, MedianFilterNotFullTestEven) {
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include <wpi/timestamp.h>
|
||||
|
||||
#include "frc/SlewRateLimiter.h"
|
||||
#include "frc/filter/SlewRateLimiter.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "units/length.h"
|
||||
#include "units/time.h"
|
||||
Reference in New Issue
Block a user