forked from yashveerjain/ARIAC_assigment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
final_spring2024.yaml
108 lines (98 loc) · 2.31 KB
/
final_spring2024.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Trial Name: final_spring2024.yaml
# ENVIRONMENT SETUP
time_limit: -1 # options: -1 (no time limit) or number of seconds
gazebo_state_logging: false # options: true or false
kitting_trays: # Which kitting trays will be spawn
tray_ids: [1, 1, 2]
slots: [1, 4, 6]
parts:
bins: # bin params - 8 total bins each bin has nine total slots (1-9)
bin2:
- type: 'sensor'
color: 'green'
slots: [3, 7]
- type: 'battery'
color: 'orange'
slots: [1, 9]
bin6:
- type: 'sensor'
color: 'purple'
slots: [2, 4]
rotation: 'pi/2'
bin5:
- type: 'battery'
color: 'purple'
slots: [1, 9]
rotation: 'pi/4'
bin1:
- type: 'regulator'
color: 'green'
slots: [4]
rotation: 'pi/3'
- type: 'pump'
color: 'orange'
slots: [5]
rotation: 'pi/6'
challenges:
- faulty_part:
order_id: 'KITTING03'
quadrant4: true
# - dropped_part:
# robot: 'floor_robot'
# type: 'sensor'
# color: 'green'
# drop_after: 0
# delay: 5
orders:
# - id: 'KITTING01'
# type: 'kitting'
# announcement:
# time_condition: 0
# priority: false
# kitting_task:
# agv_number: 1
# tray_id: 1
# destination: 'warehouse'
# products:
# - type: 'pump'
# color: 'orange'
# quadrant: 1
# - type: 'battery'
# color: 'purple'
# quadrant: 2
# - id: 'KITTING02'
# type: 'kitting'
# announcement:
# time_condition: 10
# priority: true
# kitting_task:
# agv_number: 2
# tray_id: 1
# destination: 'warehouse'
# products:
# - type: 'sensor'
# color: 'purple'
# quadrant: 2
# - type: 'sensor'
# color: 'purple'
# quadrant: 3
# - type: 'regulator'
# color: 'green'
# quadrant: 4
- id: 'KITTING03'
type: 'kitting'
announcement:
submission_condition:
order_id: 'KITTING02'
priority: false
kitting_task:
agv_number: 4
tray_id: 2
destination: 'warehouse'
products:
- type: 'battery'
color: 'orange'
quadrant: 1
- type: 'sensor'
color: 'green'
quadrant: 4