Skip to content
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

Final_speed and Target_spins_per_s #3328

Merged
merged 6 commits into from
Oct 8, 2024

Conversation

zuperzane
Copy link
Contributor

The full deletion of anything having to do with target_spin_rev_per_s and final_speed as being control params especially being updated

Testing involved building all files and watching thunderscope gameplay to ensure nothing seemed off

Resolved Issues

resolves #3145

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

Just if you could recheck it builds would be lovely thanks!

@zuperzane zuperzane requested review from a team, williamckha and sauravbanna and removed request for a team October 1, 2024 18:57
Copy link
Contributor

@williamckha williamckha left a comment

Choose a reason for hiding this comment

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

Nice work! Looks like simulated_hrvo_test.py is failing -- if you can't figure out how to fix it, it's probably ok to disable that test for now since we don't use HRVO any more. We might be able to repurpose the test cases for a general motion planning test later

src/proto/tactic.proto Show resolved Hide resolved
src/proto/tactic.proto Outdated Show resolved Hide resolved
src/proto/tactic.proto Outdated Show resolved Hide resolved
Copy link
Contributor

@williamckha williamckha left a comment

Choose a reason for hiding this comment

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

💯

Copy link
Contributor

@Lmh-java Lmh-java left a comment

Choose a reason for hiding this comment

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

LGTM 🔥

@zuperzane zuperzane merged commit 62c5e21 into UBC-Thunderbots:master Oct 8, 2024
6 checks passed
Lmh-java pushed a commit to Lmh-java/Software that referenced this pull request Oct 25, 2024
* Final_speed and Target_spins_per_s

* [pre-commit.ci lite] apply automatic fixes

* Field chancge

* Update src/proto/tactic.proto

Co-authored-by: William Ha <[email protected]>

* Update tactic.proto

Co-authored-by: William Ha <[email protected]>

* simulated hrvo fix

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: William Ha <[email protected]>
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.

Remove target_spin_rev_per_s and final_speed from MoveTactic
3 participants