SCRIPT Run cc include replacements

This commit is contained in:
PJ Reiniger
2025-11-07 19:56:21 -05:00
committed by Peter Johnson
parent f0a3c64121
commit 7c6efa41ae
2477 changed files with 8882 additions and 8882 deletions

View File

@@ -4,7 +4,7 @@
#include <gtest/gtest.h>
#include "frc/kinematics/ChassisSpeeds.h"
#include "wpi/math/kinematics/ChassisSpeeds.hpp"
using namespace frc;

View File

@@ -4,7 +4,7 @@
#include <gtest/gtest.h>
#include "frc/kinematics/DifferentialDriveKinematics.h"
#include "wpi/math/kinematics/DifferentialDriveKinematics.hpp"
using namespace frc;

View File

@@ -4,7 +4,7 @@
#include <gtest/gtest.h>
#include "frc/kinematics/DifferentialDriveWheelPositions.h"
#include "wpi/math/kinematics/DifferentialDriveWheelPositions.hpp"
using namespace frc;

View File

@@ -4,7 +4,7 @@
#include <gtest/gtest.h>
#include "frc/kinematics/DifferentialDriveWheelSpeeds.h"
#include "wpi/math/kinematics/DifferentialDriveWheelSpeeds.hpp"
using namespace frc;

View File

@@ -4,7 +4,7 @@
#include <gtest/gtest.h>
#include "frc/kinematics/MecanumDriveKinematics.h"
#include "wpi/math/kinematics/MecanumDriveKinematics.hpp"
using namespace frc;

View File

@@ -4,7 +4,7 @@
#include <gtest/gtest.h>
#include "frc/kinematics/MecanumDriveWheelPositions.h"
#include "wpi/math/kinematics/MecanumDriveWheelPositions.hpp"
using namespace frc;

View File

@@ -4,7 +4,7 @@
#include <gtest/gtest.h>
#include "frc/kinematics/MecanumDriveWheelSpeeds.h"
#include "wpi/math/kinematics/MecanumDriveWheelSpeeds.hpp"
using namespace frc;

View File

@@ -4,9 +4,9 @@
#include <gtest/gtest.h>
#include "../../StructTestBase.h"
#include "frc/kinematics/SwerveDriveKinematics.h"
#include "frc/kinematics/struct/SwerveDriveKinematicsStruct.h"
#include "../../StructTestBase.hpp"
#include "wpi/math/kinematics/SwerveDriveKinematics.hpp"
#include "wpi/math/kinematics/struct/SwerveDriveKinematicsStruct.hpp"
using namespace frc;

View File

@@ -4,7 +4,7 @@
#include <gtest/gtest.h>
#include "frc/kinematics/SwerveModulePosition.h"
#include "wpi/math/kinematics/SwerveModulePosition.hpp"
using namespace frc;

View File

@@ -4,7 +4,7 @@
#include <gtest/gtest.h>
#include "frc/kinematics/SwerveModuleState.h"
#include "wpi/math/kinematics/SwerveModuleState.hpp"
using namespace frc;