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

Qualification salvage #130

Merged
merged 90 commits into from
Feb 23, 2024
Merged

Qualification salvage #130

merged 90 commits into from
Feb 23, 2024

Conversation

m-barker
Copy link
Collaborator

No description provided.

Copy link
Member

@jws-1 jws-1 left a comment

Choose a reason for hiding this comment

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

Looks great! A successful salvage, I'd say; getting two new packages implementing brand new features, as well as fixing up bugs in other packages. 👍

I left a bunch of nitpicky suggestions / comments! Mostly CMake/package.xml related, and regarding the deletion of the actions that I had created.

@@ -110,6 +113,7 @@ class TranscribeSpeechAction(object):
self._action_server.start()

def _timer_cb(self, _) -> None:
return
Copy link
Member

Choose a reason for hiding this comment

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

Did we decide to keep it like this permanently? If so, let's just get rid of the timer altogether.

Comment on lines 123 to 125
command_database = get_command_database(index_path, command_path)
command_list = load_commands(command_path)
model = SentenceTransformer("all-MiniLM-L6-v2")
Copy link
Member

Choose a reason for hiding this comment

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

Might be a stupid question, but is it worth caching this stuff?

@jws-1 jws-1 marked this pull request as ready for review February 23, 2024 10:38
@jws-1 jws-1 self-requested a review February 23, 2024 13:04
Copy link
Member

@jws-1 jws-1 left a comment

Choose a reason for hiding this comment

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

I've opened two new issues (#131 and #132) to address a couple of my concerns, and merging this in for now!

@jws-1 jws-1 merged commit 1b3a961 into main Feb 23, 2024
2 checks passed
@jws-1 jws-1 deleted the qualification-salvage branch February 23, 2024 13:06
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