-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
443 lines (385 loc) · 32.7 KB
/
index.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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<!DOCTYPE html>
<!-- saved from url=(0051)https://portal.e-yantra.org/themeBook/wd/index.html -->
<html lang="en" class="js sidebar-visible sustain"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Book generated using mdBook -->
<title>Home - eYRC 2024-25: Warehouse Drone (WD)</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="rgba(0, 0, 0, 0)">
<link rel="shortcut icon" href="https://e-yantra.org/logo/eyantra/press/25eyantra_logo~SmallLogo_html.svg">
<link rel="stylesheet" href="variables.css">
<link rel="stylesheet" href="general.css">
<link rel="stylesheet" href="chrome.css">
<!-- Fonts -->
<link rel="stylesheet" href="all.min.css">
<link rel="stylesheet" href="font-awesome.css">
<link rel="stylesheet" href="fonts.css">
<!-- Highlight.js Stylesheets -->
<link rel="stylesheet" href="highlight.css">
<link rel="stylesheet" href="tomorrow-night.css" disabled="">
<link rel="stylesheet" href="ayu-highlight.css" disabled="">
<link rel="preconnect" href="https://fonts.googleapis.com/">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin="">
<link href="css2" rel="stylesheet">
<!-- Custom theme stylesheets -->
<!-- MathJax -->
<script async="" type="text/javascript" src="MathJax.js"></script>
<style>
.button-container {
position: fixed; /* Fixed position for staying near the bottom-right corner */
bottom: 8%; /* Adjust distance from the bottom as a percentage */
right: 8%; /* Adjust distance from the right as a percentage */
width: 150px; /* Set the width of the container */
height: 150px; /* Set the height of the container */
}
.my-button {
border-radius: 50%; /* Round button */
font-size: 16px;
border: none;
background-color: #ffffff;
color: rgb(0, 0, 0);
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition: background-color 0.3s ease;
position: absolute;
}
.my-button:hover {
background-color: #008B8B;
}
/* Button 1 Styles */
#code_playground_button {
width: 50px; /* Fixed width for Button 1 */
height: 50px; /* Fixed height for Button 1 */
top: 50%;
left: 100%;
transform: translate(-50%, -50%);
font-size: 24px; /* Font size for the icon */
}
/* Button 2 Styles */
#py_button {
width: 60px; /* Fixed width for Button 2 */
height: 60px; /* Fixed height for Button 2 */
top: 0;
left: 0;
font-size: 24px; /* Font size for the icon */
}
/* Button 3 Styles */
#cplus_button {
width: 60px; /* Fixed width for Button 3 */
height: 60px; /* Fixed height for Button 3 */
bottom: 0;
left: 0;
}
.hidden {
display: none;
}
.cplusplus-icon {
width: 3em;
height: 3em;
}
.python-icon {
width: 1.5em;
height: 1.5em;
}
</style>
<style type="text/css">.MathJax_Hover_Frame {border-radius: .25em; -webkit-border-radius: .25em; -moz-border-radius: .25em; -khtml-border-radius: .25em; box-shadow: 0px 0px 15px #83A; -webkit-box-shadow: 0px 0px 15px #83A; -moz-box-shadow: 0px 0px 15px #83A; -khtml-box-shadow: 0px 0px 15px #83A; border: 1px solid #A6D ! important; display: inline-block; position: absolute}
.MathJax_Menu_Button .MathJax_Hover_Arrow {position: absolute; cursor: pointer; display: inline-block; border: 2px solid #AAA; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; font-family: 'Courier New',Courier; font-size: 9px; color: #F0F0F0}
.MathJax_Menu_Button .MathJax_Hover_Arrow span {display: block; background-color: #AAA; border: 1px solid; border-radius: 3px; line-height: 0; padding: 4px}
.MathJax_Hover_Arrow:hover {color: white!important; border: 2px solid #CCC!important}
.MathJax_Hover_Arrow:hover span {background-color: #CCC!important}
</style><style type="text/css">#MathJax_About {position: fixed; left: 50%; width: auto; text-align: center; border: 3px outset; padding: 1em 2em; background-color: #DDDDDD; color: black; cursor: default; font-family: message-box; font-size: 120%; font-style: normal; text-indent: 0; text-transform: none; line-height: normal; letter-spacing: normal; word-spacing: normal; word-wrap: normal; white-space: nowrap; float: none; z-index: 201; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -khtml-border-radius: 15px; box-shadow: 0px 10px 20px #808080; -webkit-box-shadow: 0px 10px 20px #808080; -moz-box-shadow: 0px 10px 20px #808080; -khtml-box-shadow: 0px 10px 20px #808080; filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true')}
#MathJax_About.MathJax_MousePost {outline: none}
.MathJax_Menu {position: absolute; background-color: white; color: black; width: auto; padding: 5px 0px; border: 1px solid #CCCCCC; margin: 0; cursor: default; font: menu; text-align: left; text-indent: 0; text-transform: none; line-height: normal; letter-spacing: normal; word-spacing: normal; word-wrap: normal; white-space: nowrap; float: none; z-index: 201; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; box-shadow: 0px 10px 20px #808080; -webkit-box-shadow: 0px 10px 20px #808080; -moz-box-shadow: 0px 10px 20px #808080; -khtml-box-shadow: 0px 10px 20px #808080; filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true')}
.MathJax_MenuItem {padding: 1px 2em; background: transparent}
.MathJax_MenuArrow {position: absolute; right: .5em; padding-top: .25em; color: #666666; font-size: .75em}
.MathJax_MenuActive .MathJax_MenuArrow {color: white}
.MathJax_MenuArrow.RTL {left: .5em; right: auto}
.MathJax_MenuCheck {position: absolute; left: .7em}
.MathJax_MenuCheck.RTL {right: .7em; left: auto}
.MathJax_MenuRadioCheck {position: absolute; left: .7em}
.MathJax_MenuRadioCheck.RTL {right: .7em; left: auto}
.MathJax_MenuLabel {padding: 1px 2em 3px 1.33em; font-style: italic}
.MathJax_MenuRule {border-top: 1px solid #DDDDDD; margin: 4px 3px}
.MathJax_MenuDisabled {color: GrayText}
.MathJax_MenuActive {background-color: #606872; color: white}
.MathJax_MenuDisabled:focus, .MathJax_MenuLabel:focus {background-color: #E8E8E8}
.MathJax_ContextMenu:focus {outline: none}
.MathJax_ContextMenu .MathJax_MenuItem:focus {outline: none}
#MathJax_AboutClose {top: .2em; right: .2em}
.MathJax_Menu .MathJax_MenuClose {top: -10px; left: -10px}
.MathJax_MenuClose {position: absolute; cursor: pointer; display: inline-block; border: 2px solid #AAA; border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px; -khtml-border-radius: 18px; font-family: 'Courier New',Courier; font-size: 24px; color: #F0F0F0}
.MathJax_MenuClose span {display: block; background-color: #AAA; border: 1.5px solid; border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px; -khtml-border-radius: 18px; line-height: 0; padding: 8px 0 6px}
.MathJax_MenuClose:hover {color: white!important; border: 2px solid #CCC!important}
.MathJax_MenuClose:hover span {background-color: #CCC!important}
.MathJax_MenuClose:hover:focus {outline: none}
</style><style type="text/css">.MathJax_Preview .MJXf-math {color: inherit!important}
</style><style type="text/css">.MJX_Assistive_MathML {position: absolute!important; top: 0; left: 0; clip: rect(1px, 1px, 1px, 1px); padding: 1px 0 0 0!important; border: 0!important; height: 1px!important; width: 1px!important; overflow: hidden!important; display: block!important; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none}
.MJX_Assistive_MathML.MJX_Assistive_MathML_Block {width: 100%!important}
</style><style type="text/css">#MathJax_Zoom {position: absolute; background-color: #F0F0F0; overflow: auto; display: block; z-index: 301; padding: .5em; border: 1px solid black; margin: 0; font-weight: normal; font-style: normal; text-align: left; text-indent: 0; text-transform: none; line-height: normal; letter-spacing: normal; word-spacing: normal; word-wrap: normal; white-space: nowrap; float: none; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; box-shadow: 5px 5px 15px #AAAAAA; -webkit-box-shadow: 5px 5px 15px #AAAAAA; -moz-box-shadow: 5px 5px 15px #AAAAAA; -khtml-box-shadow: 5px 5px 15px #AAAAAA; filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true')}
#MathJax_ZoomOverlay {position: absolute; left: 0; top: 0; z-index: 300; display: inline-block; width: 100%; height: 100%; border: 0; padding: 0; margin: 0; background-color: white; opacity: 0; filter: alpha(opacity=0)}
#MathJax_ZoomFrame {position: relative; display: inline-block; height: 0; width: 0}
#MathJax_ZoomEventTrap {position: absolute; left: 0; top: 0; z-index: 302; display: inline-block; border: 0; padding: 0; margin: 0; background-color: white; opacity: 0; filter: alpha(opacity=0)}
</style><style type="text/css">.MathJax_Preview {color: #888}
#MathJax_Message {position: fixed; left: 1em; bottom: 1.5em; background-color: #E6E6E6; border: 1px solid #959595; margin: 0px; padding: 2px 8px; z-index: 102; color: black; font-size: 80%; width: auto; white-space: nowrap}
#MathJax_MSIE_Frame {position: absolute; top: 0; left: 0; width: 0px; z-index: 101; border: 0px; margin: 0px; padding: 0px}
.MathJax_Error {color: #CC0000; font-style: italic}
</style><style type="text/css">.MJXp-script {font-size: .8em}
.MJXp-right {-webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right}
.MJXp-bold {font-weight: bold}
.MJXp-italic {font-style: italic}
.MJXp-scr {font-family: MathJax_Script,'Times New Roman',Times,STIXGeneral,serif}
.MJXp-frak {font-family: MathJax_Fraktur,'Times New Roman',Times,STIXGeneral,serif}
.MJXp-sf {font-family: MathJax_SansSerif,'Times New Roman',Times,STIXGeneral,serif}
.MJXp-cal {font-family: MathJax_Caligraphic,'Times New Roman',Times,STIXGeneral,serif}
.MJXp-mono {font-family: MathJax_Typewriter,'Times New Roman',Times,STIXGeneral,serif}
.MJXp-largeop {font-size: 150%}
.MJXp-largeop.MJXp-int {vertical-align: -.2em}
.MJXp-math {display: inline-block; line-height: 1.2; text-indent: 0; font-family: 'Times New Roman',Times,STIXGeneral,serif; white-space: nowrap; border-collapse: collapse}
.MJXp-display {display: block; text-align: center; margin: 1em 0}
.MJXp-math span {display: inline-block}
.MJXp-box {display: block!important; text-align: center}
.MJXp-box:after {content: " "}
.MJXp-rule {display: block!important; margin-top: .1em}
.MJXp-char {display: block!important}
.MJXp-mo {margin: 0 .15em}
.MJXp-mfrac {margin: 0 .125em; vertical-align: .25em}
.MJXp-denom {display: inline-table!important; width: 100%}
.MJXp-denom > * {display: table-row!important}
.MJXp-surd {vertical-align: top}
.MJXp-surd > * {display: block!important}
.MJXp-script-box > * {display: table!important; height: 50%}
.MJXp-script-box > * > * {display: table-cell!important; vertical-align: top}
.MJXp-script-box > *:last-child > * {vertical-align: bottom}
.MJXp-script-box > * > * > * {display: block!important}
.MJXp-mphantom {visibility: hidden}
.MJXp-munderover {display: inline-table!important}
.MJXp-over {display: inline-block!important; text-align: center}
.MJXp-over > * {display: block!important}
.MJXp-munderover > * {display: table-row!important}
.MJXp-mtable {vertical-align: .25em; margin: 0 .125em}
.MJXp-mtable > * {display: inline-table!important; vertical-align: middle}
.MJXp-mtr {display: table-row!important}
.MJXp-mtd {display: table-cell!important; text-align: center; padding: .5em 0 0 .5em}
.MJXp-mtr > .MJXp-mtd:first-child {padding-left: 0}
.MJXp-mtr:first-child > .MJXp-mtd {padding-top: 0}
.MJXp-mlabeledtr {display: table-row!important}
.MJXp-mlabeledtr > .MJXp-mtd:first-child {padding-left: 0}
.MJXp-mlabeledtr:first-child > .MJXp-mtd {padding-top: 0}
.MJXp-merror {background-color: #FFFF88; color: #CC0000; border: 1px solid #CC0000; padding: 1px 3px; font-style: normal; font-size: 90%}
.MJXp-scale0 {-webkit-transform: scaleX(.0); -moz-transform: scaleX(.0); -ms-transform: scaleX(.0); -o-transform: scaleX(.0); transform: scaleX(.0)}
.MJXp-scale1 {-webkit-transform: scaleX(.1); -moz-transform: scaleX(.1); -ms-transform: scaleX(.1); -o-transform: scaleX(.1); transform: scaleX(.1)}
.MJXp-scale2 {-webkit-transform: scaleX(.2); -moz-transform: scaleX(.2); -ms-transform: scaleX(.2); -o-transform: scaleX(.2); transform: scaleX(.2)}
.MJXp-scale3 {-webkit-transform: scaleX(.3); -moz-transform: scaleX(.3); -ms-transform: scaleX(.3); -o-transform: scaleX(.3); transform: scaleX(.3)}
.MJXp-scale4 {-webkit-transform: scaleX(.4); -moz-transform: scaleX(.4); -ms-transform: scaleX(.4); -o-transform: scaleX(.4); transform: scaleX(.4)}
.MJXp-scale5 {-webkit-transform: scaleX(.5); -moz-transform: scaleX(.5); -ms-transform: scaleX(.5); -o-transform: scaleX(.5); transform: scaleX(.5)}
.MJXp-scale6 {-webkit-transform: scaleX(.6); -moz-transform: scaleX(.6); -ms-transform: scaleX(.6); -o-transform: scaleX(.6); transform: scaleX(.6)}
.MJXp-scale7 {-webkit-transform: scaleX(.7); -moz-transform: scaleX(.7); -ms-transform: scaleX(.7); -o-transform: scaleX(.7); transform: scaleX(.7)}
.MJXp-scale8 {-webkit-transform: scaleX(.8); -moz-transform: scaleX(.8); -ms-transform: scaleX(.8); -o-transform: scaleX(.8); transform: scaleX(.8)}
.MJXp-scale9 {-webkit-transform: scaleX(.9); -moz-transform: scaleX(.9); -ms-transform: scaleX(.9); -o-transform: scaleX(.9); transform: scaleX(.9)}
.MathJax_PHTML .noError {vertical-align: ; font-size: 90%; text-align: left; color: black; padding: 1px 3px; border: 1px solid}
</style></head>
<body><div id="MathJax_Message" style="display: none;"></div>
<!-- Provide site root to javascript -->
<script type="text/javascript">
var path_to_root = "";
var default_theme = "sustain";
<!-- window.matchMedia("(prefers-color-scheme: dark)").matches ? "navy" : "sustain"; -->
</script>
<!-- Work around some values being stored in localStorage wrapped in quotes -->
<script type="text/javascript">
try {
var theme = localStorage.getItem('mdbook-theme');
var sidebar = localStorage.getItem('mdbook-sidebar');
if (theme.startsWith('"') && theme.endsWith('"')) {
localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
}
if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
}
} catch (e) { }
</script>
<!-- Set the theme before any content is loaded, prevents flash -->
<script type="text/javascript">
var theme;
try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
if (theme === null || theme === undefined) { theme = default_theme; }
var html = document.querySelector('html');
html.classList.remove('no-js')
html.classList.remove('sustain')
html.classList.add(theme);
html.classList.add('js');
</script>
<!-- Hide / unhide sidebar before it is displayed -->
<script type="text/javascript">
var html = document.querySelector('html');
var sidebar = 'hidden';
if (document.body.clientWidth >= 1080) {
try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
sidebar = sidebar || 'visible';
}
html.classList.remove('sidebar-visible');
html.classList.add("sidebar-" + sidebar);
</script>
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item affix "></li><li class="part-title">Welcome to Warehouse Drone theme!</li><li class="chapter-item expanded "><a href="https://portal.e-yantra.org/themeBook/wd/welcome.html" class="active">Home</a></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/bulletin_board.html">Bulletin board</a></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/deadlines.html">Deadlines</a></li><li class="chapter-item affix "></li><li class="spacer"></li><li class="chapter-item affix "></li><li class="part-title">Learning Section</li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/WD-learn-section-intro.html">Learnings</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Linux/Linux.html">Linux</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Linux/learn-linux-file-system.html">Linux File System Directories</a></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Linux/learn-linux-file-permissions.html">Linux File Permissions</a></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Linux/learn-linux-command.html">Linux Commands</a></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Linux/shell_scripting.html">Shell Scripting</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Linux/Shell_scripting_example.html">Example 1</a></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Linux/shell_scripting_example2.html">Example 2</a></li></ol></li></ol></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Python/python.html">Python</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Python/py_tutorials.html">Python Tutorials</a></li></ol></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/C++/c++.html">C++</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/C++/cpp_tutorials.html">C++ Tutorials</a></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/C++/cpp_books.html">C++ Books</a></li></ol></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/ROS/ROS.html">ROS 2</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/ROS/ros_books.html">ROS 2 Books</a></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/ROS/ROS2_concepts.html">ROS 2 Concepts</a></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/ROS/ROS2_tutorials.html">ROS 2 Tutorials</a></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/ROS/turtlesim_tutorials.html">Turtlesim Resources</a></li></ol></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Gazebo_URDF/GZ_URDF.html">Gazebo & URDF</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Gazebo_URDF/Gazebo.html">Gazebo Tutorials</a></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Gazebo_URDF/URDF.html">URDF ROS 2</a></li></ol></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Quadcopter/quadcopters.html">Quadcopters</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Quadcopter/swift_model.html">Understanding the Swift Pico model in gazebo simulator</a></li></ol></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Control_System/control_systems.html">Control Systems</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Control_System/pid_drones.html">PID Controller For Drones</a></li></ol></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Image_Processing/image_processing.html">Image Processing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Image_Processing/opencv_py.html">OpenCV Python</a></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Image_Processing/ros_opencv.html">ROS-OpenCV</a></li></ol></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Github/git_github.html">Git and GitHub</a></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Learnings/Coding_Standard/coding_std.html">Coding Standards</a></li></ol></li><li class="chapter-item "></li><li class="part-title">Competition Section</li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Stage_1.html">Stage 1</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Task_0/task_0.html">Task 0</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Task_0/Installation_task0.html">Installation of Ubuntu and ROS</a></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Task_0/Submission_task0.html">Submission Instructions </a></li></ol></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Task_1/task_1.html">Task 1</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Task_1/task_1a.html">Task 1A</a></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Task_1/task_1b.html">Task 1B</a></li><li class="chapter-item "><a href="https://portal.e-yantra.org/themeBook/wd/Task_1/task_1c.html">Task 1C</a></li></ol></li></ol></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
</nav>
<div id="page-wrapper" class="page-wrapper">
<div class="page">
<div id="menu-bar-hover-placeholder"></div>
<div id="menu-bar" class="menu-bar autohide sticky bordered" style="position: sticky; top: 0px; background-color: transparent;">
<div id="image-container">
<img src="eYantra_logo.svg" alt="e-yantra_logo" style="padding:10px 15px;max-height:50px;" id="eLogo">
<img src="eyrc_ckt.png" alt="eyrc_ckt" style="max-height:80px;">
<div id="RCName" style="font-weight:800;font-size:20px;text-align:center;padding:10px 15px">
Robotics Competition<br>
2024-25
</div>
</div>
<div style="display: flex; width:100%;">
<div class="left-buttons">
<button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
<i class="fa fa-bars"></i>
</button>
<button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
<i class="fa fa-paint-brush"></i>
</button>
<ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
<li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
<li role="none"><button role="menuitem" class="theme" id="rust">Rust</button></li>
<li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
<li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
<li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
<li role="none"><button role="menuitem" class="theme" id="space">Space</button></li>
<li role="none"><button role="menuitem" class="theme" id="ecoFriend">EcoFriend</button></li>
<li role="none"><button role="menuitem" class="theme" id="sustain">Sustain (default)</button></li>
</ul>
<button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
<i class="fa fa-search"></i>
</button>
</div>
<h1 class="menu-title">eYRC 2024-25: Warehouse Drone (WD)</h1>
<div class="right-buttons">
<button class="icon-button" type="button">
<a href="https://discuss.e-yantra.org/" target="__blank">Forum</a>
</button>
</div>
</div>
</div>
<script type="text/javascript">
if (document.body.clientWidth < 600) {
let logo = document.getElementById("eLogo");
logo.style = "display: none";
document.getElementById("RCName").style = "display: none";
document.getElementById("image-container").style = "justify-content: center";
}
if (document.body.clientWidth < 400) {
let rB = document.getElementsByClassName("right-buttons");
rB[0].style = "display:none";
}
</script>
<div id="search-wrapper" class="hidden">
<form id="searchbar-outer" class="searchbar-outer">
<input type="search" name="search" id="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
</form>
<div id="searchresults-outer" class="searchresults-outer hidden">
<div id="searchresults-header" class="searchresults-header"></div>
<ul id="searchresults">
</ul>
</div>
</div>
<!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
<script type="text/javascr<link rel=" stylesheet"="" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">uerySelectorAll('#sidebar a')).forEach(function(link) {
link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
});
</script>
<div id="content" class="content">
<main>
<!-- <center><img src="http://mooc.e-yantra.org/img/eYantra_logo.svg" alt="e-yantra_logo" style="scale:75%;" /></center> -->
<style>
.back{
position: fixed;
width: 250px;
height: 250px;
top: 50%;
left: 50%;
margin-top: auto;
margin-left: auto;
opacity: 0.15;
z-index: -1;
}
</style>
<!-- <img src="http://mooc.e-yantra.org/img/EyantraLogoMini.png" class="back"> -->
<center>
<h1 id="warehouse-drone-wd"><a class="header" href="https://portal.e-yantra.org/themeBook/wd/index.html#warehouse-drone-wd">Warehouse Drone (WD)</a></h1>
</center>
<hr>
<h1 id="theme-introduction"><a class="header" href="https://portal.e-yantra.org/themeBook/wd/index.html#theme-introduction">Theme Introduction</a></h1>
<center><img src="Warehouse Drone.png" width="50%" height="50%" style="vertical-align: middle;"></center>
<br>
<div align="justify">In the heart of a bustling smart city, a sleek quadcopter embarks on a pivotal mission to revolutionize warehouse logistics. As e-commerce soars and the need for efficient supply chain solutions grows ever more pressing, the quadcopter is tasked with locating a crucial package.
The warehouse itself is a marvel of modern technology—a symphony of automated conveyors and robotic arms working seamlessly in concert. The quadcopter, with its rotors whispering in the cool air, takes off with precision. Its sophisticated self-navigation system allows it to weave effortlessly through the crowded airspace, avoiding obstacles.
<p>As the quadcopter hovers above a particularly congested section of the warehouse, its sensors detect the package. The package is nestled on a high shelf, partially obscured but unmistakable to the quadcopter’s advanced scanning equipment. With deft precision, it sends a message to the central computer system.
Amid a dynamic and often unpredictable environment, the quadcopter's successful mission highlights the future of warehouse logistics. Each task it completes is a step toward more efficient, automated warehousing. This future promises to meet the demands of a rapidly growing economy sustainably and effectively, setting new standards in supply chain management. </p></div><p></p>
<p>
<img src="pico.png" width="10%" height="10%" style="vertical-align: middle;">
Let's Fly
</p>
</main>
<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
<a rel="next" href="https://portal.e-yantra.org/themeBook/wd/bulletin_board.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>
<div style="clear: both"></div>
</nav>
</div>
</div>
<nav class="nav-wide-wrapper" aria-label="Page navigation">
<a rel="next" href="https://portal.e-yantra.org/themeBook/wd/bulletin_board.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>
</nav>
</div>
<script type="text/javascript">
window.playground_copyable = true;
</script>
<script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
<script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
<script src="searcher.js" type="text/javascript" charset="utf-8"></script>
<script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
<script src="highlight.js" type="text/javascript" charset="utf-8"></script>
<script src="book.js" type="text/javascript" charset="utf-8"></script>
<!-- Custom JS scripts -->
<div class="button-container">
<!-- Use Font Awesome icon for Button 1 -->
<button id="code_playground_button" class="my-button">
<i class="fas fa-code"></i> <!-- This icon corresponds to  -->
</button>
<!-- Use Font Awesome Python icon for Button 2 -->
<button id="py_button" class="my-button hidden">
<img class="python-icon" src="python_logo.svg" alt="Python Icon">
</button>
<button id="cplus_button" class="my-button hidden">
<img class="cplusplus-icon" src="cpp_logo.svg" alt="C++ Icon">
</button>
</div>
<script>
document.getElementById('code_playground_button').addEventListener('click', function() {
var py_button = document.getElementById('py_button');
var cplus_button = document.getElementById('cplus_button');
py_button.classList.toggle('hidden');
cplus_button.classList.toggle('hidden');
});
document.getElementById('py_button').addEventListener('click', function() {
window.open('https://www.w3schools.com/python/trypython.asp?filename=demo_default', '_blank'); // Open in new tab
});
document.getElementById('cplus_button').addEventListener('click', function() {
window.open('https://www.w3schools.com/CPP/trycpp.asp?filename=demo_helloworld', '_blank'); // Open in new tab
});
</script>
</body></html>