-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflightComputer.gcm
More file actions
141 lines (141 loc) · 3.5 KB
/
flightComputer.gcm
File metadata and controls
141 lines (141 loc) · 3.5 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
# Filename:flightComputer.gcm
# export classpath:
# Title:undefined
# background:
# cant units:3
# Unit class:gui.model.unit.EditableAtomicModelUnit
# Unique ID:1
# location x:1
# location y:1
# name:positionCalculation
# Filename:positionCalculation.gam
# export classpath:
# class:gui.representation.Circle
# radius:30
# cant Initial params:0
# Unit class:gui.model.unit.EditableAtomicModelUnit
# Unique ID:5
# location x:1
# location y:1
# name:laserSensor
# Filename:laserSensor.gam
# export classpath:
# class:gui.representation.Circle
# radius:30
# cant Initial params:0
# Unit class:gui.model.unit.EditableAtomicModelUnit
# Unique ID:9
# location x:1
# location y:1
# name:particleFilter
# Filename:particleFilter.gam
# export classpath:
# class:gui.representation.Circle
# radius:30
# cant Initial params:0
# cant ports:4
# Port Class:gui.model.port.CoupledPort
# Port UniqueId:14
# Port ID:speed
# Port In/Out:In
# Port Type:Integer
# location x:1
# location y:1
# class:gui.representation.InPort
# radius:30
# width:30
# Port Class:gui.model.port.CoupledPort
# Port UniqueId:15
# Port ID:height
# Port In/Out:In
# Port Type:Integer
# location x:1
# location y:1
# class:gui.representation.InPort
# radius:30
# width:30
# Port Class:gui.model.port.CoupledPort
# Port UniqueId:16
# Port ID:position
# Port In/Out:Out
# Port Type:Integer
# location x:1
# location y:1
# class:gui.representation.OutPort
# radius:30
# width:30
# Port Class:gui.model.port.CoupledPort
# Port UniqueId:17
# Port ID:estimated_position
# Port In/Out:Out
# Port Type:Integer
# location x:1
# location y:1
# class:gui.representation.OutPort
# radius:30
# width:30
# Cant Links:8
# Link Type:gui.model.link.CoupledLink
# Link unique Id:18
# start unit Point:14
# end unit Point:1
# Port Class:gui.model.port.CoupledPort
# PortRef:14
# Port Class:gui.model.port.AtomicPort
# PortRef:4
# Link Type:gui.model.link.CoupledLink
# Link unique Id:19
# start unit Point:15
# end unit Point:5
# Port Class:gui.model.port.CoupledPort
# PortRef:15
# Port Class:gui.model.port.AtomicPort
# PortRef:7
# Link Type:gui.model.link.CoupledLink
# Link unique Id:20
# start unit Point:15
# end unit Point:9
# Port Class:gui.model.port.CoupledPort
# PortRef:15
# Port Class:gui.model.port.AtomicPort
# PortRef:13
# Link Type:gui.model.link.CoupledLink
# Link unique Id:21
# start unit Point:1
# end unit Point:5
# Port Class:gui.model.port.AtomicPort
# PortRef:2
# Port Class:gui.model.port.AtomicPort
# PortRef:6
# Link Type:gui.model.link.CoupledLink
# Link unique Id:22
# start unit Point:1
# end unit Point:9
# Port Class:gui.model.port.AtomicPort
# PortRef:3
# Port Class:gui.model.port.AtomicPort
# PortRef:12
# Link Type:gui.model.link.CoupledLink
# Link unique Id:23
# start unit Point:5
# end unit Point:9
# Port Class:gui.model.port.AtomicPort
# PortRef:8
# Port Class:gui.model.port.AtomicPort
# PortRef:11
# Link Type:gui.model.link.CoupledLink
# Link unique Id:24
# start unit Point:1
# end unit Point:16
# Port Class:gui.model.port.AtomicPort
# PortRef:2
# Port Class:gui.model.port.CoupledPort
# PortRef:16
# Link Type:gui.model.link.CoupledLink
# Link unique Id:25
# start unit Point:9
# end unit Point:17
# Port Class:gui.model.port.AtomicPort
# PortRef:10
# Port Class:gui.model.port.CoupledPort
# PortRef:17