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

FindPerson & FindNamedPerson #138

Merged
merged 42 commits into from
Apr 18, 2024
Merged

Conversation

jws-1
Copy link
Member

@jws-1 jws-1 commented Mar 5, 2024

Introduces:

  • FindPerson skill, which navigates to a set of waypoints (the order of which is determined by computing a "minimum" Hamiltonian path"), and stops when a person is found.
  • FindNamedPerson skill, which extends FindPerson to find a specific person by asking encountered people if they are in-fact that person.
  • Make cv2_pcl conversions more flexible.

Future work could refactor the two separate skills to promote modularity.

@jws-1 jws-1 requested a review from m-barker March 5, 2024 17:01
@jws-1 jws-1 force-pushed the find-person-skill branch from e145b6f to 0869713 Compare March 8, 2024 11:19
@jws-1 jws-1 marked this pull request as draft March 8, 2024 11:42
@jws-1 jws-1 marked this pull request as ready for review March 13, 2024 17:25
@jws-1 jws-1 marked this pull request as draft March 13, 2024 17:26
@jws-1 jws-1 marked this pull request as ready for review April 18, 2024 14:47
@jws-1 jws-1 changed the title (rudimentary) Find person skill FindPerson & FindNamedPerson Apr 18, 2024
Copy link
Collaborator

@m-barker m-barker left a comment

Choose a reason for hiding this comment

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

Thanks for implementing changes -- great work!

# TODO: make this smarter,e.g. levenshtein distance
if "yes" in userdata.transcribed_speech.lower():
return "succeeded"
return "failed"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same here for error handling

@m-barker m-barker merged commit fa21561 into LASR-at-Home:main Apr 18, 2024
1 check passed
@jws-1 jws-1 mentioned this pull request Apr 18, 2024
2 tasks
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