Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix barrel overheat buffer too high at low levels #135

Open
calebchalmers opened this issue Jun 17, 2024 · 2 comments
Open

Fix barrel overheat buffer too high at low levels #135

calebchalmers opened this issue Jun 17, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@calebchalmers
Copy link
Contributor

calebchalmers commented Jun 17, 2024

Currently, there is a severe issue where the heat buffer is so high that we are unable to fire while the robot is at level one. This of course prevents leveling up and so you just can't shoot.

We can fix this by lowering the buffer and risking overheating, or keeping the current buffer but disabling it at lower levels and relying on drivers to watch their heat levels manually.

@calebchalmers calebchalmers added bug Something isn't working and removed bugfix labels Sep 30, 2024
@calebchalmers
Copy link
Contributor Author

This also depends on how tight the firing mechanism is mechanically. If we can stop shooting exactly when we need to, then we can lower the buffer without risking overheating.

@calebchalmers
Copy link
Contributor Author

If we need to disable the buffer for low levels, maybe we can show a warning on the HUD to alert drivers that they need to be careful.

Requires #86

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants