-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathbot-details.html
252 lines (212 loc) · 10.1 KB
/
bot-details.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Our Bots</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/hero-logo.jpg" rel="icon">
<link href="assets/img/hero-logo.jpg" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/bot.css" rel="stylesheet">
<!-- Scroller script -->
<script src="assets/js/scroller.js"></script>
<!-- Darkmode pre -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script>
$(document).ready(function () {
document.getElementsByTagName("html")[0].style.visibility = "visible";
});
$.getScript("./assets/vendor/darkreader/darkreader.js", function () {
DarkReader.setFetchMethod(window.fetch);
DarkReader.enable({
brightness: 100,
contrast: 90,
sepia: 10,
});
});
</script>
<!-- Darkmode ends -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="d-flex align-items-center">
<div class="container">
<!-- The main logo is shown in mobile version only. The centered nav-logo in nav menu is displayed in desktop view -->
<div class="logo d-block d-lg-none">
<a href="#hero"><img src="assets/img/hero-logo.png" alt="" class="img-fluid"></a>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul class="nav-inner">
<li><a href="index.html">Home</a></li>
<li><a href="index.html#about">About Us</a></li>
</li>
<li class="drop-down"><a href="our-team.html">Our Team</a>
<ul>
<li><a href="our-team.html">Our Team</a></li>
<li><a href="team-details.html">Alumni</a></li>
</ul>
</li>
<li class="logo"><a href="#hero"><img src="assets/img/hero-logo.png" alt="" class="img-fluid"></a>
</li>
<li><a href="gallery.html">Gallery</a></li>
<li class="drop-down">
<a>Our Bots</a>
<ul>
<li class="drop-down">
<a href="project_mira.html">AUV</a>
<ul>
<li><a href="project_mira.html">Project Mira</a></li>
<li><a href="calypso_skl.html">Calypso SKL</a></li>
<li><a href="calypso.html">Calypso</a></li>
</ul>
<li><a href="bot-details.html#Arm">Robotic Arm</a></li>
<li><a href="bot-details.html#Skyline">Skyline</a></li>
<li><a href="bot-details.html#Torpedo">Torpedo</a></li>
</ul>
</li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<div class="parent" id="mydiv" tabindex="-1">
<div class="child" id="Arm">
<div class="content1 content pt-4 pt-lg-0 pl-0 pl-lg-3">
<h3>Robotic Arm • <span class="text-muted">Robotic Arm</span></h3>
<br>
<p class="text-justify">A versatile 3DOF robotic arm has been designed and 3D printed with seven strategically
placed servo motors for movement in three dimensions. It can be programmed to perform multiple tasks, making
it ideal for use in assembly lines where it replaces repetitive tasks previously performed by humans. The arm
incorporates cutting-edge technologies such as computer vision, machine learning, and ROS to "see" and
"understand" its surroundings, make intelligent decisions, and perform tasks with greater precision and
accuracy.
</p>
</div>
<div class="image">
<img src="assets/img/projects/arm.png" class="rounded img-fluid" alt="">
</div>
</div>
<div class="child" id="Boat">
<div class="content1 content pt-4 pt-lg-0 pl-0 pl-lg-3">
<h3>Turret • <span class="text-muted">RC Boat</span></h3>
<br>
<p class="text-justify">The electric-powered RC boat is designed for exceptional maneuverability, featuring a
powerful 1440kv brushless DC motor and electronic speed controller. With precise control through a radio
transmitter and receiver, this boat effortlessly navigates through water with ease. Its sleek and modern
design ensures a visually appealing experience for both operators and spectators alike.
</p>
</div>
<div class="image">
<img src="assets/img/projects/rc-boat.jpg" class="rounded img-fluid" alt="">
</div>
</div>
<div class="child" id="Skyline">
<div class="content1 content pt-4 pt-lg-0 pl-0 pl-lg-3">
<h3>Skyline • <span class="text-muted">Drone</span></h3>
<br>
<p class="text-justify">Our drone is a type of unmanned aerial vehicle controlled remotely, with quadcopters
being a popular variety. Equipped with four arms , each with a motor and propeller, it can perform a variety
of tasks with ease. Whether used for racing or task-specific competitions, our drone is capable of
accomplishing complex feats within a specific timeframe. Its advanced technology and versatility make it ideal
for a wide range of applications, from aerial photography and surveillance to search and rescue operations.
</p>
</div>
<div class="image">
<img src="assets/img/projects/drone.png" class="rounded img-fluid" alt="">
</div>
</div>
<!-- <div class="child" id="Boat">
<div class="content1 content pt-4 pt-lg-0 pl-0 pl-lg-3">
<h3>RC Boat • <span class="text-muted">RC Boat</span></h3>
<br>
<p class="text-justify">Designed an electric-powered RC
boat that is known for its
exceptional maneuverability, built
with a 1440kv brushless DC motor
and electronic speed controller. It is
controlled through a radio
transmitter and receiver and its
design allow it to effectively
navigate through the water.</p>
</div>
<div class="image">
<img src="assets/img/projects/rc-boat.jpg" class="rounded img-fluid" alt="">
</div>
</div> -->
<div class="child" id="Torpedo">
<div class="content1 content pt-4 pt-lg-0 pl-0 pl-lg-3">
<h3>Torpedo • <span class="text-muted">All Terrain Vehicle</span></h3>
<br>
<p class="text-justify">The ARATV was created for a
Singapore-based robotics firm. The
robot is entirely reliant on ROS. To
map, the gmapping ROS package
was utilized. To ensure the bot's
seamless navigation, methods like
as AMCL, Karmen Filtering, and
Costmap redundancy checkers
were used. Autonomous mobility
was achieved using the ROS
navigation stack and path
determination was achieved using
the DWA local planner and the STTC
global planner.</p>
</div>
<div class="image">
<img src="assets/img/projects/atv.jpg" class="rounded img-fluid" alt="">
</div>
</div>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<h3>Fear not,Strive forth</h3>
</div>
</div>
<div class="social-links">
<a href="https://www.instagram.com/dreadnoughtrobotics" class="instagram" target="_blank"><i
class="bx bxl-instagram"></i></a>
<a href="https://www.facebook.com/dreadnoughtrobotics" class="facebook" target="_blank"><i
class="bx bxl-facebook"></i></a>
<a href="https://www.linkedin.com/company/dreadnought-robotics/" class="linkedin" target="_blank"><i
class="bx bxl-linkedin"></i></a>
<a href="https://www.youtube.com/channel/UC1mdMNwzj-X7uIb3nG41crA" class="youtube" target="_blank"><i
class="bx bxl-youtube"></i></a>
</div>
</div>
</div>
</footer><!-- End Footer -->
</div>
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/jquery-sticky/jquery.sticky.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>