CTRE Phoenix 6 C++ 26.50.0-alpha-1
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 <wpi/math/geometry/Pose2d.hpp>
10#include <wpi/util/MathExtras.hpp>
11
12namespace ctre {
13namespace phoenix6 {
14namespace swerve {
15
16using wpi::util::Lerp;
17
18using wpi::math::Rotation2d;
19using wpi::math::Translation2d;
20using wpi::math::Transform2d;
21using wpi::math::Twist2d;
22using wpi::math::Pose2d;
23
24}
25}
26}
Definition SwerveModule.hpp:28
Definition ExternalFeedbackConfigs.hpp:16
Definition motor_constants.h:14