Combining Storing Groceries and Clean the Table into a Stage 2 task #913
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.
As described in #912 this is presented as an initial draft to combine the Clean the Table with Storing Groceries. Resulting into an updated Clean the Table where the robot also has to clean up remaining foods, drinks, fruits, ... left on the table in the cabinet (similarly to SG). I have also added a bonus task where a class of objects is announced as trash (for example: drinks) where the robot must place this object in the trash bin. Making this a much more realistic post-meal scenario where you have dishes to be cleaned, food to be stored and trash to be placed in a bin.
There are still some pending matters that I think new opinions may help with the overall task flow:
How many objects should the robot have to store?
I have added four food objects to be cleaned up (three to be stored on the cabinet and one in the trash). But maybe this is too much or too little. Personally I was indecisive between three or four food objects.
The points adjustment according to difficulty have not been updated yet.
The goal of this pull request is just to figure out the combination of SG and CT. Point adjustments still have to be made in a later pull request.
The amount of time HAS to be increased, but not sure of what it should be.
Standardise the points received for picking and placing of objects.