Skip to content

Commit

Permalink
Merge pull request #1005 from tue-robotics/fix/remove_old_objects
Browse files Browse the repository at this point in the history
fix(common knowledge): removed pasta object
  • Loading branch information
PetervDooren committed Feb 28, 2020
2 parents 4442914 + 626bd0e commit 8e39d4b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
{'category': 'food', 'name': 'peas', 'color': 'green', 'volume': 239, 'weight': 100},
{'category': 'food', 'name': 'pepper', 'color': 'black', 'volume': 110, 'weight': 100},
{'category': 'food', 'name': 'salt', 'color': 'white', 'volume': 110, 'weight': 100},
{'category': 'food', 'name': 'pasta', 'color': 'yellow', 'volume': 1570, 'weight': 100},
{'category': 'container', 'name': 'basket', 'color': 'green', 'volume': 3487, 'weight': 100},
{'category': 'container', 'name': 'bowl', 'color': 'blue', 'volume': 617, 'weight': 100},
{'category': 'container', 'name': 'cup', 'color': 'orangish', 'volume': 427, 'weight': 100},
Expand Down

0 comments on commit 8e39d4b

Please sign in to comment.