File tree 1 file changed +12
-13
lines changed
1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -32,43 +32,42 @@ network:
32
32
via : 192.168.1.1
33
33
` ` `
34
34
35
-
36
35
` ` ` mermaid
37
36
graph TD
38
37
subgraph official
39
38
GameController[Game Controller]
40
39
AutoRef[Auto Ref]
41
40
Vision[SSL Vision]
42
41
end
43
-
42
+
44
43
OfficialHub[大会用スイッチングハブ]
45
-
44
+
46
45
subgraph AIPC
47
46
OfficialInterface[大会サーバー用Interface]
48
47
ibisInterface[ロボット用Interface]
49
48
crane[crane]
50
49
sender[real_sender]
51
50
receiver[robot_receiver]
52
51
end
53
-
52
+
54
53
SwitchingHub[スイッチングハブ]
55
54
Router[ルーター]
56
-
55
+
57
56
Robots[ロボット]
58
57
PC[開発PC]
59
-
58
+
60
59
Net[インターネット]
61
-
60
+
62
61
GameController -- UDP Multicast --> OfficialHub
63
62
AutoRef -- UDP Multicast --> OfficialHub
64
63
Vision -- UDP Multicast --> OfficialHub
65
-
64
+
66
65
OfficialHub -- UDP Multicast --> SwitchingHub
67
66
SwitchingHub -- UDP Multicast --> OfficialInterface
68
67
OfficialInterface -- UDP Multicast --> crane
69
68
crane -- ROS --> sender
70
69
sender -- UPD to 192.168.20.1xx --> ibisInterface
71
-
70
+
72
71
ibisInterface -- UPD to 192.168.20.1xx --> SwitchingHub
73
72
SwitchingHub -- UPD to 192.168.20.1xx --> Router
74
73
Router -- AICommand --> Robots
@@ -77,8 +76,8 @@ graph TD
77
76
SwitchingHub -- RobotFeedback UPD Multicast --> ibisInterface
78
77
ibisInterface -- RobotFeedback UPD Multicast --> receiver
79
78
receiver -- ROS --> crane
80
-
81
-
82
-
83
-
79
+
80
+
81
+
82
+
84
83
```
You can’t perform that action at this time.
0 commit comments