Skip to content

Commit 251d43d

Browse files
committed
deploy: 0e243eb
1 parent ebf0ffa commit 251d43d

File tree

571 files changed

+3060
-1814
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

571 files changed

+3060
-1814
lines changed

api/cmake/3/developingwithcmake.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h2>API Reference</h2>
132132
</div>
133133
<main class="mdl-layout__content mdl-color--white">
134134
<div id="top">
135-
<!-- Generated by Doxygen 1.9.1 -->
135+
<!-- Generated by Doxygen 1.8.17 -->
136136
</div><!-- top -->
137137
<div class="PageDoc"><div class="header">
138138
<div class="headertitle">

api/cmake/3/dir_67d178a995315b645380f0df5c1a23ee.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h2>API Reference</h2>
132132
</div>
133133
<main class="mdl-layout__content mdl-color--white">
134134
<div id="top">
135-
<!-- Generated by Doxygen 1.9.1 -->
135+
<!-- Generated by Doxygen 1.8.17 -->
136136
<div id="nav-path" class="navpath">
137137
<ul>
138138
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_67d178a995315b645380f0df5c1a23ee.html">gz-cmake</a></li> </ul>

api/cmake/3/dir_68267d1309a1af8e8297ef4c3efbcdba.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h2>API Reference</h2>
132132
</div>
133133
<main class="mdl-layout__content mdl-color--white">
134134
<div id="top">
135-
<!-- Generated by Doxygen 1.9.1 -->
135+
<!-- Generated by Doxygen 1.8.17 -->
136136
<div id="nav-path" class="navpath">
137137
<ul>
138138
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li> </ul>

api/cmake/3/dir_955301e7d9daf5a4a370ec060575a3ad.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h2>API Reference</h2>
132132
</div>
133133
<main class="mdl-layout__content mdl-color--white">
134134
<div id="top">
135-
<!-- Generated by Doxygen 1.9.1 -->
135+
<!-- Generated by Doxygen 1.8.17 -->
136136
<div id="nav-path" class="navpath">
137137
<ul>
138138
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_67d178a995315b645380f0df5c1a23ee.html">gz-cmake</a></li><li class="navelem"><a class="el" href="dir_955301e7d9daf5a4a370ec060575a3ad.html">tutorials</a></li> </ul>

api/cmake/3/doxygen.css

+94-88
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* The standard CSS for doxygen 1.9.1 */
1+
/* The standard CSS for doxygen 1.8.17 */
22

