Grayson Hoang
Grayson Hoang
Chat, I think the target is to get this done either this weekend or the next, so that our new interns can work with the new structure (and I don't...
Does thunderscope compile as well? Iirc with the new refactor since every FSM class needs an `ai_config_ptr` you have to explicitly construct each `SubFSM` that a tactic uses (E.g. `AttackerFSM`...
Ok I remember now, we don't technically need the template packing because none of the plays include other plays as `subFSMs`. However, I was building for the future, if we...
https://github.com/GrayHoang/Software/tree/T-and-P-Refactor-Static-Assert @Mr-Anyone Assuming I'm checking the thing properly, you can see that it doesn't build even if the static assert passes. I understand the value in the static assert, as...
It's weird because the static assert is handled before the boost construction is called, but I guess `is_constructible_v` considers well-formed rather than actually compilable? Technically I think it is well-formed,...
Oh the commit history is super duper messy sorry...
Yeah I've got some plans to make a better UI but I just have not found the time to think about it further
To add, I probably need to raise some sort of flag to indicate which motor failed to thunderscope. I may want to implement this as a list, so that we...
The limp mode is an idea, but probably would end up being a separate issue. If we wanted to, we could design separate movement algorithms to achieve some features with...
You need to change the dependencies in the BUILD file to include util.py, so that your CL tests pass.