-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpepper-index.html
64 lines (40 loc) · 2.22 KB
/
pepper-index.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
---
# this is an empty front matter
---
<html lang="en">
<!-- head -->
{% include head.html title="Pepper - UChile Peppers" %}
<body>
<!-- Navigation -->
{% include navigation.html %}
<!-- Page Header -->
{% include header_img.html image="static/img/pepper/new_index_bg.JPG" title="UChile Peppers Team" subtitle="" meta="Pepper Robot" %}
<!-- Sub Nav Bar -->
{% include pepper-navbar.html %}
<!-- Main Content -->
<article>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<h2 class="section-heading">About Pepper</h2>
<p> Pepper is a humanoid robot developed by SoftBank Robotics focused on human-robot interaction (HRI). The RoboCup @home committee chose Pepper as the platform
for the @Home Social Standard Platform League.</p>
<p> Pepper's abilities include the identification of emotions in humans, based on the tone of voice and facial gestures, speech recognition and synthesis, and sound localization. Additionally, Pepper has all the hardware needed to implement computer vision, navigation through dynamic environments, and manipulation of objects. With this range of skills Pepper can be a great assistant in indoor environments.</p>
<h2 class="section-heading">The Robot</h2>
<a href="#">
<img class="img-responsive" src="static/img/pepper/pepper.png" alt="" style="margin: 0 auto;">
</a>
<h2 class="section-heading">Development</h2>
<p>The team in charge of the robot Pepper is working on improving and adapting the ROS framework for Pepper. This decision on software is based in the vast experience working with ROS in the robot Bender.</p>
<p>Our code is hosted in <a href="https://github.com/orgs/uchile-robotics">public repositories on GitHub</a>.</p>
</div>
</div>
</div>
</article>
<hr>
<!-- Footer -->
{% include footer.html %}
<!-- bottom imports -->
{% include bottom.html %}
</body>
</html>