[Receptionist] updates for the challenge #930
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed Solution for issue #916
with @sunava
Changes proposed in this pull request:
Updated procedure summarized
Both guests arrive separately. The robot either opens the door for the guest or
waits for them at the starting point. It greets the guest and asks for their name.
The robot then guides the guest to the beverage area, where it asks for their
favorite drink and checks if the drink is available on the table. Optionally, the
robot can pick up the drink. Before reaching the living room, the robot gathers
one additional piece of information about the guest at a freely chosen moment.
After showing the guest the beverage area, the robot escorts them to the living
room and offers a free seat. Once both guests are seated, the robot introduces
them to each other.
Other comments
I would suggest making it an obligation to log what the robot is saying.
This makes the process easier for the referee in a noisy arena to check the output quickly after the challenge.
The passive guests and the host could be spectators if it is not too much effort.
new reachable score for receptionist:
Maximum points without optional goals:
+ 60 pts show guests around
+ 30 lpts ook in the direction of navigation
+ 50 pts identify favorite drink
+ 200 pts offer a free seat to guest
+ 50 pts look at person talking
+ 75 pts introduce both guests
+ 50 pts look at the person talking
= 515 points
with all optional goals:
+ 200 pts door opening
+ 50 pts find similarity
+ 150 pts pick up drink
= 915 points