diff --git a/src/main/include/subsystems/LauncherHAL.h b/src/main/include/subsystems/LauncherHAL.h index 481a85c..5978370 100644 --- a/src/main/include/subsystems/LauncherHAL.h +++ b/src/main/include/subsystems/LauncherHAL.h @@ -37,7 +37,7 @@ class LauncherHAL frc::TrapezoidProfile m_Profile{ - frc::TrapezoidProfile::Constraints{75_deg_per_s, 40_deg_per_s_sq} + frc::TrapezoidProfile::Constraints{150_deg_per_s, 150_deg_per_s_sq} };