mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
SCRIPT Run cc include replacements
This commit is contained in:
committed by
Peter Johnson
parent
f0a3c64121
commit
7c6efa41ae
@@ -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/geometry/struct/Ellipse2dStruct.h"
|
||||
#include "wpi/math/geometry/struct/Ellipse2dStruct.hpp"
|
||||
|
||||
namespace {
|
||||
constexpr size_t kCenterOff = 0;
|
||||
|
||||
@@ -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/geometry/struct/Pose2dStruct.h"
|
||||
#include "wpi/math/geometry/struct/Pose2dStruct.hpp"
|
||||
|
||||
namespace {
|
||||
constexpr size_t kTranslationOff = 0;
|
||||
|
||||
@@ -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/geometry/struct/Pose3dStruct.h"
|
||||
#include "wpi/math/geometry/struct/Pose3dStruct.hpp"
|
||||
|
||||
namespace {
|
||||
constexpr size_t kTranslationOff = 0;
|
||||
|
||||
@@ -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/geometry/struct/QuaternionStruct.h"
|
||||
#include "wpi/math/geometry/struct/QuaternionStruct.hpp"
|
||||
|
||||
namespace {
|
||||
constexpr size_t kWOff = 0;
|
||||
|
||||
@@ -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/geometry/struct/Rectangle2dStruct.h"
|
||||
#include "wpi/math/geometry/struct/Rectangle2dStruct.hpp"
|
||||
|
||||
namespace {
|
||||
constexpr size_t kCenterOff = 0;
|
||||
|
||||
@@ -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/geometry/struct/Rotation2dStruct.h"
|
||||
#include "wpi/math/geometry/struct/Rotation2dStruct.hpp"
|
||||
|
||||
namespace {
|
||||
constexpr size_t kValueOff = 0;
|
||||
|
||||
@@ -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/geometry/struct/Rotation3dStruct.h"
|
||||
#include "wpi/math/geometry/struct/Rotation3dStruct.hpp"
|
||||
|
||||
namespace {
|
||||
constexpr size_t kQOff = 0;
|
||||
|
||||
@@ -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/geometry/struct/Transform2dStruct.h"
|
||||
#include "wpi/math/geometry/struct/Transform2dStruct.hpp"
|
||||
|
||||
namespace {
|
||||
constexpr size_t kTranslationOff = 0;
|
||||
|
||||
@@ -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/geometry/struct/Transform3dStruct.h"
|
||||
#include "wpi/math/geometry/struct/Transform3dStruct.hpp"
|
||||
|
||||
namespace {
|
||||
constexpr size_t kTranslationOff = 0;
|
||||
|
||||
@@ -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/geometry/struct/Translation2dStruct.h"
|
||||
#include "wpi/math/geometry/struct/Translation2dStruct.hpp"
|
||||
|
||||
namespace {
|
||||
constexpr size_t kXOff = 0;
|
||||
|
||||
@@ -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/geometry/struct/Translation3dStruct.h"
|
||||
#include "wpi/math/geometry/struct/Translation3dStruct.hpp"
|
||||
|
||||
namespace {
|
||||
constexpr size_t kXOff = 0;
|
||||
|
||||
@@ -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/geometry/struct/Twist2dStruct.h"
|
||||
#include "wpi/math/geometry/struct/Twist2dStruct.hpp"
|
||||
|
||||
namespace {
|
||||
constexpr size_t kDxOff = 0;
|
||||
|
||||
@@ -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/geometry/struct/Twist3dStruct.h"
|
||||
#include "wpi/math/geometry/struct/Twist3dStruct.hpp"
|
||||
|
||||
namespace {
|
||||
constexpr size_t kDxOff = 0;
|
||||
|
||||
Reference in New Issue
Block a user