-
Notifications
You must be signed in to change notification settings - Fork 123
SIM RFC: AI selector interface #3568
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
SIM RFC: AI selector interface #3568
Conversation
| command = ManualGCCommand(manual_command=Command(type=command, for_team=team)) | ||
| self.proto_unix_io.send_proto(ManualGCCommand, command) | ||
|
|
||
| def __find_backend_options(self) -> list[str]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(wait uh i think find_backend_options might have been part of my issue lmao, tysm)
(i think my version checks for if the file is executable as well, i'll integrate it once i create a pr)
(oops sorry this wasn't meant to be a review, not sure why it is rn)
|
Code looks good! Can you attach a screenshot of how does it look like? That would be great. |
Andrewyx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good in the sim! Left some small comments
src/software/thunderscope/gl/widgets/backend_selection_dialog.py
Outdated
Show resolved
Hide resolved
src/software/thunderscope/gl/widgets/backend_selection_dialog.py
Outdated
Show resolved
Hide resolved
src/software/thunderscope/gl/widgets/backend_selection_dialog.py
Outdated
Show resolved
Hide resolved
src/software/thunderscope/gl/widgets/gl_gamecontroller_toolbar.py
Outdated
Show resolved
Hide resolved
nycrat
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good 👍
Andrewyx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice work 👍
Description
This PR introduces a new modal for selecting the runtimes used by blue and yellow teams in Thunderscope. The modal allows users to choose from a list of installed runtimes (from #3569) and commits the selection via a callback (also from #3569).
Testing Done
I passed in test values as menu options and wrote print statements in the callback. The values printed as expected.
Resolved Issues
#3556
Length Justification and Key Files to Review
N/A
Review Checklist
It is the reviewers responsibility to also make sure every item here has been covered
.hfile) should have a javadoc style comment at the start of them. For examples, see the functions defined inthunderbots/software/geom. Similarly, all classes should have an associated Javadoc comment explaining the purpose of the class.TODO(or similar) statements should either be completed or associated with a github issue