CTRE Phoenix 6 C++ 25.1.0
Loading...
Searching...
No Matches
Geometry.hpp
Go to the documentation of this file.
1/*
2 * Copyright (C) Cross The Road Electronics.  All rights reserved.
3 * License information can be found in CTRE_LICENSE.txt
4 * For support and suggestions contact support@ctr-electronics.com or file
5 * an issue tracker at https://github.com/CrossTheRoadElec/Phoenix-Releases
6 */
7#pragma once
8
9#include <frc/geometry/Pose2d.h>
10#include <wpi/MathExtras.h>
11
12namespace ctre {
13namespace phoenix6 {
14namespace swerve {
15
16using wpi::Lerp;
17
18using frc::Rotation2d;
19using frc::Translation2d;
20using frc::Transform2d;
21using frc::Twist2d;
22using frc::Pose2d;
23
24}
25}
26}
Definition MotionMagicExpoTorqueCurrentFOC.hpp:18