Ability to run tests within thunderscope#3540
Closed
nycrat wants to merge 12 commits into
Closed
Conversation
0eab961 to
2dc38d9
Compare
9b6220a to
4715de1
Compare
6fce915 to
2008261
Compare
4 tasks
26a5f52 to
4eed05f
Compare
nycrat
commented
Jun 23, 2026
Comment on lines
-89
to
-105
| ): | ||
| with Gamecontroller( | ||
| Gamecontroller( | ||
| suppress_logs=(not args.show_gamecontroller_logs) | ||
| ) as gamecontroller: | ||
| blue_fs.setup_proto_unix_io(blue_full_system_proto_unix_io) | ||
| yellow_fs.setup_proto_unix_io(yellow_full_system_proto_unix_io) | ||
| simulator.setup_proto_unix_io( | ||
| simulator_proto_unix_io, | ||
| blue_full_system_proto_unix_io, | ||
| yellow_full_system_proto_unix_io, | ||
| ProtoUnixIO(), | ||
| ) | ||
| gamecontroller.setup_proto_unix_io( | ||
| blue_full_system_proto_unix_io=blue_full_system_proto_unix_io, | ||
| yellow_full_system_proto_unix_io=yellow_full_system_proto_unix_io, | ||
| simulator_proto_unix_io=simulator_proto_unix_io, | ||
| ) |
Member
Author
There was a problem hiding this comment.
For reviewers: these changes are just formatting
e082cb8 to
e6e5a6e
Compare
19e8017 to
95b28d5
Compare
4 tasks
Member
Author
|
See #3806 instead |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See #3806
Description
This is a stacked PR: #3744 #3540
This PR implements a "test mode" for thunderscope that can be launched using:
./tbots.py run thunderscope --test_modeor just./tbots.pywith the interactive prompt. It can also run field tests (TODO untested right now) using./tbots.py run thunderscope --test_mode --run_field_testScreen.Recording.2026-06-23.at.08.34.26.mov
Testing Done
Resolved Issues
resolves #3369
Length Justification and Key Files to Review
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