Skip to content

Commit

Permalink
Increased max pivot velocity to 150deg/sec and max pivot acceleration…
Browse files Browse the repository at this point in the history
… to 175deg/sec^2.
  • Loading branch information
NottheIRS committed Mar 1, 2024
1 parent a645ca7 commit f37d0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/include/subsystems/LauncherHAL.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class LauncherHAL

frc::TrapezoidProfile<units::degrees> m_Profile{

frc::TrapezoidProfile<units::degrees>::Constraints{75_deg_per_s, 40_deg_per_s_sq}
frc::TrapezoidProfile<units::degrees>::Constraints{150_deg_per_s, 150_deg_per_s_sq}

};

Expand Down

0 comments on commit f37d0ec

Please sign in to comment.