Closed aidnem closed 1 month ago
@jkleiber How do you want to handle Constants.currentMode? It's used in a few places. Should we keep frc.robot.constants.Constants just for this?
@aidnem I think it makes sense to keep it as is (let the software detect if it is in sim or not)
@jkleiber Sounds good. The only thing is, we won't be able to handle replay mode without having it in constants. I assume we can cross that bridge when we come to it.
Today at shop I:
At some point we should establish some sort of release cadence to point jitpack at releases rather than just whatever the latest version on main is (will help contain regressions and keep configuration management easier)
@jkleiber could we just use a stable branch or something and point it at that? We could also manually point at tags and then make a little mini-PR to update to the latest version when needed.
Making a release off of main is super easy and would be the same as pointing at tags
Oh yeah I meant tagging commits as releases and then pointing at those, sorry for the confusion
Purpose The purpose of this addition is to make sure the repository is structured well and isn't too janky before we start adding more specific/advanced features to subsystems.
Project Scope