Skip to content

Commit

Permalink
Lower standard fire rate to 17 bps
Browse files Browse the repository at this point in the history
  • Loading branch information
calebchalmers committed Jun 17, 2024
1 parent f858f2b commit 26322e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ut-robomaster/src/robots/standard/standard_constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static constexpr float MAX_ANGULAR_VEL = WHEEL_MAX_VEL * WHEEL_RADIUS / WHEEL_LX
const float TARGET_PROJECTILE_VELOCITY = 30; // m/s
const float FLYWHEEL_SPEED = 160.0f;

const float BALLS_PER_SEC = 20.0f;
const float BALLS_PER_SEC = 17.0f;
const float BALLS_PER_REV = 18.0f;

const float JAM_TRIGGER_RATIO = 0.2; // measured speed to driven speed ratio
Expand Down

0 comments on commit 26322e1

Please sign in to comment.