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 9, 2024
1 parent 3a13c99 commit f808046
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 f808046

Please sign in to comment.