[build] Build examples in CMake CI (#5667)

This commit is contained in:
Tyler Veness
2023-09-20 21:03:55 -07:00
committed by GitHub
parent 97021f074a
commit 07a0d22fe6
7 changed files with 43 additions and 11 deletions

View File

@@ -47,9 +47,6 @@ class SwerveModule {
frc::Encoder m_driveEncoder;
frc::Encoder m_turningEncoder;
bool m_reverseDriveEncoder;
bool m_reverseTurningEncoder;
frc::PIDController m_drivePIDController{
ModuleConstants::kPModuleDriveController, 0, 0};
frc::ProfiledPIDController<units::radians> m_turningPIDController{