Skip to content

Commit

Permalink
added subwoofer speeds to LUT
Browse files Browse the repository at this point in the history
  • Loading branch information
r4stered committed Oct 29, 2024
1 parent 1234a3b commit 59ba080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/cpp/Robot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ void Robot::RobotInit() {
consts::SWERVE_ODOM_LOOP_PERIOD, 2_ms);

m_container.GetShooterSubsystem().SetupLUTs({
{45.5_in, {2053_rpm, 3800_rpm}},
{60.5_in, {1500_rpm, 2500_rpm}},
{76_in, {2500_rpm, 2053_rpm}},
{88_in, {3100_rpm, 1900_rpm}},
Expand Down

0 comments on commit 59ba080

Please sign in to comment.