-
Notifications
You must be signed in to change notification settings - Fork 0
/
post6.html
242 lines (200 loc) · 11.5 KB
/
post6.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
<!DOCTYPE html>
<!--
++++++++++++++++++++++++++++++++++++++++++++++++++++++
AUTHOR : Vijayan PP
PROJECT :NIM
VERSION : 1.1
++++++++++++++++++++++++++++++++++++++++++++++++++++++
-->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=devidev-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>JMU Autonomus Car project</title>
<!-- [ FONT-AWESOME ICON ]
=========================================================================================================================-->
<link rel="stylesheet" type="text/css" href="library/font-awesome-4.3.0/css/font-awesome.min.css">
<!-- [ PLUGIN STYLESHEET ]
=========================================================================================================================-->
<link rel="shortcut icon" type="image/x-icon" href="images/icon.png">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="css/owl.theme.css">
<link rel="stylesheet" type="text/css" href="css/magnific-popup.css">
<!-- [ Boot STYLESHEET ]
=========================================================================================================================-->
<link rel="stylesheet" type="text/css" href="library/bootstrap/css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="library/bootstrap/css/bootstrap.css">
<!-- [ DEFAULT STYLESHEET ]
=========================================================================================================================-->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
<link rel="stylesheet" type="text/css" href="css/color/rose.css">
</head>
<body >
<!-- [ LOADERs ]
================================================================================================================================-->
<div class="preloader">
<div class="loader theme_background_color">
<span></span>
</div>
</div>
<!-- [ /PRELOADER ]
=============================================================================================================================-->
<!-- [WRAPPER ]
=============================================================================================================================-->
<div class="wrapper">
<!-- [NAV]
============================================================================================================================-->
<!-- Navigation
==========================================-->
<nav class=" nim-menu navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>/
</button>
<a class="navbar-brand" href="index.html">J<span class="themecolor">M</span>U autonomus car</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html" class="page-scroll">Home</a></li>
<li><a href="index.html#one" class="page-scroll">About</a></li>
<li><a href="blog.html" class="page-scroll">Blog</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="index.html#two" class="page-scroll">Map</a></li>
<li><a href="index.html#three" class="page-scroll">Sensor View</a></li>
<li><a href="index.html#four" class="page-scroll">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- [/NAV]
============================================================================================================================-->
<!-- [/blogmenu]
======================================================================================================================
-->
<section class="main-heading" id="blog_menu">
<div class="scrollmenu">
<a href="post1.html">Post 1</a>
<a href="post2.html">Post 2</a>
<a href="post3.html">Post 3</a>
<a href="post4.html">Post 4</a>
<a href="post5.html">Post 5</a>
<a href="post6.html">Post 6</a>
<a href="post7.html">Post 7</a>
</div>
</section>
<div class="row">
<div class="leftcolumn">
<div class="card">
<h2>Week 8</h2>
<h5>Feb 20, 2018</h5>
<img src="images/image7.jpg" class="img-responsive">
<h3>Sensing and Processing</h3>
<p>This week, monumental visual progress was made. After connecting the Inertial Measurement Unit to the Velodyne VLP-16, a much awaited high quality map was created and can be seen above. Additionally, the order for the front mount was sent to the JMU machine shop and we are awaiting its completion in order to finish mounting the sensors. In terms of the ZED Stereo Camera, a method to create maps was formulated as a backup in case we run into complications with the Velodyne. We are also further investigating how to set up the ZED for lane line detection. Our power consumption demands have been met and are in.</p>
<br>
<h3>Front End Team</h3>
<p>We finishing connecting the website to the server. Once connection has been finished it will have dynamic buttons for the location select as well as be subscribed to the location of the golf cart. The app is connected to the server. Is subscribed to the location of the golf cart, and has access to all locations on the server. This updates automatically. The logic is in place to display the route to the destination. We just need to get the list in order to create it. The database has been completely set up, and contains 150+ locations on campus that you can go to. Add and deletes parameters are created and finished as well. Following this weeks meeting will be conducting surveys concerning the aesthetic and the functionality of the website and the app. Using the survey information we will make changes as we see fit.</p>
<br>
<h3>Planning and Navigation</h3>
<p>This week we continued updating the API so that we are now able to retrieve any locations on the database, and create new locations on the database, in real time. This was all done using HTTP GET requests. We added multiple new locations with their actual names, addresses, lat and long. We also created the final version of our ROS node network design. This allows us to know exactly what nodes we will need to make, what each node does, and how they will communicate. This diagram is almost fully complete and we have started to write the actual implementation as well as considered path planning libraries and algorithms.</p>
<br>
<h3>Motor Control</h3>
<p>This week we finished the steering design, the Jetson mounting system, the electrical supply system, and the brake pedal mount. </p>
</div>
</div>
<div class="rightcolumn">
<div class="card">
<h2>About Us</h2>
<img src="images/image2.jpg" class="img-responsive" style="height:175px;">
<p>We are a mixed team of JMU student working to produce a self driving golf cart.</p>
</div>
<div class="card">
<h3>Next post</h3>
<div class="fakeimg"><a href="post7.html">Post 7</a></div><br>
<div class="fakeimg"><a href="post1.html">Post 1</a></div><br>
<div class="fakeimg"><a href="post2.html">Post 2</a></div>
</div>
</div>
</div>
<!-- [CONTACT]
============================================================================================================================-->
<!--sub-form-->
<section class="sub-form text-center" id="eight">
<div class="container">
<div class="col-md-12">
<h3 class="title">Subscribe to our <span class="themecolor"> News letter</span></h3>
<p class="lead">Lorem ipsum dolor sit amet ne onsectetuer adipiscing elit. Aenean commodo ligula eget dolor in tashin ty</p>
</div>
<div class="row">
<div class="col-md-3 col-sm-3"></div>
<div class="col-md-6 center-block col-sm-6 ">
<form id="mc-form">
<div class="input-group">
<input type="email" class="form-control" placeholder="Email Address" required id="mc-email">
<span class="input-group-btn">
<button type="submit" class="btn btn-default">SUBSCRIBE <i class="fa fa-envelope"></i> </button>
</span> </div>
<label for="mc-email" id="mc-notification"></label>
</form>
</div>
</div>
</div>
</section>
<!--sub-form end-->
<!-- [/CONTACT]
============================================================================================================================-->
<!-- [FOOTER]
============================================================================================================================-->
<footer class="site-footer section-spacing text-center " id="eight">
<div class="container">
<div class="row">
<div class="col-md-4">
<p class="footer-links"><a href="#">Terms of Use</a> <a href="#">Privacy Policy</a></p>
</div>
<div class="col-md-4"> <small>© 2015 Nim. All rights reserved.</small></div>
<div class="col-md-4">
<!--social-->
<ul class="social">
<li><a href="https://twitter.com/" target="_blank"><i class="fa fa-twitter "></i></a></li>
<li><a href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.youtube.com/" target="_blank"><i class="fa fa-youtube-play"></i></a></li>
</ul>
<!--social end-->
</div>
</div>
</div>
</footer>
<!-- [/FOOTER]
============================================================================================================================-->
</div>
<!-- [ /WRAPPER ]
=============================================================================================================================-->
<!-- [ DEFAULT SCRIPT ] -->
<script src="library/modernizr.custom.97074.js"></script>
<script src="library/jquery-1.11.3.min.js"></script>
<script src="library/bootstrap/js/bootstrap.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<!-- [ PLUGIN SCRIPT ] -->
<script src="library/vegas/vegas.min.js"></script>
<script src="js/plugins.js"></script>
<!-- [ TYPING SCRIPT ] -->
<script src="js/typed.js"></script>
<!-- [ COUNT SCRIPT ] -->
<script src="js/fappear.js"></script>
<script src="js/jquery.countTo.js"></script>
<!-- [ SLIDER SCRIPT ] -->
<script src="js/owl.carousel.js"></script>
<script src="js/jquery.magnific-popup.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<!-- [ COMMON SCRIPT ] -->
<script src="js/common.js"></script>
</body>
</html>