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

Remove humanoid_league_misc and add caching to tts #335

Merged
merged 6 commits into from
Feb 4, 2024

Conversation

Flova
Copy link
Member

@Flova Flova commented Jan 31, 2024

Summary

This pr moves the last two remaining humanoid league packages out of humanoid_league_mics. They are also renamed accordingly. The team comm is renamed to bitbots_team_communication and the speaker is renamed to bitbots_tts, which is a more fitting name imo.. The team comm will also be migrated further into ros sports in the near future, so this is only an intermediate solution.

In addition to that caching is added to the tts (as proposed in #228). The outputs are generated at the first call, but persistently stored afterward. I like this approach as it still is quite flexible, while increasing performance overall and being dead simple (supported out of the box by the tts we use).

Proposed changes

  • Move folder and change references in code
  • Set cache dir flag in mimic server
  • Cleanup references to old humanoid league packages in docs

@Flova Flova requested a review from jaagut January 31, 2024 09:52
@Flova Flova added the misc label Jan 31, 2024
@Flova Flova changed the title Rename humanoid_league_speaker to bitbots_tts Rename humanoid_league_speaker to bitbots_tts and add caching Jan 31, 2024
@Flova Flova changed the title Rename humanoid_league_speaker to bitbots_tts and add caching Remove humanoid_league_misc and add caching to tts Jan 31, 2024
@Flova
Copy link
Member Author

Flova commented Jan 31, 2024

Testing of the team comm was not successful, but it could be my testing procedure.

@jaagut
Copy link
Member

jaagut commented Feb 1, 2024

This does not fully resolve #228, as I would like to improve the spoken text (see issue for that).

@Flova
Copy link
Member Author

Flova commented Feb 1, 2024

This does not fully resolve #228, as I would like to improve the spoken text (see issue for that).

Ah you are right nvm

@jaagut jaagut force-pushed the rename-humanoid-league-packages branch from 93f47b0 to 2b48470 Compare February 4, 2024 11:54
@jaagut jaagut merged commit e553d29 into main Feb 4, 2024
2 checks passed
@jaagut jaagut deleted the rename-humanoid-league-packages branch February 4, 2024 12:32
@Flova
Copy link
Member Author

Flova commented Feb 5, 2024

Testing of the team comm was not successful, but it could be my testing procedure.

Is this resolved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants