FRC Paradigm Shift #1259
Documentation for the 2021 Robot
Constants.cpp
Go to the documentation of this file.
1 /*----------------------------------------------------------------------------*/
2 /* Copyright (c) 2019 FIRST. All Rights Reserved. */
3 /* Open Source Software - may be modified and shared by FRC teams. The code */
4 /* must be accompanied by the FIRST BSD license file in the root directory of */
5 /* the project. */
6 /*----------------------------------------------------------------------------*/
7 
8 #include "Constants.h"
9 
10 namespace AutoConstants
11 {
12  const frc::TrapezoidProfile<units::radians>::Constraints
14 
15 } // namespace AutoConstants
constexpr auto kMaxAngularAcceleration
Definition: Constants.h:166
const frc::TrapezoidProfile< units::radians >::Constraints kThetaControllerConstraints
Definition: Constants.cpp:13
constexpr auto kMaxAngularSpeed
Definition: Constants.h:165