This repository was archived by the owner on Feb 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathar_robotic_arm.html
More file actions
374 lines (341 loc) · 14.4 KB
/
ar_robotic_arm.html
File metadata and controls
374 lines (341 loc) · 14.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="SWARM-ROBOTICS | FARC-NITK">
<link rel="icon" type="image/png" href="FARC.ico">
<script src="js/navbar.js"></script>
<title>FARC | AR ROBOTIC ARM</title>
<link href="css/plugins.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="body-inner">
<header id="header" data-transparent="true" data-fullwidth="true" class="dark submenu-light">
<script>
insertNavbar()
</script>
</header>
<section id="section1" class="halfscreen" data-bg-parallax="images/minor_projects/cave_exp/cave.jpg">
<div class="container text-light text-center">
<div class="container-fullscreen">
<div class="text-middle">
<div class="heading-text" data-animate="fadeInDown" data-animate-delay="100">
<h2>AR ROBOTIC ARM</h2>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<div class="col-lg-3">
<div class="heading-text heading-section">
<h2>THE IDEA</h2>
</div>
</div>
<div class="col-lg-9">
<div class="row">
<div class="col-lg-6" align="justify">
<font size=3px>
<p>
Another segment under robotics projects, the need for an evolving robotic arm will never cease to exist.
Such a technology makes human presence obsolete in hazardous environments. Controlled remotely, this could
be used for a variety of purposes. Since the Industrial Revolution and automation, it finds application in
the manufacturing sector as well.
</p>
<p>
The International Space Station uses a Mobile Service System (MSS), a
robotic arm, to capture unmanned capsules for docking and also to chauffeur astronauts for service spacewalks.
The Space Shuttle used a similar system as well to carry and assemble telescopes and parts of the ISS during
the construction phase. This project is an opportunity for us to model a similar robotic arm designed to our
needs.
</p>
</font>
</div>
<div class="col-lg-6" align="justify">
<font size=3px>
<p>
The aim of this project is to build a robotic arm that mimics the motion of a human arm. The motion of a moving
arm will be analysed and various joint angles will be obtained using image processing and machine learning
techniques. The acquired joint angles will be sent to the robot arm, which shall be placed at a remote location,
wirelessly. The arm shall then turn its joints as per the commands given.
</p>
<p>
The robot arm will also be transmitting a camera feed back to the master node continuously.
The proposed robotic arm has applications in any field that requires the precision and the flexibility of a
human arm, but with the convenience and safety of remote controlling. Some examples could be in robot assisted
surgeries and bomb diffusion.
</p>
</font>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="content background-grey">
<div class="content col-lg-12" style="padding-left:15%; padding-right:10%">
<ul class="timeline">
<li class="timeline-item">
<div class="timeline-icon">1</div>
<h2>Design of the Robotic Arm
</h2>
<p align="justify">
<font size="3px">
The Design Phase aims to make try and develop a model of the Robotic
arm in a suitable modelling software abiding to the the neccesary characteristics expected out of the robotic Arm.
</font>
</p>
</li>
<li class="timeline-item">
<div class="timeline-icon">2</div>
<h2>Robotic Simulation of the model
</h2>
<p align="justify">
<font size="3px">
The sensors and actuators required for this project will be
decided in this phase and the robotic arm will be
simulated using the ROS framework. These will be implemented by uploading the design model into the ROS-Gazebo package
and tested upon.
</font>
</p>
</li>
<li class="timeline-item">
<div class="timeline-icon">1</div>
<h2>Hardware and Physical implementation of the bot
</h2>
<p align="justify">
<font size="3px">
The Hardware will be implemented in this stage and
testing and debugging of the hardware will be done in this phase. This will require adequate resouces and developmental skills
attain the final desired product.
</font>
</p>
</li>
</ul>
</section>
<section class="content">
<div class="container">
<div class="heading-text heading-section text-center">
<h2><br>MEET OUR TEAM</h2>
</div>
<br><br>
<div class="row team-members team-members-shadow m-b-40">
<div class="col-lg-4">
<div class="team-member"
style="border-style: solid; border-width: 0px 0px 3px 0px; border-color: red;">
<div class="team-desc">
<u>
<h3>Ishaan Singh</h3>
</u>
<span>
<font size=3px>Website Lead</font><br>
</span>
<div class="align-center" style="margin-top : 5%;">
<a class="btn btn-s btn-slide btn-light" href="mailto:asishaan.191cs124@nitk.edu.in"
target="_blank" data-width="85">
<i class="icon-mail"></i>
<span>Mail</span>
</a>
<a class="btn btn-s btn-slide btn-light" href="https://www.linkedin.com/in/ishaan1901/" target="_blank" data-width="115">
<i class="fab fa-linkedin"></i>
<span>LinkedIn</span>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="team-member"
style="border-style: solid; border-width: 0px 0px 3px 0px; border-color: blue;">
<div class="team-desc">
<u>
<h3>Abhijit Gupta</h3>
</u>
<span>
<font size=3px>Executive Member</font><br>
</span>
<div class="align-center" style="margin-top : 5%;">
<a class="btn btn-s btn-slide btn-light" href="mailto:abhijit.171ec102@nitk.edu.in"
target="_blank" data-width="85">
<i class="icon-mail"></i>
<span>Mail</span>
</a>
<a class="btn btn-s btn-slide btn-light" href="https://www.linkedin.com/in/abhijit-gupta-b87552170" target="_blank" data-width="115">
<i class="fab fa-linkedin"></i>
<span>LinkedIn</span>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="team-member"
style="border-style: solid; border-width: 0px 0px 3px 0px; border-color: blue;">
<div class="team-desc">
<u>
<h3>Pranshu Shukla</h3>
</u>
<span>
<font size=3px>Treasurer</font><br>
</span>
<div class="align-center" style="margin-top : 5%;">
<a class="btn btn-s btn-slide btn-light" href="mailto:pranshushukla.191me260@nitk.edu.in"
target="_blank" data-width="85">
<i class="icon-mail"></i>
<span>Mail</span>
</a>
<a class="btn btn-s btn-slide btn-light" href="https://www.linkedin.com/in/pranshu-shukla-50a79931/" target="_blank" data-width="115">
<i class="fab fa-linkedin"></i>
<span>LinkedIn</span>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="team-member"
style="border-style: solid; border-width: 0px 0px 3px 0px; border-color: blue;">
<div class="team-desc">
<u>
<h3>Sridevi</h3>
</u>
<span>
<font size=3px>Executive Member</font><br>
</span>
<div class="align-center" style="margin-top : 5%;">
<a class="btn btn-s btn-slide btn-light" href="mailto:anshulpatel.191it208@nitk.edu.in"
target="_blank" data-width="85">
<i class="icon-mail"></i>
<span>Mail</span>
</a>
<a class="btn btn-s btn-slide btn-light" href="https://www.linkedin.com/in/anshul-patel-7335b11a4/" target="_blank" data-width="115">
<i class="fab fa-linkedin"></i>
<span>LinkedIn</span>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="team-member"
style="border-style: solid; border-width: 0px 0px 3px 0px; border-color: blue;">
<div class="team-desc">
<u>
<h3>Aditi</h3>
</u>
<span>
<font size=3px>Executive Member</font><br>
</span>
<div class="align-center" style="margin-top : 5%;">
<a class="btn btn-s btn-slide btn-light" href="mailto:anshulpatel.191it208@nitk.edu.in"
target="_blank" data-width="85">
<i class="icon-mail"></i>
<span>Mail</span>
</a>
<a class="btn btn-s btn-slide btn-light" href="https://www.linkedin.com/in/anshul-patel-7335b11a4/" target="_blank" data-width="115">
<i class="fab fa-linkedin"></i>
<span>LinkedIn</span>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="team-member"
style="border-style: solid; border-width: 0px 0px 3px 0px; border-color: blue;">
<div class="team-desc">
<u>
<h3>Abhinav</h3>
</u>
<span>
<font size=3px>Executive Member</font><br>
</span>
<div class="align-center" style="margin-top : 5%;">
<a class="btn btn-s btn-slide btn-light" href="mailto:anshulpatel.191it208@nitk.edu.in"
target="_blank" data-width="85">
<i class="icon-mail"></i>
<span>Mail</span>
</a>
<a class="btn btn-s btn-slide btn-light" href="https://www.linkedin.com/in/anshul-patel-7335b11a4/" target="_blank" data-width="115">
<i class="fab fa-linkedin"></i>
<span>LinkedIn</span>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="team-member"
style="border-style: solid; border-width: 0px 0px 3px 0px; border-color: blue;">
<div class="team-desc">
<u>
<h3>Anshul Patel</h3>
</u>
<span>
<font size=3px>Executive Member</font><br>
</span>
<div class="align-center" style="margin-top : 5%;">
<a class="btn btn-s btn-slide btn-light" href="mailto:anshulpatel.191it208@nitk.edu.in"
target="_blank" data-width="85">
<i class="icon-mail"></i>
<span>Mail</span>
</a>
<a class="btn btn-s btn-slide btn-light" href="https://www.linkedin.com/in/anshul-patel-7335b11a4/" target="_blank" data-width="115">
<i class="fab fa-linkedin"></i>
<span>LinkedIn</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="footer-content">
<div class="container">
<div class="row">
<div id="row2" class="col-lg-12">
<div class="widget" align="center">
<div class="widget-title">
<h3>FARC on Social Media</h3>
</div>
<span class="slide-captions text-center">
<a id="a" class="btn btn-lg btn-slide btn-light" href="mailto:farc@nitk.edu.in" data-width="120">
<i class="icon-mail"></i>
<span>Mail</span>
</a>
<a id="b" class="btn btn-lg btn-slide btn-light" target="_blank" href="http://instagram.com/farcnitk"
data-width="190">
<i class="fab fa-instagram"></i>
<span>Instagram</span>
</a>
<a id="c" class="btn btn-lg btn-slide btn-light" target="_blank"
href="https://www.facebook.com/FlyingandRoboticsClubOfficial/" data-width="180">
<i class="fab fa-facebook-f"></i>
<span>Facebook</span>
</a>
<a id="c" class="btn btn-lg btn-slide btn-light" target="_blank"
href="https://www.linkedin.com/company/flying-and-robotics-club-nitk/?viewAsMember=true"
data-width="160">
<i class="fab fa-linkedin"></i>
<span>LinkedIn</span>
</a>
</span>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<a id="scrollTop"><i class="icon-chevron-up"></i><i class="icon-chevron-up"></i></a>
<script src="js/jquery.js"></script>
<script src="js/plugins.js"></script>
<script src="js/functions.js"></script>
</body>
</html>