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

Lab manager (IEEE video challenge) #233

Merged
merged 71 commits into from
Aug 28, 2020
Merged

Conversation

DharminB
Copy link
Member

@DharminB DharminB commented Jul 4, 2020

This PR adds a scenario designed for the purposes of the following IEEE video challenge: https://www.ieee-ras.org/students/events/event/1883-sac-video-challenge

The scenario addresses the first topic "How Can Robots Help During COVID-19?", such that our robot acts as a "lab manager" that:

  • brings lab visitors to a disinfection station, where a disinfectant is poured by a stationary arm
  • assigns sitting slots to them, or
  • sends them away if the maximum number of people allowed in the lab is exceeded

The robot also recognises people and greets them in case it already knows them or asks them to register if it doesn't know them (the latter aspect is thus one-shot learning of people).

The PR includes some new features in existing functionalities, such as face recognition in the find_people action, as well as various bug fixes that were encountered during the development.

@argenos argenos marked this pull request as draft July 6, 2020 09:01
@alex-mitrevski alex-mitrevski changed the base branch from kinetic to devel August 23, 2020 08:01
@sonarcloud
Copy link

sonarcloud bot commented Aug 28, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 2 Security Hotspots to review)
Code Smell A 3 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@alex-mitrevski alex-mitrevski marked this pull request as ready for review August 28, 2020 18:51
@alex-mitrevski alex-mitrevski changed the title [WIP] Lab manager (IEEE video challenge) Lab manager (IEEE video challenge) Aug 28, 2020
@alex-mitrevski
Copy link
Member

I am merging this PR since we are done with the implementation, and we have already recorded and edited the video for the video challenge.

@alex-mitrevski alex-mitrevski merged commit 5a17ead into devel Aug 28, 2020
@alex-mitrevski alex-mitrevski deleted the feature/ieee_video_challenge branch August 28, 2020 18:54
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.

6 participants