CTRE Phoenix 6 C++ 25.0.0-beta-4
Loading...
Searching...
No Matches
Kinematics.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
10#include <frc/kinematics/ChassisSpeeds.h>
11#include <frc/kinematics/SwerveModulePosition.h>
12#include <frc/kinematics/SwerveModuleState.h>
13
14namespace ctre {
15namespace phoenix6 {
16namespace swerve {
17
18using frc::ChassisSpeeds;
19using frc::SwerveModulePosition;
20using frc::SwerveModuleState;
21
22}
23}
24}
Definition StatusCodes.h:18