AroticMerch commited on
Commit
54ec05d
·
verified ·
1 Parent(s): 3668313

Create warehouse_intent_to_action.json

Browse files
Files changed (1) hide show
  1. warehouse_intent_to_action.json +21 -0
warehouse_intent_to_action.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "inferred_task_intent": "retrieve item from shelf",
4
+ "action_goal": "deliver requested item",
5
+ "action_sequence": [
6
+ "navigate_to_shelf",
7
+ "identify_correct_box",
8
+ "pick_item",
9
+ "deliver_to_worker"
10
+ ]
11
+ },
12
+ {
13
+ "inferred_task_intent": "assist unloading process",
14
+ "action_goal": "support unloading",
15
+ "action_sequence": [
16
+ "approach_pallet",
17
+ "stabilize_load",
18
+ "move_items_to_designated_area"
19
+ ]
20
+ }
21
+ ]