-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrss2016.html
57 lines (46 loc) · 3.46 KB
/
rss2016.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>S.O.S VR</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h3 class="header" style="color: white;">SOSVR.GitHub.io</h3>
<p class="header">TEAM S.O.S VR HOME PAGE</p>
<ul>
<li><a class="buttons github" href="https://github.com/SOSVR">GitHub Profile</a></li>
</ul>
</header>
<section>
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Introduction</h3>
<p>We all know that natural disasters and accidents take a huge toll on us and the people we love. Although we cannot prevent these kind of accidents (Atleast not yet), we can use our tools and technology to aid us in these situations.
That’s what we are trying to achieve here specifically by using robots. Our main goal is to develop basic modules that can later be used in a bigger framework and interact with each other.
The team description paper briefly explains these modules and the framework that we are prototyping to optimize them with respect to the tasks in the challenge. Therefore, as discussed in the “future of robot rescue simulation” workshop, our team has designed a new structure of ros framework and Gazebo simulation environment that we’re going to explain its details in the following. We the ”S.O.S VR” are participating in RoboCup Rescue Virtual Robot for the first time, yet our team has already been the winner of agent simulation league in two tournaments.</p>
</section>
<footer>
<h3>
<a id="support-or-contact" class="anchor" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Our Supporters</h3>
<a href="http://aut.ac.ir"><img src="https://raw.githubusercontent.com/SOSVR/SOSVR.github.io/master/files/logos/aut.png" alt="Amirkabir University of Technology" height="60" width="60" style="border-style: hidden;"></a>
<a href="http://ceit.aut.ac.ir"><img src="https://raw.githubusercontent.com/SOSVR/SOSVR.github.io/master/files/logos/ceit.png" alt="Computer Engineering Department" height="60" width="60" style="border-style: hidden;"></a>
<a href="http://ceit-ssc.ir"><img src="https://raw.githubusercontent.com/SOSVR/SOSVR.github.io/master/files/logos/anjoman.png" alt="CEIT Sientific Chapter" height="60" width="60" style="border-style: hidden;"></a>
<a href="http://www.rahnemaco.com"><img src="https://raw.githubusercontent.com/SOSVR/SOSVR.github.io/master/files/logos/rahnema-en-750x750px.png" alt="Rahenma Co" height="60" width="60" style="border-style: hidden;"></a>
<!-- centrize imgs
style="display: block;margin: auto;border-style: hidden;"
-->
<p style="font-size:7px"><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>