b-it-bots / mas_domestic_robotics

Robot-independent ROS packages for domestic applications
GNU General Public License v3.0
28 stars 45 forks source link

Lab manager (IEEE video challenge) #233

Closed DharminB closed 3 years ago

DharminB commented 4 years ago

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:

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.

sonarcloud[bot] commented 3 years ago

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 commented 3 years ago

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.