-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathen.html
118 lines (103 loc) · 4.56 KB
/
en.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
---
lang: en
layout: cover
permalink: /en/robots/poppy-ergo-jr/
role: poppy-ergo
title: "Ergo Jr"
description: "Ergo Jr is a low cost arm designed for education. It is the little brother of the robots used in the 'Mathematics a beautiful elsewhere' experiment"
cover_title: "Ergo Jr: a low cost robot for education"
cover_image: "/assets/img/covers/ergo.jpg"
cover_gradient: true
published: true
---
<div class="row">
<div class="large-9 columns large-centered">
<p class="lead tc">
Ergo Jr is a low cost arm designed for education, easy to build and modify. Thanks to visual programming, it can be used in schools to realize from small to more complex projects.
</p>
</div>
</div>
<div class="row">
<div class="large-12 columns large-centered">
<div class="flex-video">
<iframe width="1200" height="675" src="https://www.youtube.com/embed/cXHeD8XeZTc" allowfullscreen></iframe>
</div>
</div>
</div>
<div class="row">
<div class="large-9 columns large-centered">
<h2 class="tc">Features</h2>
<p class="tc">
Originally designed in the <a href="https://flowers.inria.fr/robots/ergo-robots/">"Mathematics: a beautiful elsewhere"</a> artistic experiment, the Ergo Jr has been adapted to fit with education needs.
</p>
<p class="tc">
It is a robotic arm, consisting of 6 motors allowing life-like movements and 3D printed elements. The use of rivets make the assembly, modification and reassembly easy. Ergo Jr comes with three tools for different interactions with its environment: a lampshade, a gripper and a pen holder.
</p>
<p class="tc">
The robot is controlled with a <a href="https://www.raspberrypi.org">Raspberry Pi</a> board, and a camera helps it interact with the world.
</p>
<p class="tc">
Everything in the robot is let transparent and accessible to promote an educative approach and an interactive technology.
</p>
</div>
</div>
<div class="row">
<div class="large-12 columns tc">
<img src="https://media.githubusercontent.com/media/poppy-project/poppy-ergo-jr/master/doc/img/assembly/steps/ErgoJr_assembly.gif" alt="Assembly of an Ergo Jr" width="800" height="600">
</div>
</div>
{% include separator.html %}
<div class="row">
<div class="large-6 columns">
<h2>Program Ergo Jr</h2>
<p>
Ergo Jr relies on <a href="http://snap.berkeley.edu">Snap!</a>, a variant of <a href="https://scratch.mit.edu">Scratch</a>, the visual programming language. Its accessibility and efficiency make it a great tool to discover robotics and understand the digital world. It can be used directly on the robot with no additional installation. The robot is also compatible with ROS and Python.
</p>
<p>
It comes with a set of pedagogical activities, developed with high-school teachers, ranging from the discovery of the robot and how to control it to more complex and integrated project. These activities are accessible for free on <a href="https://forum.poppy-project.org/tags/c/education/pedagogical-activities/ergo-jr">the project's forums</a>.
</p>
</div>
<div class="large-6 columns">
<div class="hl-image">
<img src="{{ site.baseurl }}/assets/img/snap/simple-example.jpg" alt="Simple if-then example in Snap!">
</div>
</div>
</div>
<div class="row">
<div class="large-9 columns large-centered">
<div class="tc order-cta">
<a href="{{ site.data.links.activities_booklet_en }}" class="large success button">Download the pedagogical activities booklet</a>
</div>
</div>
</div>
{% include separator.html %}
<div class="row">
<h3 class="columns tc">Programming examples</h3>
</div>
<div class="row">
<div class="large-6 columns">
<div class="flex-video">
<iframe width="1200" height="675" src="https://www.youtube.com/embed/l36D_dBoZwE" allowfullscreen></iframe>
</div>
</div>
<div class="large-6 columns">
<div class="flex-video">
<iframe width="1200" height="675" src="https://www.youtube.com/embed/usDAgvcEXJA" allowfullscreen></iframe>
</div>
</div>
</div>
{% include separator.html %}
<div class="row">
<div class="large-9 columns large-centered">
<h2 class="tc">Get your Ergo Jr</h2>
<p class="tc">
The Ergo Jr kit is distributed by Génération Robots.
</p>
<div class="tc order-cta">
<a href="http://www.generationrobots.com/en/328-robot-poppy-ergo-jr" class="large success button">Order your Ergo Jr</a>
</div>
<p class="tc">
You can also browse the <a href="https://docs.poppy-project.org/en/assembly-guides/ergo-jr/bom.html">source files</a> to build your own.
</p>
</div>
</div>