-
Notifications
You must be signed in to change notification settings - Fork 0
/
hri.html
71 lines (64 loc) · 3.48 KB
/
hri.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
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Human Robot Interaction</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a href="index.html" class="title">ORIon-UTBMan</a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
</ul>
</nav>
</header>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<h1 class="major">HSR Human Robot Interaction</h1>
<span class="image fit"><img src="images/pic04.jpg" alt="" /></span>
<p>
Team ORIon sent nine of its members to Sydney to compete with thanks to support from the ORI, AIMS CDT, and the Department of Engineering Science. They participated in the ‘@Home’ DPSL league in which the tasks required the robot to assist humans in household environments such as a living room or a kitchen. Example tasks included storing groceries, carrying luggage, taking out the garbage and many more. To succeed required the strong combination of all of the robot’s capabilities such as navigation, task-level planning, manipulation, voice recognition, and vision. </p>
<p>
One of the highlights of the competition was the robot successfully taking the garbage outside autonomously and receiving a round of applause from the crowd. Many teams stumbled at the final hurdle of this task with the garbage bag getting caught on the robot’s gripper. This was no problem for Team ORIon however since they implemented functionality to detect whether the bag could still be felt after letting go. If it could be detected then the robot would shake it’s gripper appropriately to remove it. See the video below: </p>
</p>
<ul class="actions">
<li><a href="https://www.youtube.com/watch?v=LMesve7R7D4" class="button">CLick to video</a></li>
</ul>
<p>
After an intense week of tireless programming, testing, and integrating, Team ORIon finished in 6th place out of 10 with a total score of 600, narrowly missing the semi-finals by a single place. The team earned points from successfully taking out the garbage as well as an
impressive poster and presentation session delivered by the undergraduate students. This is just the beginning of their journey and they will definitely be back for more!
</p>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper alt">
<div class="inner">
<ul class="menu">
<li>© Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>