Skip to content

Clean up primitive executor unused members#3756

Merged
williamckha merged 2 commits into
masterfrom
avah/clean_up_prim_exec
Jun 5, 2026
Merged

Clean up primitive executor unused members#3756
williamckha merged 2 commits into
masterfrom
avah/clean_up_prim_exec

Conversation

@nycrat
Copy link
Copy Markdown
Member

@nycrat nycrat commented Jun 3, 2026

Description

This is a stacked PR: #3756 #3758 #3759 #3760.

This PR removes some unused fields in PrimitiveExecutor, specifically the robot id and team. This makes sense cause the low level primitive executor does not need to know things like its robot's team and robot id.

Testing Done

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

nycrat added 2 commits June 3, 2026 14:38
this is removed even thought is technically used now cause future
changes will get rid of it
@nycrat nycrat changed the title Remove unused fields in PrimitiveExecutor Implement new PrimitiveExecutor Jun 4, 2026
@nycrat nycrat changed the title Implement new PrimitiveExecutor Clean up primitive executor unused members Jun 4, 2026
@nycrat nycrat marked this pull request as ready for review June 4, 2026 22:16
@nycrat nycrat requested review from GrayHoang and someone2060 June 4, 2026 22:33
Copy link
Copy Markdown
Contributor

@annieisawesome2 annieisawesome2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

@williamckha williamckha merged commit dd9521c into master Jun 5, 2026
7 checks passed
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.

3 participants