CTRE Phoenix 6 C++ 26.50.0-alpha-1
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 <wpi/math/kinematics/ChassisAccelerations.hpp>
11#include <wpi/math/kinematics/ChassisVelocities.hpp>
12#include <wpi/math/kinematics/SwerveModuleAcceleration.hpp>
13#include <wpi/math/kinematics/SwerveModulePosition.hpp>
14#include <wpi/math/kinematics/SwerveModuleVelocity.hpp>
15
16namespace ctre {
17namespace phoenix6 {
18namespace swerve {
19
20using wpi::math::ChassisVelocities;
21using wpi::math::ChassisAccelerations;
22using wpi::math::SwerveModulePosition;
23using wpi::math::SwerveModuleVelocity;
24using wpi::math::SwerveModuleAcceleration;
25
26}
27}
28}
Definition SwerveModule.hpp:28
Definition ExternalFeedbackConfigs.hpp:16
Definition motor_constants.h:14