-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
136 lines (122 loc) · 4.48 KB
/
research.html
File metadata and controls
136 lines (122 loc) · 4.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css">
</head>
<script src="includes/head.js"></script>
<body>
<script src="includes/nav.js"></script>
<div class="row justify-content-center">
<!-- Begin body -->
<div class="col-lg-8 col-10">
<!-- For each-->
<h3>A marsupial system for freshwater ecosystems</h3>
<div class="row">
<div id="research_video" class="col-md-4">
<!--- <img class="news-img" src="media/research/marsupial.jpg"> --->
<iframe id="responsive_iframe" width="100%" height="100%" src="https://www.youtube.com/embed/iK6ZEB-Qom8?si=1zExRFp-brFwZKlB" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="col-md-8">
<ul>
<li>Team of an autonomous UAV and an autonomous ASV to extend field capabilities</li>
<li>Customized landing platform (drone ferry, autonomous take-off and landing)</li>
<li>Multiple-sensor fusion for state estimation for both platforms</li>
<li>Cooperative localization</li>
</ul>
</div>
</div>
<hr id="title_hr">
<h3>MagDrone</h3>
<div class="row">
<div class="col-md-4">
<img class="news-img" src="media/research/mag_drone.jpg">
</div>
<div class="col-md-8">
<ul>
<li>Goal: performing contact based inspection of ferrous structures</li>
<li>Electro-permanent magnet used for docking </li>
<li>In the process of automating the docking process using AR tag markers and ROS on a Raspberry
Pi</li>
</ul>
</div>
</div>
<hr id="title_hr">
<h3>Infrastructure Inspection with a DIC enabled UAS</h3>
<div class="row">
<div class="col-md-4">
<img class="news-img" src="media/research/DIC-results.png">
</div>
<div class="col-md-8">
<ul>
<li>A 3D DIC system is mounted on the UAS</li>
<li>The UAS is able to fly autonomously during the data acquisition using the onboard sensors
and position information from a marker</li>
<li>The results of our experiments show the feasibility of such a system
<li>We were able to measure the strain fields during the loading of the beam</li>
<li>The formation and progression of cracks were also captured</li>
</ul>
</div>
</div>
<hr id="title_hr">
<h3>Custom Low-Cost MAVs</h3>
<div class="row">
<div class="col-md-4">
<img class="news-img" src="media/research/custom.jpg">
</div>
<div class="col-md-8">
<ul>
<li>Airframe Designed and Simulated in PTC Creo</li>
<li>3D printed out of Ultimaker Tough PLA</li>
<li>PixHawk 4 Flight Controller Running PX4</li>
<li>Specifications
<ul>
<li>3S or 4S LiPo batteries</li>
<li>2205-2300KV motors capable of 1024g thrust each</li>
<li>21 cm motor-motor distance</li>
<li>8 minute flight time with 3300 mAh battery</li>
<li>Allows for loading various sensors while their size is ideal for in-doors
applications</li>
</ul>
</li>
</ul>
</div>
</div>
<hr id="title_hr">
<h3>In-Door Autonomous V-SLAM</h3>
<div class="row">
<div class="col-md-4">
<img class="news-img" src="media/research/indoor_slam.jpg">
</div>
<div class="col-md-8">
<ul>
<li>UAV navigation in unknown, GPS-denied environments</li>
<li>Uses the in-house made drone</li>
<li>3D occupancy map of space generated live off-board</li>
<li>Uses a front-facing stereo camera + IMU as the main sensor to perform VIO</li>
<li>Uses a downward facing Optical Flow camera for x and y estimates where VIO isn’t sufficient
(e.g. hallways)</li>
</ul>
</div>
</div>
<hr id="title_hr">
<h3>f1/10th Competition</h3>
<div class="row">
<div class="col-md-4">
<img class="news-img" src="media/research/f1_10.png">
</div>
<div class="col-md-8">
<ul>
<li>Design Autonomous RV Vehicle using open-source software and hardware</li>
<li>Applications in SLAM and AV research</li>
<li>Can be used to test AV systems that are dangerous to test using full size vehicles</li>
</ul>
</div>
</div>
<br>
</div>
</div>
<!-- /#wrapper -->
<script src="includes/footer.js"></script>
<script src="includes/scripts.js"></script>
</body>
</html>