Skip to content

Commit

Permalink
added initial value in object des
Browse files Browse the repository at this point in the history
  • Loading branch information
iasonth95 authored and MatthijsBurgh committed Jul 16, 2024
1 parent 8ec3ee2 commit 0b6267a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def setup_statemachine(robot):
shelf_des = ds.EntityByIdDesignator(robot, uuid=challenge_knowledge.shelf)
shelf_room_des = ds.EntityByIdDesignator(robot, challenge_knowledge.shelf_room, name="shelf_room_designator")
table_des = ds.EntityByIdDesignator(robot, uuid=challenge_knowledge.table)
objects_des = ds.VariableDesignator(resolve_type=[ClassificationResult])
objects_des = ds.VariableDesignator([], resolve_type=[ClassificationResult])
table_room_des = ds.EntityByIdDesignator(robot, challenge_knowledge.table_room, name="table_room_designator")

with state_machine:
Expand Down

0 comments on commit 0b6267a

Please sign in to comment.