Skip to content

Allow pre-passing in flags to interactive mode - #3904

Closed
nycrat wants to merge 1 commit into
UBC-Thunderbots:masterfrom
nycrat:avah/tbots_py_arbitrary_flags_master
Closed

Allow pre-passing in flags to interactive mode#3904
nycrat wants to merge 1 commit into
UBC-Thunderbots:masterfrom
nycrat:avah/tbots_py_arbitrary_flags_master

Conversation

@nycrat

@nycrat nycrat commented Aug 27, 2026

Copy link
Copy Markdown
Member

Description

Allows for stuff like ./tbots.py --jobs 4 to specify the jobs bazel option which might be useful for some users but not significant enough to justify being in the interactive cli. This PR was originally was merged into robocup 2026 branch #3822

Testing Done

Ran ./tbots.py --runs 3 and did interactive mode to run a test, resulting command: bazel test --copt=-O3 --cache_test_results=false --runs_per_test=3 //software/ai/hl/stp/tactic/move:move_tactic_test

Ran ./tbots.py --jobs 4 and did interactive mode to run thunderscope, resulting command: bazel run --copt=-O3 --jobs=4 //software/thunderscope:thunderscope_main -- --enable_autoref

Resolved Issues

Length Justification and Key Files to Review

Review Checklist

It is the reviewers responsibility to also make sure every item here has been covered

  • Function & Class comments: All function definitions (usually in the .h file) should have a javadoc style comment at the start of them. For examples, see the functions defined in thunderbots/software/geom. Similarly, all classes should have an associated Javadoc comment explaining the purpose of the class.
  • Remove all commented out code
  • Remove extra print statements: for example, those just used for testing
  • Resolve all TODO's: All TODO (or similar) statements should either be completed or associated with a github issue

@GrayHoang

Copy link
Copy Markdown
Contributor

This is handled by #3905

@GrayHoang GrayHoang closed this Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants