-
Notifications
You must be signed in to change notification settings - Fork 0
/
no_openpid.d2
34 lines (29 loc) · 932 Bytes
/
no_openpid.d2
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
direction: right
sensors {
peripheral 1
peripheral 2
peripheral 3
peripheral 4
}
platforms {
platforms 1
platforms 2
platforms 3
platforms 4
}
sensors.peripheral 1 <-> platforms.platforms 1
sensors.peripheral 1 <-> platforms.platforms 2
sensors.peripheral 1 <-> platforms.platforms 3
sensors.peripheral 1 <-> platforms.platforms 4
sensors.peripheral 2 <-> platforms.platforms 1
sensors.peripheral 2 <-> platforms.platforms 2
sensors.peripheral 2 <-> platforms.platforms 3
sensors.peripheral 2 <-> platforms.platforms 4
sensors.peripheral 3 <-> platforms.platforms 1
sensors.peripheral 3 <-> platforms.platforms 2
sensors.peripheral 3 <-> platforms.platforms 3
sensors.peripheral 3 <-> platforms.platforms 4
sensors.peripheral 4 <-> platforms.platforms 1
sensors.peripheral 4 <-> platforms.platforms 2
sensors.peripheral 4 <-> platforms.platforms 3
sensors.peripheral 4 <-> platforms.platforms 4