Skip to content

Commit 0b6267a

Browse files
IasonTheodorouMatthijsBurgh
authored andcommitted
added initial value in object des
1 parent 8ec3ee2 commit 0b6267a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

challenge_storing_groceries/src/challenge_storing_groceries/storing_groceries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def setup_statemachine(robot):
2727
shelf_des = ds.EntityByIdDesignator(robot, uuid=challenge_knowledge.shelf)
2828
shelf_room_des = ds.EntityByIdDesignator(robot, challenge_knowledge.shelf_room, name="shelf_room_designator")
2929
table_des = ds.EntityByIdDesignator(robot, uuid=challenge_knowledge.table)
30-
objects_des = ds.VariableDesignator(resolve_type=[ClassificationResult])
30+
objects_des = ds.VariableDesignator([], resolve_type=[ClassificationResult])
3131
table_room_des = ds.EntityByIdDesignator(robot, challenge_knowledge.table_room, name="table_room_designator")
3232

3333
with state_machine:

0 commit comments

Comments
 (0)