33
body, table, div, p, dl {
44
font: 400 14px/22px Roboto,sans-serif;
@@ -66,7 +66,7 @@ p.startli, p.startdd {
6666
margin-top: 2px;
6767
}
6868

69-
th p.starttd, th p.intertd, th p.endtd {
69+
th p.starttd, p.intertd, p.endtd {
7070
font-size: 100%;
7171
font-weight: 700;
7272
}
@@ -103,96 +103,30 @@ caption {
103103
}
104104

105105
span.legend {
106-
font-size: 70%;
107-
text-align: center;
106+
font-size: 70%;
107+
text-align: center;
108108
}
109109

110110
h3.version {
111-
font-size: 90%;
112-
text-align: center;
113-
}
114-
115-
div.navtab {
116-
border-right: 1px solid #D1B2AA;
117-
padding-right: 15px;
118-
text-align: right;
119-
line-height: 110%;
120-
}
121-
122-
div.navtab table {
123-
border-spacing: 0;
124-
}
125-
126-
td.navtab {
127-
padding-right: 6px;
128-
padding-left: 6px;
129-
}
130-
td.navtabHL {
131-
background-image: url('tab_a.png');
132-
background-repeat:repeat-x;
133-
padding-right: 6px;
134-
padding-left: 6px;
135-
}
136-
137-
td.navtabHL a, td.navtabHL a:visited {
138-
color: #fff;
139-
text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
111+
font-size: 90%;
112+
text-align: center;
140113
}
141114

142-
a.navtab {
143-
font-weight: bold;
115+
div.qindex, div.navtab{
116+
background-color: #F5EEED;
117+
border: 1px solid #D1B2AA;
118+
text-align: center;
144119
}
145120

146-
div.qindex{
147-
text-align: center;
121+
div.qindex, div.navpath {
148122
width: 100%;
149123
line-height: 140%;
150-
font-size: 130%;
151-
color: #A0A0A0;
152124
}
153125

154-
dt.alphachar{
155-
font-size: 180%;
156-
font-weight: bold;
157-
}
158-
159-
.alphachar a{
160-
color: black;
161-
}
162-
163-
.alphachar a:hover, .alphachar a:visited{
164-
text-decoration: none;
165-
}
166-
167-
.classindex dl {
168-
padding: 25px;
169-
column-count:1
170-
}
171-
172-
.classindex dd {
173-
display:inline-block;
174-
margin-left: 50px;
175-
width: 90%;
176-
line-height: 1.15em;
177-
}
178-
179-
.classindex dl.odd {
180-
background-color: #FBF9F8;
181-
}
182-
183-
@media(min-width: 1120px) {
184-
.classindex dl {
185-
column-count:2
186-
}
187-
}
188-
189-
@media(min-width: 1320px) {
190-
.classindex dl {
191-
column-count:3
192-
}
126+
div.navtab {
127+
margin-right: 15px;
193128
}
194129

195-
196130
/* @group Link Styling */
197131

198132
a {
@@ -209,6 +143,17 @@ a:hover {
209143
text-decoration: underline;
210144
}
211145

146+
a.qindex {
147+
font-weight: bold;
148+
}
149+
150+
a.qindexHL {
151+
font-weight: bold;
152+
background-color: #CDACA3;
153+
color: #FFFFFF;
154+
border: 1px double #C2998E;
155+
}
156+
212157
.contents a.qindexHL:visited {
213158
color: #FFFFFF;
214159
}
@@ -1413,12 +1358,10 @@ dl.citelist dt {
14131358
font-weight:bold;
14141359
margin-right:10px;
14151360
padding:5px;
1416-
text-align:right;
1417-
width:52px;
14181361
}
14191362

14201363
dl.citelist dd {
1421-
margin:2px 0 2px 72px;
1364+
margin:2px 0;
14221365
padding:5px 0;
14231366
}
14241367

@@ -1481,12 +1424,6 @@ div.toc li.level4 {
14811424
margin-left: 45px;
14821425
}
14831426

1484-
span.emoji {
1485-
/* font family used at the site: https://unicode.org/emoji/charts/full-emoji-list.html
1486-
* font-family: "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", Times, Symbola, Aegyptus, Code2000, Code2001, Code2002, Musica, serif, LastResort;
1487-
*/
1488-
}
1489-
14901427
.PageDocRTL-title div.toc li.level1 {
14911428
margin-left: 0 !important;
14921429
margin-right: 0;
@@ -1724,6 +1661,47 @@ tr.heading h2 {
17241661

17251662
/* @group Markdown */
17261663

1664+
/*
1665+
table.markdownTable {
1666+
border-collapse:collapse;
1667+
margin-top: 4px;
1668+
margin-bottom: 4px;
1669+
}
1670+
1671+
table.markdownTable td, table.markdownTable th {
1672+
border: 1px solid #613E34;
1673+
padding: 3px 7px 2px;
1674+
}
1675+
1676+
table.markdownTableHead tr {
1677+
}
1678+
1679+
table.markdownTableBodyLeft td, table.markdownTable th {
1680+
border: 1px solid #613E34;
1681+
padding: 3px 7px 2px;
1682+
}
1683+
1684+
th.markdownTableHeadLeft th.markdownTableHeadRight th.markdownTableHeadCenter th.markdownTableHeadNone {
1685+
background-color: #774C40;
1686+
color: #FFFFFF;
1687+
font-size: 110%;
1688+
padding-bottom: 4px;
1689+
padding-top: 5px;
1690+
}
1691+
1692+
th.markdownTableHeadLeft {
1693+
text-align: left
1694+
}
1695+
1696+
th.markdownTableHeadRight {
1697+
text-align: right
1698+
}
1699+
1700+
th.markdownTableHeadCenter {
1701+
text-align: center
1702+
}
1703+
*/
1704+
17271705
table.markdownTable {
17281706
border-collapse:collapse;
17291707
margin-top: 4px;
@@ -1791,3 +1769,31 @@ u {
17911769
text-decoration: underline;
17921770
}
17931771

1772+
odeLTR {
1773+
text-align: left;
1774+
direction: ltr;
1775+
}
1776+
1777+
table.DocNodeRTL {
1778+
width: auto;
1779+
margin-right: 0;
1780+
margin-left: auto;
1781+
}
1782+
1783+
table.DocNodeLTR {
1784+
width: auto;
1785+
margin-right: auto;
1786+
margin-left: 0;
1787+
}
1788+
1789+
tt, code, kbd, samp
1790+
{
1791+
display: inline-block;
1792+
direction:ltr;
1793+
}
1794+
/* @end */
1795+
1796+
u {
1797+
text-decoration: underline;
1798+
}
1799+

api/cmake/3/dynsections.js

+16-17
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
/*
2-
@licstart The following is the entire license notice for the JavaScript code in this file.
2+
@licstart The following is the entire license notice for the
3+
JavaScript code in this file.
34
4-
The MIT License (MIT)
5+
Copyright (C) 1997-2017 by Dimitri van Heesch
56
6-
Copyright (C) 1997-2020 by Dimitri van Heesch
7+
This program is free software; you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation; either version 2 of the License, or
10+
(at your option) any later version.
711
8-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
9-
and associated documentation files (the "Software"), to deal in the Software without restriction,
10-
including without limitation the rights to use, copy, modify, merge, publish, distribute,
11-
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
12-
furnished to do so, subject to the following conditions:
12+
This program is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
1316
14-
The above copyright notice and this permission notice shall be included in all copies or
15-
substantial portions of the Software.
17+
You should have received a copy of the GNU General Public License along
18+
with this program; if not, write to the Free Software Foundation, Inc.,
19+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1620
17-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
18-
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
20-
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22-
23-
@licend The above is the entire license notice for the JavaScript code in this file
21+
@licend The above is the entire license notice
22+
for the JavaScript code in this file
2423
*/
2524
function toggleVisibility(linkObj)
2625
{

api/cmake/3/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,14 @@ <h2>API Reference</h2>
132132
</div>
133133
<main class="mdl-layout__content mdl-color--white">
134134
<div id="top">
135-
<!-- Generated by Doxygen 1.9.1 -->
135+
<!-- Generated by Doxygen 1.8.17 -->
136136
</div><!-- top -->
137137
<div class="PageDoc"><div class="header">
138138
<div class="headertitle">
139139
<div class="title">Gazebo Cmake </div> </div>
140140
</div><!--header-->
141141
<div class="contents">
142-
<div class="textblock"><p><a class="anchor" id="md_api"></a> Gazebo Cmake is a component in Gazebo, a set of libraries designed to rapidly develop robot and simulation applications.</p>
142+
<div class="textblock"><p>Gazebo Cmake is a component in Gazebo, a set of libraries designed to rapidly develop robot and simulation applications.</p>
143143
<h1><a class="anchor" id="autotoc_md1"></a>
144144
License</h1>
145145
<p>The code associated with this documentation is licensed under an <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache 2.0 License</a>.</p>

api/cmake/3/install.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h2>API Reference</h2>
132132
</div>
133133
<main class="mdl-layout__content mdl-color--white">
134134
<div id="top">
135-
<!-- Generated by Doxygen 1.9.1 -->
135+
<!-- Generated by Doxygen 1.8.17 -->
136136
</div><!-- top -->
137137
<div class="PageDoc"><div class="header">
138138
<div class="headertitle">

api/cmake/3/namespacestd.html

+1
Original file line numberDiff line numberDiff line change
@@ -2259,3 +2259,4 @@ <h2>API Reference</h2>
22592259
</main>
22602260
</div>
22612261
</body>
2262+

api/common/5/AssimpLoader_8hh.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h2>API Reference</h2>
132132
</div>
133133
<main class="mdl-layout__content mdl-color--white">
134134
<div id="top">
135-
<!-- Generated by Doxygen 1.9.1 -->
135+
<!-- Generated by Doxygen 1.8.17 -->
136136
<div id="nav-path" class="navpath">
137137
<ul>
138138
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_277c712ff583274ab17cbf3506ea257a.html">gz-common</a></li><li class="navelem"><a class="el" href="dir_d62529552db01bdb3b9c7c866d5252dc.html">graphics</a></li><li class="navelem"><a class="el" href="dir_f8ae31815e6009c0a46573c051838ca1.html">include</a></li><li class="navelem"><a class="el" href="dir_8e73ce949b81a188753ee24033509d80.html">gz</a></li><li class="navelem"><a class="el" href="dir_44dde5e36e151e1941b15e343845908b.html">common</a></li> </ul>

api/common/5/AssimpLoader_8hh_source.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h2>API Reference</h2>
132132
</div>
133133
<main class="mdl-layout__content mdl-color--white">
134134
<div id="top">
135-
<!-- Generated by Doxygen 1.9.1 -->
135+
<!-- Generated by Doxygen 1.8.17 -->
136136
<div id="nav-path" class="navpath">
137137
<ul>
138138
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_277c712ff583274ab17cbf3506ea257a.html">gz-common</a></li><li class="navelem"><a class="el" href="dir_d62529552db01bdb3b9c7c866d5252dc.html">graphics</a></li><li class="navelem"><a class="el" href="dir_f8ae31815e6009c0a46573c051838ca1.html">include</a></li><li class="navelem"><a class="el" href="dir_8e73ce949b81a188753ee24033509d80.html">gz</a></li><li class="navelem"><a class="el" href="dir_44dde5e36e151e1941b15e343845908b.html">common</a></li> </ul>
@@ -174,11 +174,11 @@ <h2>API Reference</h2>
174174
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; {</div>
175175
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="classgz_1_1common_1_1AssimpLoader.html"> 32</a></span>&#160; <span class="keyword">class </span>GZ_COMMON_GRAPHICS_VISIBLE <a class="code" href="classgz_1_1common_1_1AssimpLoader.html" title="Class used to load mesh files using the assimp lodaer.">AssimpLoader</a> : <span class="keyword">public</span> <a class="code" href="classgz_1_1common_1_1MeshLoader.html" title="Base class for loading meshes.">MeshLoader</a></div>
176176
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; {</div>
177-
<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="classgz_1_1common_1_1AssimpLoader.html#a68803b598fe4c86d8f047df66eb47c31"> 35</a></span>&#160; <span class="keyword">public</span>: <a class="code" href="classgz_1_1common_1_1AssimpLoader.html#a68803b598fe4c86d8f047df66eb47c31" title="Constructor.">AssimpLoader</a>();</div>
177+
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; <span class="keyword">public</span>: <a class="code" href="classgz_1_1common_1_1AssimpLoader.html" title="Class used to load mesh files using the assimp lodaer.">AssimpLoader</a>();</div>
178178
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; </div>
179-
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="classgz_1_1common_1_1AssimpLoader.html#aecdff6ff37eb75664cc843c1bb0f0008"> 38</a></span>&#160; <span class="keyword">public</span>: <span class="keyword">virtual</span> <a class="code" href="classgz_1_1common_1_1AssimpLoader.html#aecdff6ff37eb75664cc843c1bb0f0008" title="Destructor.">~AssimpLoader</a>();</div>
179+
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; <span class="keyword">public</span>: <span class="keyword">virtual</span> ~<a class="code" href="classgz_1_1common_1_1AssimpLoader.html" title="Class used to load mesh files using the assimp lodaer.">AssimpLoader</a>();</div>
180180
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; </div>
181-
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="classgz_1_1common_1_1AssimpLoader.html#a7b21e9c641f4fd8c1b4d5fcad3917800"> 43</a></span>&#160; <span class="keyword">public</span>: <span class="keyword">virtual</span> <a class="code" href="classgz_1_1common_1_1Mesh.html" title="A 3D mesh.">Mesh</a> *<a class="code" href="classgz_1_1common_1_1AssimpLoader.html#a7b21e9c641f4fd8c1b4d5fcad3917800" title="Load a mesh.">Load</a>(<span class="keyword">const</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> &amp;_filename) <span class="keyword">override</span>;</div>
181+
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; <span class="keyword">public</span>: <span class="keyword">virtual</span> <a class="code" href="classgz_1_1common_1_1Mesh.html" title="A 3D mesh.">Mesh</a> *Load(<span class="keyword">const</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html" title="STL class.">std::string</a> &amp;_filename) <span class="keyword">override</span>;</div>
182182
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; </div>
183183
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; GZ_UTILS_UNIQUE_IMPL_PTR(dataPtr)</div>
184184
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; };</div>

api/common/5/CSVStreams_8hh.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h2>API Reference</h2>
132132
</div>
133133
<main class="mdl-layout__content mdl-color--white">
134134
<div id="top">
135-
<!-- Generated by Doxygen 1.9.1 -->
135+
<!-- Generated by Doxygen 1.8.17 -->
136136
<div id="nav-path" class="navpath">
137137
<ul>
138138
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_277c712ff583274ab17cbf3506ea257a.html">gz-common</a></li><li class="navelem"><a class="el" href="dir_47fe82e74bf1956f74190de3e878c98f.html">io</a></li><li class="navelem"><a class="el" href="dir_1583458f659f6abaad34753e6a9c3aa2.html">include</a></li><li class="navelem"><a class="el" href="dir_f28a37e922f3f65c1bc28995100d2f3f.html">gz</a></li><li class="navelem"><a class="el" href="dir_12b03fc3d2d443e81e0d5b129bbaae25.html">common</a></li> </ul>

0 commit comments

Comments
 (0)