-
Notifications
You must be signed in to change notification settings - Fork 61
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
Combine Clean the Table and Serve Breakfast into one Task Stage 2 #906
Comments
I worry about the amount of time this challenge would take. Can teams achieve both tasks in 10 min? I would swap the order. First serve breakfast. Then have the referee move the objects on the table as if breakfast was eaten. Then clean the table. That is more logical in terms of story. I would also be carefull to not make this task too scripted as that would allow teams to use very hardcoded statemachines. Solutions to this would be to have the exact objects/positions unknown to the robot prior to the challenge. i.e. only know which drink to serve during the challenge. or to not let the robot choose where to serve the breakfast. Finally this would be a challenge with a lot of opt-in elements such as pouring the milk or opening the dishwasher. Which is a good thing I think. |
Hi everyone. |
I think the solution would be to have some "seats" of the table cluttered and some free. The robot can thus choose what to do first.
|
|
Within 10 minutes the Robot should:
the goal behind this is on the one side to remove one task from Stage 1, which would be serving breakfast, but by combining it essentially with cleaning the table we can still keep the challenge of pouring, add the bonus challenge for wiping and make it overall an interesting story for 10 minutes.
ToDo: Make a PR for this
The text was updated successfully, but these errors were encountered: