···11++++
22+title = "FRC REBUILT Points Calculator"
33+date = 2026-01-11
44+slug = "frc-rebuilt-calculator"
55+description = "Interactive calculator for the 2026 FRC game REBUILT"
66+77+[taxonomies]
88+tags = ["frc", "robotics", "calculator"]
99+1010+[extra]
1111+has_toc = false
1212++++
1313+1414+I was manually doing bps calculations yesterday at kickoff and figured there must be a better way so here you go :)
1515+1616+<!-- more -->
1717+1818+### Match Timeline
1919+2020+A match lasts **2 minutes and 40 seconds** (160 seconds total):
2121+2222+| Period | Duration | Hub Status |
2323+|--------|----------|------------|
2424+| **Autonomous** | 20s | Both Hubs Active |
2525+| **Transition Shift** | 10s | Both Hubs Active |
2626+| **Shift 1** | 25s | One Active / One Inactive |
2727+| **Shift 2** | 25s | One Active / One Inactive |
2828+| **Shift 3** | 25s | One Active / One Inactive |
2929+| **Shift 4** | 25s | One Active / One Inactive |
3030+| **End Game** | 30s | Both Hubs Active |
3131+3232+Winning autonomous affects your Hub status so if your alliance scores the most Fuel in AUTO, your Hub is **Inactive** for Shifts 1 & 3, and **Active** for Shifts 2 & 4.
3333+3434+### Ranking points
3535+3636+For Regional/District events:
3737+- **Energized RP:** Score **100 Fuel** (1 RP)
3838+- **Supercharged RP:** Score **360 Fuel** (1 RP)
3939+- **Traversal RP:** Earn **50 Tower points** (1 RP)
4040+4141+### BPS calculator
4242+4343+Use this calculator to determine the balls per second (BPS) your robot needs to achieve ranking point thresholds. Adjust parameters based on your robot's capabilities and strategy.
4444+4545+The max bps is only used in the simulation of the match while the results section is doing back propagation to figure out the necessary BPS needed to hit that ranking point no matter how high that is. If one of the results says "N/A" that means that your reload time is too high and eats up enough shooting time its no longer possible to hit that ranking point threshold.
4646+4747+{{ frcRebuilt() }}
4848+4949+Hopefully this can help your team! May your BPS be ever optimal.