-
Notifications
You must be signed in to change notification settings - Fork 1
/
Vision.html
200 lines (190 loc) · 7.11 KB
/
Vision.html
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Vision Messages — IMC v5.4.11 Specification</title>
<link rel="stylesheet" href="_static/pydoctheme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '5.4.11',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="top" title="IMC v5.4.11 Specification" href="index.html" />
<link rel="next" title="External Messages" href="External.html" />
<link rel="prev" title="Autonomy Messages" href="Autonomy.html" />
</head>
<body>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="vision-messages">
<h1>Vision Messages<a class="headerlink" href="#vision-messages" title="Permalink to this headline">¶</a></h1>
<div class="section" id="compressed-image">
<span id="compressedimage"></span><h2>Compressed Image<a class="headerlink" href="#compressed-image" title="Permalink to this headline">¶</a></h2>
<p>No description</p>
<ul class="simple">
<li>Abbreviation: CompressedImage</li>
<li>Identification Number: 702</li>
<li>Payload Size: 3+ bytes</li>
<li>Message Size: 25+ bytes</li>
</ul>
<table border="1" class="docutils">
<colgroup>
<col width="14%" />
<col width="19%" />
<col width="8%" />
<col width="13%" />
<col width="18%" />
<col width="28%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Name</th>
<th class="head">Abbreviation</th>
<th class="head">Unit</th>
<th class="head">Type</th>
<th class="head">Description</th>
<th class="head">Range</th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td>Frame Id</td>
<td>frameid</td>
<td><em>-</em></td>
<td>uint8_t</td>
<td> </td>
<td>Same as field type</td>
</tr>
<tr class="row-odd"><td>Data</td>
<td>data</td>
<td><em>-</em></td>
<td>rawdata</td>
<td> </td>
<td>Same as field type</td>
</tr>
</tbody>
</table>
</div>
<div class="section" id="image-transmission-settings">
<span id="imagetxsettings"></span><h2>Image Transmission Settings<a class="headerlink" href="#image-transmission-settings" title="Permalink to this headline">¶</a></h2>
<p>No description</p>
<ul class="simple">
<li>Abbreviation: ImageTxSettings</li>
<li>Identification Number: 703</li>
<li>Payload Size: 4 bytes</li>
<li>Message Size: 26 bytes</li>
</ul>
<table border="1" class="docutils">
<colgroup>
<col width="23%" />
<col width="17%" />
<col width="7%" />
<col width="11%" />
<col width="16%" />
<col width="25%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Name</th>
<th class="head">Abbreviation</th>
<th class="head">Unit</th>
<th class="head">Type</th>
<th class="head">Description</th>
<th class="head">Range</th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td>Frames Per Second</td>
<td>fps</td>
<td><em>-</em></td>
<td>uint8_t</td>
<td> </td>
<td>Same as field type</td>
</tr>
<tr class="row-odd"><td>Quality</td>
<td>quality</td>
<td><em>-</em></td>
<td>uint8_t</td>
<td> </td>
<td>Same as field type</td>
</tr>
<tr class="row-even"><td>Repetitions</td>
<td>reps</td>
<td><em>-</em></td>
<td>uint8_t</td>
<td> </td>
<td>Same as field type</td>
</tr>
<tr class="row-odd"><td>Target Size</td>
<td>tsize</td>
<td><em>-</em></td>
<td>uint8_t</td>
<td> </td>
<td>Same as field type</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h3><a href="index.html">Table Of Contents</a></h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="Message Format.html">Message Format</a></li>
<li class="toctree-l1"><a class="reference internal" href="Core.html">Core Messages</a></li>
<li class="toctree-l1"><a class="reference internal" href="Simulation.html">Simulation Messages</a></li>
<li class="toctree-l1"><a class="reference internal" href="Storage.html">Storage Messages</a></li>
<li class="toctree-l1"><a class="reference internal" href="Networking.html">Networking Messages</a></li>
<li class="toctree-l1"><a class="reference internal" href="Acoustic Networking.html">Acoustic Networking Messages</a></li>
<li class="toctree-l1"><a class="reference internal" href="Sensors.html">Sensors Messages</a></li>
<li class="toctree-l1"><a class="reference internal" href="Actuation.html">Actuation Messages</a></li>
<li class="toctree-l1"><a class="reference internal" href="Navigation.html">Navigation Messages</a></li>
<li class="toctree-l1"><a class="reference internal" href="Guidance.html">Guidance Messages</a></li>
<li class="toctree-l1"><a class="reference internal" href="Maneuvering.html">Maneuvering Messages</a></li>
<li class="toctree-l1"><a class="reference internal" href="Vehicle Supervision.html">Vehicle Supervision Messages</a></li>
<li class="toctree-l1"><a class="reference internal" href="Plan Supervision.html">Plan Supervision Messages</a></li>
<li class="toctree-l1"><a class="reference internal" href="CCU.html">CCU Messages</a></li>
<li class="toctree-l1"><a class="reference internal" href="Autonomy.html">Autonomy Messages</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Vision Messages</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#compressed-image">Compressed Image</a></li>
<li class="toctree-l2"><a class="reference internal" href="#image-transmission-settings">Image Transmission Settings</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="External.html">External Messages</a></li>
<li class="toctree-l1"><a class="reference internal" href="Development.html">Development Messages</a></li>
<li class="toctree-l1"><a class="reference internal" href="Custom.html">Custom Messages</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
© Copyright 2013-2017, Universidade do Porto - Faculdade de Engenharia - LSTS.
<br/>
Last updated on Aug 21, 2019.
</div>
</body>
</html>